Issues with Keras 2.2.0
See original GitHub issueIt 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.
Traceback (most recent call last):
File "example_gan_convolutional.py", line 109, in <module>
player_names=["generator", "discriminator"])
File "C:\Users\MasayaOgushi\Anaconda3\envs\deep-learning-keras\lib\site-packages\keras_adversarial\adversarial_model.py", line 47, in init
self.layers = []
File "C:\Users\MasayaOgushi\Anaconda3\envs\deep-learning-keras\lib\site-packages\keras\engine\network.py", line 323, in setattr
super(Network, self).setattr(name, value)
AttributeError: can't set attribute
Any help? is this going to be fixed? Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:9
Top Results From Across the Web
Keras 2.2.0 compatability with Tensorflow 1.3.0 #10440 - GitHub
As a general rule, the latest release of Keras is compatible with the latest release of TensorFlow as well as the previous release...
Read more >Error "Keras requires TensorFlow 2.2 or higher" - Stack Overflow
The problem is that I had no choice but to install Tensorflow 1.15, because I have the following setup: Visual Studio 2019; Python...
Read more >About Keras
Keras is the high-level API of TensorFlow 2: an approachable, highly-productive interface for solving machine learning problems, with a focus on modern deep ......
Read more >Home - Keras 2.0.0 Documentation
Keras : Deep Learning library for Theano and TensorFlow. You have just found Keras. Keras is a high-level neural networks API, written in...
Read more >How to Install Keras Using Python and TensorFlow | Liquid Web
Thanks to a new update in TensorFlow 2.0+, if you installed TensorFlow as instructed, you don't need to install Keras anymore because it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
really hop to fix it :)