descriptinc / melgan-neurips

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

Not able to start training. Give mel2wav not found error #18

Closed vashishtmarhwal closed 4 years ago

vashishtmarhwal commented 4 years ago

Traceback (most recent call last): File "scripts/train.py", line 1, in from mel2wav.dataset import AudioDataset ModuleNotFoundError: No module named 'mel2wav'

tdeboissiere commented 4 years ago

Try: PYTHONPATH=$PWD:$PYTHONPATH python

samiyaafzalminhas commented 1 year ago

I am trying to run the train.py file on colab using !python path and it gives me this error. What should I possible do ? The structure of that folder is github path

and this is how i am trying to run it on colab. pathss

any help is highly appreciated