bstriner / keras-adversarial

Keras Generative Adversarial Networks
MIT License
867 stars 232 forks source link

Error while running examples/example_gan_convolutional.py #66

Open anujanegi opened 5 years ago

anujanegi commented 5 years ago

Error:

Traceback (most recent call last): File "examples/example_gan_convolutional.py", line 102, in player_names=["generator", "discriminator"]) File "/usr/local/lib/python3.6/dist-packages/keras_adversarial-0.0.3-py3.6.egg/keras_adversarial/adversarial_model.py", line 47, in init File "/usr/local/lib/python3.6/dist-packages/keras/engine/network.py", line 323, in setattr super(Network, self).setattr(name, value) AttributeError: can't set attribute

BettyWhcy commented 4 years ago

I have the same problem. Do you solve it now?