yangdongchao / Text-to-sound-Synthesis

The source code of our paper "Diffsound: discrete diffusion model for text-to-sound generation"

Home Page:http://dongchaoyang.top/text-to-sound-synthesis-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'vocoder'

dto opened this issue · comments

commented

(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'

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