How do I infer with a fine-tuned XTTS model? #3811
-
I replaced the training data in this example, fine-tuned it, but inference failed he voice used to verify the effectiveness of fine-tuning was successful for inference, but problems arose when attempting to use the model directly https://bradjobs.notion.site/TTS-85a62e9706fe49a3876208f749ce8c35
I thought there might be an issue with the training data I used, so I reverted to using the example data, but encountered the same problem during using model I have tried these things. To resolve these issues, is there anything additional I need to install or modify? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Could you share the contents of the config file ( |
Beta Was this translation helpful? Give feedback.
Could you share the contents of the config file (
C:/Users/my/Desktop/test/run/training/GPT_XTTS_v2.0_Snow_White_V2_FT-June-09-2024_02+27PM-0000000/config.json
). Specifically, what is the value oftokenizer_file
there? It should contain the path to thevocab.json
file.