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'