DF-GAN
DF-GAN copied to clipboard
A Simple and Effective Baseline for Text-to-Image Synthesis (CVPR2022 oral)
Thank you so much for sharing your work and code! I have noticed that the results and trained models in this repo were updated compared with the results in the...
作者,您好,我在复现您提供的代码的时候,FID的指标没有问题,可是IS的数值达不到5.1 您说的 IS可以通过Inception-V3联合训练进行过拟合,是什么意思?能麻烦您解答一下吗?
这份代码请问如何复现IS指标
换成自己的数据集
作者你好,你的工作非常出色。我向请教一下如何将模型在我自己的数据集上复现,能告诉我吗?
我使用作者提供的pretrained model,順著指示操作(bash ./scripts/calc_fid.sh ./cfg/bird.yml),每次都測得FID score為32.79,請問是出了什麼問題
Hi when I run calc_fid.sh I get the following error: RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. This error also occurs when I...
birds data image 点进去出现Sorry, but the page you were trying to view does not exist.怎样解决?
作者您好。我看到 paper 中提供的最终 model 在 coco dataset 上的 fid 是 19.32,但是我下载了您 readme 里边提供的 checkpoint,并运行 `bash scripts/calc_fid.sh ./cfg/coco.yml` 来测量 coco val2014 上的 fid。但是我得到的结果是 15.59 我是完全按照 readme 里边的顺序一步一步 setup 的。唯一的区别是 codebase 使用的...
If I want to use GRU as text encoder instead of LSTM, where should I make changes? Thank you.