-
Notifications
You must be signed in to change notification settings - Fork 472
Provide python or CL interface to generate StudyJob yaml and/or StudyJob #240
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
Comments
What about submitting a StudyJob directly via the Kubernetes API in Python? That's what I was already working on for my own project so we could fire off experiments via our GUI. The dependency it creates is the Python kubernetes API package and in my case I need to create a Role and RoleBinding to allow the Pods that are running the Python package to interact with StudyJobs. I'm open to contribute this if this is something you are interested in |
@janvdvegt That's great! I'm so interested in your project. Very welcome to contribute! |
We created Python SDK for Katib to run Experiments. |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
1 similar comment
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
It would be convenient if users could define and create a katib StudyJob YAML from a Python interface. It would also be nice to be able to submit and poll for the status of this from python as well.
In the case of kubeflow/examples#322 it looks like we can easily launch a kubeflow/pipelines pipeline for a single train_mnist call. But then when we want to go and tune the same with katib a yaml needs to be written.
/cc @jlewi @texasmichelle
The text was updated successfully, but these errors were encountered: