tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

models_WGAN.py has old keras batchnorm code #55

Closed jcpeterson closed 6 years ago

jcpeterson commented 6 years ago

"mode" is no longer an acceptable keyword argument

In DeepLearningImplementations/WassersteinGAN/src/model/models_WGAN.py

tdeboissiere commented 6 years ago

Fixed it, thanks.