Open 641i130 opened 1 year ago
Additionally, it seems config.yaml is being parsed as a json file still.
Make an empty init.py file under utilts folder.
You can try to put sys.path.append("mnt/vits2")
inside mel_transform.py
any solution for this?
if its jupyter notebook and colab try import os
os.environ['PYTHONPATH'] = "yourpatchtovits2folder"
I've gotten to step 4 of making a custom dataset (skipping the LJ Speech and VCTK steps) and I've stumbled across a
ModuleNotFoundError
. I'm not too sure how this is happening.Other useful information that might help: Ubuntu 22.04.3 LTS RTX 3090 We're using conda as the steps showed in the readme.
# echo $PYTHONPATH
results in:/mnt/vits