bstriner / keras-adversarial

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

example_gan.py cannot set attribute error #67

Open yuvaramsingh94 opened 5 years ago

yuvaramsingh94 commented 5 years ago

hi . I am trying to run the example_gan.py code but I am facing issue with initializing the model . keras keeps throwing cannot set attributes error .

My env : python 3.7 tensorflow 1.13.1 keras 2.2.4 keras-adversarial 0.0.3

`================================================================================================== Total params: 2,946,577 Trainable params: 2,946,577 Non-trainable params: 0


Traceback (most recent call last): File "example_gan.py", line 118, in main() File "example_gan.py", line 114, in main latent_dim=latent_dim) File "example_gan.py", line 68, in example_gan player_names=["generator", "discriminator"]) File "C:\Users\vmvijayayuvaram.s\AppData\Local\Continuum\anaconda3\envs\tf_gpu_1\lib\site-packages\keras_adversarial-0.0.3-py3.7.egg\keras_adversarial\adversarial_model.py", line 47, in init File "C:\Users\vmvijayayuvaram.s\AppData\Local\Continuum\anaconda3\envs\tf_gpu_1\lib\site-packages\keras\engine\network.py", line 316, 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?

yuvaramsingh94 commented 4 years ago

no . i haven't found any solution