jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
651 stars 150 forks source link

Load checkpoints that are missing 'iteration', 'learning_rate' or 'optimizer' keys. #25

Closed CookiePPP closed 4 years ago

CookiePPP commented 4 years ago

This would be useful for cases like using the pretrained model to warmstart the training of other voices. (As I'm doing here)

jaywalnut310 commented 4 years ago

@CookiePPP This code looks very useful, thanks!