yangdongchao / Text-to-sound-Synthesis

The source code of our paper "Diffsound: discrete diffusion model for text-to-sound generation"
http://dongchaoyang.top/text-to-sound-synthesis-demo/
345 stars 36 forks source link

ModuleNotFoundError: No module named 'vocoder' #4

Closed dto closed 2 years ago

dto commented 2 years ago

(specvqgan) dto@thexder:/apdcephfs/share_1316500/donchaoyang/code3/Text-to-sound-Synthesis/Codebook$ python3 evaluation/generate_samples.py Traceback (most recent call last): File "evaluation/generate_samples.py", line 17, in from train import instantiate_from_config File "/apdcephfs/share_1316500/donchaoyang/code3/Text-to-sound-Synthesis/Codebook/./train.py", line 30, in from vocoder.modules import Generator ModuleNotFoundError: No module named 'vocoder'

a43992899 commented 1 year ago

The code base seems to be a mess.... I am also experiencing this issue...