-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Keras 2.2.0 #60
Comments
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 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
The text was updated successfully, but these errors were encountered: