-
Notifications
You must be signed in to change notification settings - Fork 446
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
[MPA] Enable SSD and YOLOX model template #1156
Conversation
jaegukhyun
commented
Jul 7, 2022
- Add SSD and YOLOX model
- Change template_experimental.yaml to template.yaml
- Change optimization hyperparameters
- Change learning schedule hyperparameters
external/model-preparation-algorithm/configs/detection/cspdarknet_yolox_cls_incr/model.py
Outdated
Show resolved
Hide resolved
external/model-preparation-algorithm/configs/detection/cspdarknet_yolox_cls_incr/template.yaml
Outdated
Show resolved
Hide resolved
external/model-preparation-algorithm/configs/detection/mobilenetv2_ssd_cls_incr/model.py
Show resolved
Hide resolved
external/model-preparation-algorithm/mpa_tasks/apis/detection/task.py
Outdated
Show resolved
Hide resolved
…_extensions into jg/sc-intg SC integration
external/model-preparation-algorithm/mpa_tasks/apis/detection/task.py
Outdated
Show resolved
Hide resolved
MPA api & pre-commit tests for this PR: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MPA validation report ALL PASSED (API & precommit only)
http://validationreports.sclab.intel.com:8006/reports/build_number_report?test_session_build_number=pr-model-preparation-algorithm-test-39&environment=iotg-dev-workstation-12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.