Skip to content

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

@laisimiao

Description

@laisimiao

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions