AutoPST
AutoPST copied to clipboard
ModuleNotFoundError: No module named 'onmt'
Hi, I run into an error about onmt
ModuleNotFoundError Traceback (most recent call last)
ModuleNotFoundError: No module named 'onmt'
but I see folder onmt_modules exists

then I install onmt(pip install onmt) and notice it's installing torch 1.3.0 although the requirements say that PyTorch == v1.6.0

Could you help me with this issue? What is the best approach to solve this?
from onmt_modules.misc import sequence_mask