Checkpoint for testing missing
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 328
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Dear authors,
Thank you for the open source. Can you please give a lead on where to find the file "checkpoints/t2i/seg/seg_ade20k.pt" needed for testing "Text-to-image generation on ADE20k"?
bash scripts/autoregressive/test_t2i.sh --vq-ckpt checkpoints/vq/vq_ds16_t2i.pt \
--gpt-ckpt checkpoints/t2i/seg/seg_ade20k.pt \
--code-path data/Captioned_ADE20K/val --gpt-model GPT-XL --image-size 512 \
--sample-dir sample/ade20k --condition-type seg --seed 0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/autoregressive/test_t2i.sh and trace the checkpoint paths used by the ADE20K text-to-image test. Check whether checkpoints/t2i/seg/seg_ade20k.pt is referenced elsewhere; done means documenting where this file can be obtained or correcting the testing instructions so the command is runnable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, python
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100