Hi @jakeb
Codes correction required for
-
Convert the original string into a tensor, you are support convert the texts and not text to tensor as it mention original string
-
Same goes for next line of code where you vectorise, you need to use texts
Remember for both the above two codes you using only text means text (string): The sentence to translate, but the instructions mentions to original string, hence texts
- for next two corrections refer the below comment
Regards
DP