Mangio621 / Mangio-RVC-Fork

*CREPE+HYBRID TRAINING* A very experimental fork of the Retrieval-based-Voice-Conversion-WebUI repo that incorporates a variety of other f0 methods, along with a hybrid f0 nanmedian method.
MIT License
996 stars 215 forks source link

Training Error: #180

Open taellinglin opened 9 months ago

taellinglin commented 9 months ago

C:\Users\User\miniconda3\python.exe train_nsf_sim_cache_sid_load_pretrain.py -e EmpireoftheSun -sr 40k -f0 1 -bs 12 -g 0 -te 200 -se 50 -pg pretrained_v2/f0G40k.pth -pd pretrained_v2/f0D40k.pth -l 1 -c 0 -sw 1 -v v2 -li 6 Traceback (most recent call last): File "D:\MangioRVC\train_nsf_sim_cache_sid_load_pretrain.py", line 9, in hps = utils.get_hparams() AttributeError: module 'utils' has no attribute 'get_hparams'

I did a python -m pip install --upgrade utils and it's still giving that error