-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we resume training from the epoch we got interruption #241
Comments
Well, yes. The model is stored each epoch. So if the training stops at epoch 13 (let's say at 50%) then it should restart at epoch 13 0% |
Thank you. But do we need to set some flag to do that or pytorch kaldi will do it automatically? @TParcollet |
My suggestion is to move to SpeechBrain though:
https://speechbrain.github.io/
SpeechBrain is a new project which is much richer, easy-to-use,
well-documented than the old pytorch-kaldi one.
…On Tue, 16 Mar 2021 at 01:38, sun-peach ***@***.***> wrote:
Thank you. But do we need to set some flag to do that or pytorch kaldi
will do it automatically? @TParcollet <https://github.com/TParcollet>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVWN2SHTXHOKYQLNYKTTD3VEHANCNFSM4PPJOSLQ>
.
|
@mravanelli I have already noted that. I am doing research on that. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, my computer's power was down and the experiment was interrupted at epoch 13. Can we resume the training from where it was interrupted?
Thank you.
The text was updated successfully, but these errors were encountered: