Traceback (most recent call last):
File "scripts/train.py", line 1, in
from mel2wav.dataset import AudioDataset
ModuleNotFoundError: No module named 'mel2wav'
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
Traceback (most recent call last): File "scripts/train.py", line 1, in
from mel2wav.dataset import AudioDataset
ModuleNotFoundError: No module named 'mel2wav'