-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Resume Training Issue #5505
Comments
Is there any modification to the code? |
@jshilong |
Same problem like this 2021-07-04 13:17:18,745 - mmdet - INFO - load checkpoint from /content/drive/MyDrive/project_0702/test/work_dirs/yolov3_d53_mstrain-608_273e_coco/epoch_91.pth
2021-07-04 13:17:18,745 - mmdet - INFO - Use load_from_local loader
2021-07-04 13:17:19,439 - mmdet - INFO - resumed epoch 42, iter 101934
2021-07-04 13:17:19,440 - mmdet - INFO - Start running, host: root@84359d615290, work_dir: /content/drive/My Drive/project_0702/test/work_dirs/yolov3_d53_mstrain-608_273e_coco
2021-07-04 13:17:19,441 - mmdet - INFO - Hooks will be executed in the following order: |
Same here.
|
I closed this issue because it has been resolved by open-mmlab/mmcv#1108 |
Hello,
When I used the command to resume training from epoch 76
bash tools/dist_train.sh configs 8 --resume-from epoch_76.pth
The training resume from epoch 64 instead.
Any suggention?
Thanks!
The text was updated successfully, but these errors were encountered: