Artanic30
Results
2
issues of
Artanic30
Hi, thanks for your inspiring work. I'm wondering if the evaluation code for story generation is available to reporduce the result reported in main paper Table 3.
Hi, I'm running FID evaluation code by following command ```bash bash scripts/autoregressive/sample_c2i.sh --vq-ckpt ./pretrained_models/vq_ds16_c2i.pt --gpt-ckpt ./pretrained_models/c2i_B.pt --gpt-model GPT-B --image-size 384 --image-size-eval 256 --cfg-scale 2.0 ``` This code will raise following...