Skip to content
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

AttributeError: 'Conv2D' object has no attribute 'outbound_nodes' #210

Open
laisimiao opened this issue Aug 8, 2022 · 2 comments
Open

Comments

@laisimiao
Copy link

When I use model to run test.py, it stuck in the step of load_model.
But my env is same as the recommend: keras 2.2.4 tf 1.13.1 cuda10.0.
err:

  File "/home/xx/anaconda3/envs/tf1.13/lib/python3.6/site-packages/tensorflow/python/keras/engine/base_layer.py", line 1742, in __init__
    layer.outbound_nodes.append(self)
AttributeError: 'Conv2D' object has no attribute 'outbound_nodes'
@chenguan1
Copy link

chenguan1 commented Nov 30, 2022

Me too ...
File "C:\Users\A\anaconda3\envs\ddepth\lib\site-packages\tensorflow\python\keras\engine\base_layer.py", line 1742, in __init__ layer.outbound_nodes.append(self) AttributeError: 'Conv2D' object has no attribute 'outbound_nodes'

@anhquyetnguyen
Copy link

you have solution? @chenguan1 @laisimiao ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants