Open houwenxin opened 3 years ago
Thank you for releasing the code of your interesting work! When I tried to run your code, the error happens: "ModuleNotFoundError: No module named 'fairseq.sequence_generator", as I am not familiar with fairseq, do you know how to solve it?
same problem here
Hi all, it seems that copying fairseq-0.6.2/fairseq/sequence_generator.py to abnet/fairseq/ will solve the problem.
fairseq-0.6.2/fairseq/sequence_generator.py
abnet/fairseq/
Thank you for releasing the code of your interesting work! When I tried to run your code, the error happens: "ModuleNotFoundError: No module named 'fairseq.sequence_generator", as I am not familiar with fairseq, do you know how to solve it?