In UNIT Test 1, I’m getting this error even after using reshaper layer correctly.
Could anyone please point me as to what I am doing wrong.
TIA
In UNIT Test 1, I’m getting this error even after using reshaper layer correctly.
Could anyone please point me as to what I am doing wrong.
TIA
Did you modify any of the code in the first five cells in the notebook?
Or the problem could be in some other line of code entirely.
Thanks for replying
I did not change the preceding code blocks.
I have verified my code and even attached the snippets, could you point where I’m making mistake
I am getting the same error.
Check that you have the correct initial_state in your call to LSTM_cell().
Yep that was the problem, thanks! I appreciate the quick response.