The error that keeps coming up is:
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.
My code for music_inference_model is:
{mentor edit: code removed - not allowed by the course Honor Code}
The error comes up while trying to run :
#UNIT TEST
inference_summary = summary(inference_model)
comparator(inference_summary, music_inference_model_out)
Any kind of help is highly appreciated, thanks!