how to get path of finetuned model ? #4071
Unanswered
estuday
asked this question in
General Q&A
Replies: 1 comment
-
Not sure what exactly you mean, you set the output path here: TTS/recipes/ljspeech/xtts_v2/train_gpt_xtts.py Lines 16 to 17 in dbf1a08 If you want to find the folder of the latest run, you can sort them by time. If you want to find the latest/best checkpoint programmatically, you can use: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
i followed the code in https://github.com/coqui-ai/TTS/blob/dev/recipes/ljspeech/xtts_v2/train_gpt_xtts.py finetuned the xttsv2. I noticed that the program will create a new folder under the passed output_path to store the fine-tuned model.
Although it will be printed in the log, but I want to get the path where the model is stored, or the path of the best model, like the two paths in the figure below, how can I do it?
store path:
or
best model path
Beta Was this translation helpful? Give feedback.
All reactions