keras-adversarial
keras-adversarial copied to clipboard
'AdversarialModel' object has no attribute '_feed_output_shapes'
I tried creating an adversarial network, when I got the following error. (I'm using python 3.5.3)
Traceback (most recent call last):
File "gan.py", line 69, in
Happened with me when I installed it using pip. Install it by cloing the repo, and it'll work. The file adversarial_model.py is different in the pip version and doesn't have _feed_output_shapes
I did that but I am still getting the same error
I am getting the same error. the environment is below. Keras 2.1.2 keras-adversarial 0.0.3 Keras-Applications 1.0.4 Keras-Preprocessing 1.0.2 tensorflow 1.8.0
OS: windows10
it there any solution?