C5 W1 A3, unexpected error

In UNIT Test 1, I’m getting this error even after using reshaper layer correctly.

image

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.