Enable resume
This PR includes:
Summary:
- Enable resume for all tasks. (cls/det/seg)
- Update MPA submodule to parse resume information in stage.py
- Related MPA PR: https://github.com/openvinotoolkit/model_preparation_algorithm/pull/52
- Related DOR PR: https://github.com/openvinotoolkit/deep-object-reid/pull/233
This PR will be merged after merging both MPA & DOR PR.
CI is not working properly, so I attach CLI test result from local environment. You can reproduce same result on this branch with this command: pytest -rs ./external/model-preparation-algorithm/tests/ote_cli/test_[multiclass, det, seg]_cls_il.py
Classification

Detection

Segmentation
Passed all the test cases.
Is there any information on how to use it? (I can't see documentation change) Also, I wonder which of the
--load_weightsand--resumewe can get is the preferred use of the existing stored ckpt. and what's the difference between the--load_weights resume_ckptand--resume
Thank you for suggestion, document is updated now, changed --resume to --resume-from. If user inputs both --load-weights and --resume-from, --resume-from will be applied.
run ote-test
run ote-test
run ote-test
Could you add ote_cli tests for resume?
run ote-test
run ote-test
run ote-test
https://ci-ote.iotg.sclab.intel.com/job/ote/job/pr-ote-test/653/ http://validationreports.sclab.intel.com:8006/reports/build_number_report?test_session_build_number=pr-ote-test-653&environment=iotg-dev-workstation-10 Passed all resume related test cases.
run ote-test
run ote-test
run ote-test
run ote-test
run ote-test
Closing by enabling resume on feature/otx #1470