You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
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:
The text was updated successfully, but these errors were encountered: