-
When i executed this only python.exe ._train_vits_test_windows.py training begins... When i have follow this https://docs.coqui.ai/en/latest/finetuning.html i heave got this problem: python.exe ._train_vits_test_windows.py --config_path D:\TTS-Training\tts_models--pl--mai_female--vits\model_file.pth.tar --coqpit.run_name "Vits-TTS-PL-finetune" --coqpit.lr 0.00001 Can i ask for help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As the error message shows, Vits models don't have a |
Beta Was this translation helpful? Give feedback.
As the error message shows, Vits models don't have a
--coqpit.lr
option. You need to set--copit.lr_gen
and/or--coqpit.lr_disc
or just leave them out.