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

[tune] How to run simple SHA (1 bracket of Hyperband) #10439

Closed
chanshing opened this issue Aug 31, 2020 · 4 comments
Closed

[tune] How to run simple SHA (1 bracket of Hyperband) #10439

chanshing opened this issue Aug 31, 2020 · 4 comments
Labels
question Just a question :) stale The issue is stale. It will be closed within 7 days unless there are further conversation

Comments

@chanshing
Copy link

chanshing commented Aug 31, 2020

How can I run a simple SHA -- in other words, one bracket of Hyperband? For example, I'd like to be able to run only the bracket s=3 in your example blog https://homes.cs.washington.edu/~jamieson/hyperband.html

Is this possible?

Edit: I think ASHA pretty much does this but I'm not 100% sure I want the eager promotion for asynchronicity (I have 8 GPUs, not hundreds).

@chanshing chanshing added the question Just a question :) label Aug 31, 2020
@richardliaw
Copy link
Contributor

hey @chanshing sorry for the late reply.

You can try something like this - the promotion here is 'semi-eager'. You can also adjust the implementation to your liking. #4401 (comment)

The key place to adjust promotion is in _Bracket. Note that we will prioritize upstreaming this in a couple weeks.

@chanshing
Copy link
Author

Thanks for the pointers. I will have a look :)

@richardliaw richardliaw changed the title How to run simple SHA (1 bracket of Hyperband) [tune] How to run simple SHA (1 bracket of Hyperband) Oct 26, 2020
@stale
Copy link

stale bot commented Feb 23, 2021

Hi, I'm a bot from the Ray team :)

To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.

If there is no further activity in the 14 days, the issue will be closed!

  • If you'd like to keep the issue open, just leave any comment, and the stale label will be removed!
  • If you'd like to get more attention to the issue, please tag one of Ray's contributors.

You can always ask for help on our discussion forum or Ray's public slack channel.

@stale stale bot added the stale The issue is stale. It will be closed within 7 days unless there are further conversation label Feb 23, 2021
@stale
Copy link

stale bot commented Mar 9, 2021

Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message.

Please feel free to reopen or open a new issue if you'd still like it to be addressed.

Again, you can always ask for help on our discussion forum or Ray's public slack channel.

Thanks again for opening the issue!

@stale stale bot closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Just a question :) stale The issue is stale. It will be closed within 7 days unless there are further conversation
Projects
None yet
Development

No branches or pull requests

2 participants