muzic
muzic copied to clipboard
[meloform] ModuleNotFoundError: No module named 'fairseq_user_dir_84192'
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?
Sometimes it is the fairseq version that matters, I suggest you use the versions before v0.12 like [v0.10.2].