unilight/seq2seq-vc

ModuleNotFoundError: No module named 'seq2seq_vc.vocoder.encodec'

Closed this issue · 2 comments

I'm getting following error after running ./run.sh --stage 4 --stop stage 5 --tag <>
ModuleNotFoundError: No module named 'seq2seq_vc.modules.diffsinger'
ModuleNotFoundError: No module named 'seq2seq_vc.vocoder.encodec'

Did I miss any dependent packages..

Hi @MohanThippeswamy, sorry it was a mistake when I was cleaning up the code. For now, you can just delete these two lines:

from seq2seq_vc.modules.diffsinger import GaussianDiffusion, DiffNet
from seq2seq_vc.modules.prodiff.denoiser import SpectogramDenoiser

I'll push an updated commit as soon as possible. Thanks again for spotting this!!

Great!
I just commented those two lines and relevant code.