DLS Course 5, Week 1, Final Programming Assignment - Attribute Error

Hi all,
I’m getting the following attribute error when I tried to run the inference_model:

AttributeError: The layer “lstm” 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’m not sure how to fix that. Any suggestions on what might be causing this issue?

Thanks,
Nay

Search the forum for the phrase “multiple inbound nodes”.
You’ll find lots of posts about this.