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'm running the code on a machine with python 3.6, pytorch 0.3.1 and CUDA 8.0.
The training is done, I use the resulting model for translation as follows:
python translate.py MODEL_PREFIX.final.src2trg.pth < INPUT.TXT > OUTPUT.TXT
And I met the following error.
Have any solutions or insights, please?
Thank you.
The text was updated successfully, but these errors were encountered:
I'm running the code on a machine with python 3.6, pytorch 0.3.1 and CUDA 8.0.
The training is done, I use the resulting model for translation as follows:
python translate.py MODEL_PREFIX.final.src2trg.pth < INPUT.TXT > OUTPUT.TXT
And I met the following error.
Have any solutions or insights, please?
Thank you.
The text was updated successfully, but these errors were encountered: