descriptinc / melgan-neurips

GAN-based Mel-Spectrogram Inversion Network for Text-to-Speech Synthesis
MIT License
980 stars 214 forks source link

No module named 'mel2wav' #33

Closed allenhung1025 closed 4 years ago

allenhung1025 commented 4 years ago

2020-09-09 15-29-36 的螢幕擷圖 Hi all, I have run the code successfully before with the same code. However, I got stuck here with out knowing what happened here. Does anyone know how to solve this problem?

kynnemall commented 3 years ago

I'm having the same issue. How did you fix the issue?

ernestchu commented 3 years ago

@kynnemall add these to the train.py

import sys, os
sys.path.append(os.path.dirname(sys.path[0]))