NLP Error #235
Replies: 3 comments
-
Can you please attach a screenshot of how you built the model? Also try to use a lambda layer and expand the dims before the LSTM layer. |
Beta Was this translation helpful? Give feedback.
-
Hey @Adwait01-Bhosale, It's always a good idea to post your code/model/model inputs if you're getting errors. That way we can help you out :) For example, the error says:
What have you tried so far? Usually, this is to do with the shape of the tensors you're putting into the model - have you checked these? |
Beta Was this translation helpful? Give feedback.
-
Thanks for acknowledging my doubt @mrdbourke sir , https://drive.google.com/file/d/1ZEE19BuQMbxf3Do4zic2opG1N_NuqwYC/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Sir @mrdbourke ,
please help me giving the solution for this error:
Input 0 of layer lstm_10 is incompatible with the layer: expected ndim=3, found ndim=1. Full shape received: (None,)
Beta Was this translation helpful? Give feedback.
All reactions