Examples don't work anymore
See original GitHub issueAttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'
TypeError: len is not well defined for symbolic Tensors. (activation_4/activation_4/Identity:0) Please call
x.shaperather than
len(x)for shape information.
- with TF >= 2.2.0:
"ModuleNotFoundError: No module named 'tensorflow.contrib'"
- with TF 2.0.0, 2.1.0:
RuntimeError: dictionary changed size during iteration
Exact Keras/TF versions in setup.py
or at least on webpage aren’t even listed, but it’s important to have exactly the same environment as you during development. You made huuuge effort developing this project, but there are no instructions how to exactly use it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
What are some examples of things that don't work the way ...
What are some examples of things that don't work the way their name implies anymore?
Read more >10 Ways To Recharge When You Don't Want To Work Anymore
1. Check in with your mental health · 2. Reflect on the source of your feelings · 3. Envision your ideal life ·...
Read more >5 Reasons You Don't Want to Work Anymore & How to Cope
Feeling like you don't want to work anymore can be a sign that you need to pay better attention to your day-to-day workflow....
Read more >eChart GL examples don't work anymore · Issue #19 - GitHub
At least some of the eChart GL examples seem to be not working anymore, for example the airlines on globe throws an error...
Read more >How To Say No at Work Politely and Effectively | Fellow.app
Examples of ways to say “no” · “Unfortunately, I have too much to do today. · “That sounds fun, but I have a...
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 had the same problem as @iirekm I solved it by installing the following package versions
keras
Version:2.3.0
tensorflow
Version:1.14.0
keras-rl
Version:0.4.2
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.