-
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
Refactor to implant optimizer and scheduler into model code #3258
Refactor to implant optimizer and scheduler into model code #3258
Conversation
- Add OptimizerCallableSupportHPO and PicklableLRSchedulerCallable for HPO - Implant optimizer and scheduler into efficientnet_b0 code as a testbed Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3258 +/- ##
===========================================
+ Coverage 75.70% 78.60% +2.90%
===========================================
Files 179 182 +3
Lines 15165 15408 +243
===========================================
+ Hits 11480 12111 +631
+ Misses 3685 3297 -388
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
OptimizerCallableSupportHPO
andPicklableLRSchedulerCallable
for HPO. They are picklable objects andOptimizerCallableSupportHPO
allows access on its hyperparameters, e.g.,lr
.xfail
marks from some oftests/integration/cli/test_cli.py::test_otx_hpo_e2e
.Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.