Hi, I want to know what I should do to recover the training when the training was interrupted.
I tried to set the begin_epoch not to be 0, but it seems doesn't work?
Hi @Jnyle , thanks for your answer in another issue. You should edit the "RESUME: false" option to True in your .yaml file. Then correctly set the begin epoch. I think this could solve your problem.
Hi, I want to know what I should do to recover the training when the training was interrupted. I tried to set the begin_epoch not to be 0, but it seems doesn't work?