Error #223
Unanswered
Adwait01-Bhosale
asked this question in
Q&A
Error
#223
Replies: 1 comment 1 reply
-
Can you be please specific with the parts you are stuck with? Also just looked into your notebook and you can't do the translation just with some LSTM layers. You need to use an Encoder and Decoder if you want your model to translate the text. And you got the error because you were trying to pass a whole tensor into a layer rather than a tensor wrapped in a layer. Then check this tutorial and line your inputs and outputs according to it. https://keras.io/examples/nlp/neural_machine_translation_with_transformer/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Notebook Link: https://colab.research.google.com/drive/1iBSTxNfBTzT1NLatz8wtIfNDkZ4EJrv-?usp=sharing
Sir ,
This is my notebook, where i have imported the dataset from github,
Please help me clearing this doubt i am stuck on this from last 8 days .
Beta Was this translation helpful? Give feedback.
All reactions