generative-adversial icon indicating copy to clipboard operation
generative-adversial copied to clipboard

image generation via GANs

Results 3 generative-adversial issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for sharing this piece of code. I get the following error: ` ValueError: Variable d_bn1/d_bn1_2/moments/moments_1/mean/ExponentialMovingAverage/ does not exist, or was not created with tf.get_variable(). Did you mean...

Hi, After testing the cifar-10 dataset, I noticed that if the data-batch is divided by 255.0 before feeding into the network, it doesn't converge. Is there a specific reason for...