delip / PyTorchNLPBook

Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://amzn.to/3JUgR2L
Apache License 2.0
1.98k stars 807 forks source link

8_5_NMT_No_Sampling #31

Open aloska opened 3 years ago

aloska commented 3 years ago

Hello I can't undestand, how to use model? It had learnt well, but how I can translate my own phrase? There is possible to translate only from dataset. I'ts to hard for me to make all these operation back with vectirize and encode and then forward and encode... Can somebody help me?