ikostrikov / TensorFlow-VAE-GAN-DRAW

A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).
Apache License 2.0
595 stars 167 forks source link

Different behaviors of batch_norm during train and test #17

Open atabakd opened 7 years ago

atabakd commented 7 years ago

I noticed you did not modify train test status of batch normalization. I don't know why it was still possible to generate beautiful numbers, but in any case I added the required dependencies.