-
Notifications
You must be signed in to change notification settings - Fork 454
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
Getting optimal parameters after a study is complete #122
Comments
@YujiOshima @gaocegege Do you know the answer? |
@YujiOshima ping? |
@vinaykakade Do you mean retrain or fine-tuning? For fine-tuning, the trained weight parameters are needed. |
I meant for retraining. We are currently iterating on the study results and determine the winning combination, but it would be nice to support this in katib itself so that each of katib's customers don't need to implement the same functionality. |
@vinaykakade I agree. Easy to retraining is very useful. |
I think #312 solved this requirement.
|
@hougangliu I think it is not enough. We need to add a one-shot job API for specific trial ID. I will work on it. |
We can close this one since the design for v1alpha2 API covers this. Implementation will be completed in 0.6. /close |
@richardsliu: 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. |
Is there a recommended way of getting the optimal parameters when a study is complete? For example, it would be useful to get the parameters that have the maximum (or minimum) value for a the objective metric once the study is complete, so that the model could be further trained with those parameters.
The text was updated successfully, but these errors were encountered: