Can I use a recipe to fine tune a model ? #1173
-
|
Hi, I am trying to fine tune the Exp3 model (En-PT-Fr). So far I used the VITS recipe, customized it and launched the fine tuning from the downloaded checkpoint :
But watching @thorstenMueller 's tutorial where he is using Is there any difference between launching the training from a recipe (ie a custom python script) and launching it from Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Doesn' t matter how you run the code. What matters is the config fields, arguments. You should also use the --restore_model flag to point to the model you want to fine-tune. |
Beta Was this translation helpful? Give feedback.
Doesn' t matter how you run the code. What matters is the config fields, arguments. You should also use the --restore_model flag to point to the model you want to fine-tune.