Open GongXinyuu opened 4 years ago
Hi, thanks for your great work. I use the official release tf code of Inception score and FID code to evaluate the PGGAN model on CIFAR10. It turns out the results are not good.
Here's my command to train:
python datasets.py cifar10 ~/dataset/cifar-10-batches-py -o data/cifar10 python train.py PGAN -c config_cifar10.json -n cifar10_eval --no_vis
The result I got is:
FID score: 42.96, Inception score: 6.34299373626709 ± 0.06940167397260666
May I ask how did you get the FID score for the pytorch PGGAN model?
I'm using this repo.
Hi, thanks for your great work. I use the official release tf code of Inception score and FID code to evaluate the PGGAN model on CIFAR10. It turns out the results are not good.
Here's my command to train:
The result I got is:
FID score: 42.96, Inception score: 6.34299373626709 ± 0.06940167397260666