-
Notifications
You must be signed in to change notification settings - Fork 7
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] Upgrade ray from 1.9.1 to 2.1.0 #81
Conversation
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
9648205
to
65de9b9
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage ? 72.95%
=======================================
Files ? 61
Lines ? 1553
Branches ? 225
=======================================
Hits ? 1133
Misses ? 331
Partials ? 89
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
failure_config=None, # todo | ||
sync_config=None, # todo | ||
checkpoint_config=None, # todo |
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.
Are these required to be edited in this PR? or just future works?
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.
I'm thinking.
Co-authored-by: Hakjin Lee <nijkah@gmail.com> Signed-off-by: Junhwa Song <ethan9867@gmail.com>
Co-authored-by: Hakjin Lee <nijkah@gmail.com> Signed-off-by: Junhwa Song <ethan9867@gmail.com>
* Support custom trainer and backend * Add comment * Add assertion * Fix typo * Update siatune/ray/config.py * Apply lint * Fix test code Co-authored-by: Hakjin Lee <nijkah@gmail.com>
Co-authored-by: Hakjin Lee <nijkah@gmail.com> Signed-off-by: Junhwa Song <ethan9867@gmail.com>
* Update class signature * Update mmseg * Update mmdet * Update mmcls * Update configs * Fix test code
* Fix blocking issue at test_tasks.py * Support single GPU tuning * Bump FLAML to v1.0.14 to avoid deprecated warning
The backend argument is determined by invoking the init_process_group function in run method.
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
Related to #41
Sub PRs
Todo