question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with Keras 2.2.0

See original GitHub issue

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.

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:open
  • Created 5 years ago
  • Reactions:6
  • Comments:9

github_iconTop GitHub Comments

1reaction
mValentino91commented, Jul 1, 2018

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.

0reactions
945226956commented, May 31, 2019

really hop to fix it :)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found