-
Notifications
You must be signed in to change notification settings - Fork 448
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
Make low-level API for using katib flexibly #72
Comments
/area manager |
@YujiOshima thanks for putting this together! I'm on business travel last two days, will take a look ASAP :) |
Personally, LGTM Thanks for your awesome work! |
Thanks @YujiOshima, I've listed some of my concerns: For
|
@ddysher Thank you for a comment!
I made
I agree. I changed the I add a simple demo using minikube https://github.com/YujiOshima/hp-tuning/blob/7a7086d3336f284d1ea67f2b06051d2c12d3922c/docs/MinikubeDemo/MinikubeDemo.md Please take a look! |
More concrete usage example is here https://github.com/YujiOshima/hp-tuning/blob/7a7086d3336f284d1ea67f2b06051d2c12d3922c/docs/MinikubeDemo/radom-suggest-demo.go |
@YujiOshima thanks! I'll take a look at the PR later. |
@YujiOshima
|
@libbyandhelen
In new API, the Trial is an only parameter set and the Worker is an instance of the evaluation process of a trial.
SGTM.
Same as the first comment, the objective value corresponds to Worker.
SGTM.
Parameters and Tags are encoded [here](https://github.com/YujiOshima/hp- tuning/blob/cc2ddbea3a4ca672ba45da7af93c21d76ec3859b/pkg/db/interface.go#L354) |
@YujiOshima |
@libbyandhelen |
@YujiOshima |
@YujiOshima
So the question is what is the "name" and the list of values for? Isn't a worker only has one value? |
The metric is not only for objective value. |
@YujiOshima is this because of this line of code? |
cc @lluunn |
@libbyandhelen Oh, I'm sorry for my mistake. |
/area 0.4.0 Can we close this issue? Is there more work to be done? |
This is completed. |
@YujiOshima: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Discussde #66
This is the APIs I'm going to refactor and add.
CreateStudyID
error
SuggestionAlgorithmName
RequestNum
error
[]TrialID
Worker
Set Trial status running
[]TrialID
IsComplete
Set Trial Status Complete
error
EarlyStopAlgorithm
error
SuggestionAlgorithmName
AlgorithmParam
EarlyStoppingAlgorithmName
EarlyStoppingParam
error
[]TrialID
[]Metrics
Typical usage is like below.
WDYT? @ddysher @gaocegege @libbyandhelen
The text was updated successfully, but these errors were encountered: