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
ModuleNotFoundError: No module named 'allennlp.data.dataset_readers.seq2seq'
I'm trying to run the code examples/mt/mt.py with allennlp==1.0.0 and got this error, no code changes direct clone of the repo and tried to run it.
The text was updated successfully, but these errors were encountered:
I noticed this as well with some of the other examples. With the bump to 1.0.0, AllenNLP moved around a lot of packages and code that really drives these examples.
I have a draft fix that seems to work (but I haven't finished it end-to-end).
When I get a spare moment, I can try it on a GPU to ensure it completes. The fixed version re-writes the initialization and training process in the same form as the latest version of the AllenNLP guide specifies.
ModuleNotFoundError: No module named 'allennlp.data.dataset_readers.seq2seq'
I'm trying to run the code examples/mt/mt.py with allennlp==1.0.0 and got this error, no code changes direct clone of the repo and tried to run it.
The text was updated successfully, but these errors were encountered: