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

Fixing for progressbar 3.6.2 #7

Closed kmader closed 8 years ago

kmader commented 8 years ago

An update to the progressbar python library breaks the script since the first argument is now min_value instead of max_value so it is now specified

ikostrikov commented 8 years ago

Thanks a lot!