r9y9 / deepvoice3_pytorch

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models
https://r9y9.github.io/deepvoice3_pytorch/
Other
1.97k stars 485 forks source link

Resume training from previously saved checkpoint #186

Closed Arafat4341 closed 4 years ago

Arafat4341 commented 4 years ago

How can I resume training from previously saved checkpoint.

Previously my model training was completed upto step 100000 ( checkpoint_step000100000.pth). Now I want to resume training from this step. How can I do this?? Please help!

r9y9 commented 4 years ago

You can use --checkpoint $path option. See code for more details: https://github.com/r9y9/deepvoice3_pytorch/blob/897f31e57eb6ec2f0cafa8dc62968e60f6a96407/train.py#L1-L21