Can't find trained model in my output_path #4095
Unanswered
adueck
asked this question in
General Q&A
Replies: 1 comment 2 replies
-
By default, the model is saved only every 10k steps, so you haven't trained long enough yet. You can set a different value for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm new to TTS and I'm trying to train a model to read single words in a new language. To do this I have 16k great, clear audio samples of dictionary words. I created a dataset that seems to load and train fine, and I get nice results on my tensorboard panel, but for the life of me I cannot find the model files like
checkpoint_x.pth
anywhere after training!I tried to follow these steps, running it on the docker image
ghcr.io/coqui-ai/tts-cpu
Here's my script I'm using for training:
All the training seems to go well, and I can run the tensorboard in the output directory just fine, it shows all the graphs and evaluation of the models.
But in the output directory all I see is this:
Step 7. says to "Use your best model for inference." Where are these models? How do I choose them? There's nothing else I can find anywhere. All there is are the little config and log files in the output directory. Am I missing a step? How and where do I find the actual model files I can use with like this?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions