muzic icon indicating copy to clipboard operation
muzic copied to clipboard

[meloform] ModuleNotFoundError: No module named 'fairseq_user_dir_84192'

Open Realdr4g0n opened this issue 3 years ago • 1 comments

Hello, thanks for share your great works!

I follow your instruction in README.md, but error is occur in ''' train.sh ''' I downloaded lmd_full in lmd official site and finish preprocess and binarize

but ModuleNotFoundError: No module named 'fairseq_user_dir_84192' is occured


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/opt/conda/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main
    exitcode = _main(fd, parent_sentinel)
  File "/opt/conda/lib/python3.8/multiprocessing/spawn.py", line 126, in _main
    self = reduction.pickle.load(from_parent)
ModuleNotFoundError: No module named 'fairseq_user_dir_29651'

how can I fix it?

Realdr4g0n avatar Feb 05 '23 05:02 Realdr4g0n

Sometimes it is the fairseq version that matters, I suggest you use the versions before v0.12 like [v0.10.2].

peillu avatar Mar 09 '23 07:03 peillu