Trying to train a model using Applio. I will list all of my settings and stuff, and I will send my problems here as they come.
I have an RTX 3090 24GB VRAM gpu and an intel I9 11th gen as the cpu, 32gb ram.
It passes preprocessing. (sampling rate 32k, RVC version V2.)
The pitch extraction algorithm is rvmp
Train's settings are (Batch size: 8, Save every epoch is 25, Total epoch is 10k.)
-Pitch guidance is ON, pretrained is ON, Save only latest is OFF, Save every Weights is ON, Custom pretraind is ON(Using Titan.) Gpu settings is OFF and Overtraining Detector is OFF.)
I have a 38 min long dataset.
The dataset looks like this:(Sent picture)
This is my current problem. When I press on "Start Training" This is what it says:
"Traceback (most recent call last):
File "D:\Downloads\Applio-3.1.1\rvc\train\train.py", line 51, in <module>
hps = get_hparams()
File "D:\Downloads\Applio-3.1.1\rvc\train\utils.py", line 198, in get_hparams
with open(config_save_path, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\Downloads\Applio-3.1.1\logs\AlikiserB\config.json'
Failed to train index: [WinError 3] The system cannot find the path specified: 'D:\Downloads\Applio-3.1.1\logs\AlikiserB\3_feature768'"