You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: