While working on djmodel() in the Jazz improvisation notebook, I have followed the instructions to slice X, reshape, LSTM, densor. However, I am getting an error as follows:
Test failed at index 2
Expected value
[‘Reshape’, (None, 1, 90), 0]
does not match the input value:
[‘TensorFlowOpLayer’, [(None, 90)], 0]
When looking at the model summary, I see that I have 1 input layer followed by 30 slice layers:
I have looked around but no one seems to have this issue. Could someone please help?
My code snippet for this part:
{mentor edit: code removed}