C5w2 A2 Exercise 5 - Emojify_V2

Hi all,

I have been trying to see what is wrong with my code, but not figuring out what might be the cause of not getting the expected value: test failed.

Here the screenshot of the error I get:

Could you please take a glance at it, and help me solve it?

Thanks!

It appears there is an error in the arguments you provided for the LSTM() layer.

1 Like

Thanks, I got it. I was passing an argument value as True instead of False.