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
The 50000 appears to be the dataset size of the CIFAR10 dataset. This was what was used as a divisor for the prior loss and noise loss in the original tensorflow code (original Bayesian GAN paper). However, I don't understand the observed=1000 for the gprior and gnoise.
Hi, how do you get
observed=1000
for generator andobserved=50000
for discriminator inPriorLoss
andNoiseLoss
inbayes.py
? Thanks!The text was updated successfully, but these errors were encountered: