deepsound-project / samplernn-pytorch

PyTorch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
MIT License
288 stars 75 forks source link

pause/resume #13

Closed freekatet closed 6 years ago

freekatet commented 6 years ago

hi, is there a way to pause/resume the training? thanks

koz4k commented 6 years ago

Yes, you can just terminate the training script and then run it again with --resume true. It will start from the end of last epoch.

On Mon, Feb 5, 2018, 17:49 Freeka Tet notifications@github.com wrote:

hi, is there a way to pause/resume the training? thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deepsound-project/samplernn-pytorch/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJ75ru-Rdkfpzds4Jj17bf-43-DC4-zks5tRzD5gaJpZM4R5wCi .

freekatet commented 6 years ago

great! thank you!