lium-lst / nmtpytorch

Sequence-to-Sequence Framework in PyTorch
Other
392 stars 51 forks source link

error when trying the example #22

Closed ghost closed 5 years ago

ghost commented 5 years ago

When I run mmt-task-en-fr-encdecinit.conf I get this error and I don't know how to solve it. Could you help me?

File "/home/ew/.conda/envs/nmtpy/bin/nmtpy", line 145, in model = getattr(models, opts.train['model_type'])(opts=opts) AttributeError: module 'nmtpytorch.models' has no attribute 'MultimodalNMT'

xiang-xiang-zhu commented 3 years ago

hello,How did you solve it