AttributeError: The layer "concatenate" has multiple inbound nodes

when implementing model function it gave me error like this:

AttributeError: The layer “concatenate” has multiple inbound nodes, with different output shapes. Hence the notion of “output shape” is ill-defined for the layer. Use get_output_shape_at(node_index) instead.

I reloaded the notebook but it didn’t work this time can someone help me fix it !

I used the forum Search tool for the phrase “concatenate multiple inbound nodes”, and found this thread:

the code worked after multiple reloads

1 Like