Open SnowMasaya opened 6 years ago
I am getting the same issue.
I got the same problem using Keras 2.2.0. It seems to be an error caused by some incompatibilities. I tried out keras-adversarial with Keras 2.1.2 and it works.
It worked for me when I install it by cloning the repository. The pip version has different adversarial_model.py than repo.
@sukhadj so it worked with keras 2.2.0 for you ?
@ussaema No it isn't working with keras 2.2.0. I was getting the same issues with keras 2.1.2 also.Hence I tried installing it through repo. But its not working with 2.2.0 whatsoever.
I have the same problem. Have you solved it?
I am not using this module anymore. I created my own module for GANs for Kreas 2.2.x. check https://github.com/ussaema/Vector_Matrix_CapsuleGAN
Hi, same issue here running 'example_gan.py' with python2.7 and
Keras 2.2.4
keras-adversarial 0.0.3
Keras-Applications 1.0.7
Keras-Preprocessing 1.0.9
in virtualenv. OS: Ubuntu 18.4. I typically get the error by attempting to set up AdversarialModel().
really hop to fix it :)
It seems that there are some issues with the latest version of Keras 2.2.0
I try to use keras-adversarial with kears 2.2.0 but it doesen't work.
Any help? is this going to be fixed? Thanks