-
Notifications
You must be signed in to change notification settings - Fork 445
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
Study controller - Running HP Jobs without writing code #87
Comments
@gaocegege @ddysher @libbyandhelen |
Sorry for the late reply. These days I am working one tf-operator 0.2 release thus no time to sync katib. I will take a look in two hours. |
@YujiOshima can you provide an update please? Do you think that by mid September people will be able to submit HP jobs without having to write any code? I see that: #141 containing the initial CRD was merged #152 is open to do some additional refactoring |
@YujiOshima How are we looking for 0.3.0? Where will we be after the next two weeks since we would like to cut 0.3.0 then. |
@YujiOshima What is the status of this issue? |
I open PR #86
This is for study controller.
Currently, we need to write some code to use Katib in any case.
I want to make users don't need to write any code In a typical usecase,
The study controller is the implementation of logic for how to call services, run worker, and save models.
This is a POC of the study controller https://github.com/YujiOshima/hp-tuning/blob/51d456da58f2a77648290c175491e0692e0f3d4c/pkg/manager/studycontroller/defaultcontroller.go
In this PR, default study controller request all suggestions at first.
It is not suitable for Bayse Opt or Hyperband since they need to call GetSuggestions several time.
I implement study controller as a go process, but it can separate as a service like the suggestion and the earlystopping.
WDYT? @gaocegege @ddysher @libbyandhelen
The text was updated successfully, but these errors were encountered: