facebookresearch / GuidedDistillation

Official implementation of the paper "Guided Distillation for Semi-Supervised Instance Segmentation".
Other
35 stars 4 forks source link

how to resume the last checkpoint #7

Closed CStar-777 closed 8 months ago

CStar-777 commented 8 months ago

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.

CStar-777 commented 8 months ago

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