I downloaded the Ov2 pretrain and its giving me this error when I train the model 2024-04-04 19:16:24 | INFO | __main__ | Use gpus: 0 2024-04-04 19:16:24 | INFO | __main__ | "runtime\python.exe" infer/modules/train/train.py -e "Boyfriend-FNF-Tails-Gets-Trolled" -sr OV2-32k -f0 1 -bs 6 -g 0 -te 140 -se 20 -pg assets/pretrained_v2\f0Ov2Super32kG.pth -pd assets/pretrained_v2\f0Ov2Super32kD.pth -l 1 -c 0 -sw 1 -v v2 Traceback (most recent call last): File "C:\Users\X3G9H\Downloads\Ilaria RVC Beta 1\infer\modules\train\train.py", line 14, in <module> hps = utils.get_hparams() File "C:\Users\X3G9H\Downloads\Ilaria RVC Beta 1\infer\lib\train\utils.py", line 368, in get_hparams config = json.load(f) File "json\__init__.py", line 293, in load File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
#Loading Ov2/RIN pretrain issue with Ilaria RVC
1 messages · Page 1 of 1 (latest)
It actually just doesnt want to train models at all even with the normal pretrains
-g 0 -te 250 -se 20 -pg assets/pretrained_v2\f0G32k.pth -pd assets/pretrained_v2\f0D32k.pth -l 1 -c 0 -sw 1 -v v2 Traceback (most recent call last): File "C:\Users\X3G9H\Downloads\Ilaria RVC Beta 1\infer\modules\train\train.py", line 14, in <module> hps = utils.get_hparams() File "C:\Users\X3G9H\Downloads\Ilaria RVC Beta 1\infer\lib\train\utils.py", line 368, in get_hparams config = json.load(f) File "json\__init__.py", line 293, in load File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
hi, try updating with the assistant, the issue was solved a bunch of days ago