Skip to content
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

Merged
merged 31 commits into from
Dec 19, 2022
Merged

[Refactor] Upgrade ray from 1.9.1 to 2.1.0 #81

merged 31 commits into from
Dec 19, 2022

Conversation

KKIEEK
Copy link
Contributor

@KKIEEK KKIEEK commented Nov 30, 2022

Signed-off-by: Junhwa Song <ethan9867@gmail.com>
@KKIEEK KKIEEK force-pushed the ray/v2.1.0 branch 2 times, most recently from 9648205 to 65de9b9 Compare December 1, 2022 11:04
@KKIEEK KKIEEK marked this pull request as ready for review December 1, 2022 19:01
@KKIEEK KKIEEK marked this pull request as draft December 2, 2022 06:50
@KKIEEK KKIEEK self-assigned this Dec 2, 2022
@KKIEEK KKIEEK marked this pull request as ready for review December 2, 2022 11:46
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@5a9db3f). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage        ?   72.95%           
=======================================
  Files           ?       61           
  Lines           ?     1553           
  Branches        ?      225           
=======================================
  Hits            ?     1133           
  Misses          ?      331           
  Partials        ?       89           
Flag Coverage Δ
unittests 72.95% <0.00%> (?)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

nijkah
nijkah previously requested changes Dec 15, 2022
siatune/mm/tasks/mmtrainbase.py Outdated Show resolved Hide resolved
siatune/mm/tasks/mmtrainbase.py Outdated Show resolved Hide resolved
Comment on lines +69 to +71
failure_config=None, # todo
sync_config=None, # todo
checkpoint_config=None, # todo
Copy link
Member

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?

Copy link
Contributor Author

@KKIEEK KKIEEK Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking.

siatune/ray/tuner.py Outdated Show resolved Hide resolved
Co-authored-by: Hakjin Lee <nijkah@gmail.com>
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
KKIEEK and others added 2 commits December 15, 2022 12:19
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>
@nijkah nijkah self-requested a review December 15, 2022 04:15
KKIEEK and others added 2 commits December 15, 2022 18:24
Co-authored-by: Hakjin Lee <nijkah@gmail.com>
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
@KKIEEK KKIEEK requested a review from nijkah December 15, 2022 09:35
* 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
@nijkah nijkah dismissed their stale review December 16, 2022 10:23

The backend argument is determined by invoking the init_process_group function in run method.

siatune/ray/tuner.py Outdated Show resolved Hide resolved
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
@KKIEEK KKIEEK merged commit 1dff11b into main Dec 19, 2022
@KKIEEK KKIEEK deleted the ray/v2.1.0 branch December 19, 2022 02:42
@nijkah nijkah mentioned this pull request Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC Break Backward Compatibility Break
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Integration] Ray version up - DistributedTrainableCreator will be deprecated.
4 participants