You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what is happening is that GNMT saves the model including tokenizer (using commit 48ba99e), and you're then trying to run inference with a newer version of subword_nmt which expects different attributes. Installing commit 48ba99e should solve this.
I am running the gnmt pytorch from https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/GNMT,
when I run
there is a error
Could you please help me?
The text was updated successfully, but these errors were encountered: