I get error message when using Finetuning #157
Replies: 2 comments 1 reply
-
Hi @TomiTom1234 Have you manually changed the paths on step 2 to the files? These fields would normally be auto populated. I ask because in the error above, the path to the file refers to the E drive twice:
and I would assume the correct path is:
So that looks a bit odd to me, hence wondering if you changed anything? Otherwise, its a bit hard to tell what occurred as I cannot see the console screen for step 1. However in the console it should tell you what file it found and how much audio it found: So you may wish to take a look at that and see if your audio was processed correctly. Beyond that I ran through the current version of finetuning just now and can confirm its working ok. Here are my screenshots: On step one, in the logs and the console it tells you the files and the path it created And then step 2, the fields should auto populate, with the files specified in step 1, and would match the locations specified in the terminal. If you have built your own training data set you can specify your own files here, but the path has to be correct. I did run a training run on the current build of Finetuning (as above "Model training done. Move to Step 3"), so I cant see a problem with the code. So it either has to be:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I wanted to train a voice, I did put a 6 min sample wav audio file in the
..alltalk_tts\finetune\put-voice-samples-in-here
folder, then started thestart_finetune.bat
, followed the first step, it createdtmp-trn
folder withmetadata_eval.csv
andmetadata_train.csv
files in it.But when I tried to start step 2, the following error messages came up in the command prompt:
`[FINETUNE] Starting finetuning on Base Model
Any idea what is going on and how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions