Open manuelepalmeri opened 7 years ago
Hi @manuelepalmeri . Might be some issues on tensorflow that I haven't been testing until recently. Just worked through a lot of keras compatibility issues. Some weirdness with batchnormalization in GANs. The current master version of example_gan
should be working fine. Please let me know if you have issues with that script after an update.
Cheers
I encountered the same problem today in tensorflow 1.2 and keras newest version. But in tensorflow 1.6 it works as intended.
As in my case, this error disappears when I upgraded to tf 1.7 and keras 2.1.5.
if I try to exec "example_gan.py" I have the following error:
can someone help me?