StyleTTS2
StyleTTS2 copied to clipboard
HELP WANTED!!!!!!!!!!!
Can we add a checkpoint to the styleTTS2 model to finetune the model from the last epoch we trained? As I am using the free version of Colab, I can only finish my data to 5 epochs. After that, I exceeded my GPU limit, and all my data was saved in my drive, but then I had to start training it again from the start. I want to train it from my last checkpoint (last epoch trained). I asked if we could add a checkpoint to the model for the above query, just like tortoiseTTS (I asked blackbox.ai, and it says we can, but I need clarification on it)? cc @yl4579 @astricks @kmn1024 @eltociear @kmn1024
Just edit the config to point the pretrained model to your last checkpoint, and set load_only_params
to false.
Just edit the config to point the pretrained model to your last checkpoint, and set
load_only_params
to false.
it is not working. I tried what you said, but it is not working. @godspirit00
Could you give us your config and the command you're running ?
@21sK1p if you resolved this issue, could you please close it?