Hello,
Could you tell me how to continue training from the breakpoint if there is an unexpected interruption during training?
I have tried add the argument --resume in the command and confirm cfg.OUTPUT_DIR contains the last checkpoint. But it didn't work.
Looking forward to your generous guidance.
In fact, there is training that continues from the breakpoint, but due to the iteration in the log not counting from the breakpoint, there is a misunderstanding
Hello, Could you tell me how to continue training from the breakpoint if there is an unexpected interruption during training? I have tried add the argument
--resume
in the command and confirmcfg.OUTPUT_DIR
contains the last checkpoint. But it didn't work. Looking forward to your generous guidance.