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
I enjoyed reading this WGAN-GP paper so much! I am trying to reproduce the unsupervised inception scores 7.86+-0.07 on CIFAR-10. I just want to make sure what I did was correct. Should I just change CONDITIONAL = True and ACGAN = True to CONDITIONAL = False and ACGAN = False in gan_cifar_resnet.py, and keep ALL other hyperparameters unchanged?
Hi,
I enjoyed reading this WGAN-GP paper so much! I am trying to reproduce the unsupervised inception scores 7.86+-0.07 on CIFAR-10. I just want to make sure what I did was correct. Should I just change
CONDITIONAL = True
andACGAN = True
toCONDITIONAL = False
andACGAN = False
ingan_cifar_resnet.py
, and keep ALL other hyperparameters unchanged?Thank you very much!
@igul222
The text was updated successfully, but these errors were encountered: