Kubeflow – Machine Learning Toolkit for Kubernetes
1–10 of 35 posts
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#2Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#3The following are included:
- A JupyterHub to create & manage interactive Jupyter notebooks.
- A Tensorflow Training Controller that can be configured to use CPUs or GPUs, and adjusted to the size of a cluster with a single setting.
- A TF Serving container.
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#4This looks pretty cool. Is it dependent on Google’s kubernetes or can it be run on Openshift or DC/OS as well?
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#5Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#6Pretty interesting. I'm guessing this is something that Google uses internally for their Kubernetes workflows.
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#7- GH: https://GitHub.com/Google/Kubeflow
- kubeflow-Discuss: https://groups.google.com/forum/m/#!forum/kubeflow-discuss
NOTE: The name "flow" does not refer directly to TensorFlow; if anything it's a nod at all the river themes that pop up in the ML community (eg FBLearner Flow)
Disclosure: I work at Google on Kubeflow
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#8Looks like different components could be added in the future, but not clear how. The following are included: - A JupyterHub to create & manage interactive Jupyter notebooks. - A Tensorflow Training Controller that can be configured to use CPUs or GPUs, and adjusted to the size of a cluster with a single setting. - A TF Serving container.
Disclosure: I work at Google
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#9This looks pretty cool. Is it dependent on Google’s kubernetes or can it be run on Openshift or DC/OS as well?
However, to benefit from GPUs you need to configure the controller correctly. Default configuration are there for GCP and Azure, but you would need to do that manually for other cloud (not that it is very hard)
Re: Kubeflow – Machine Learning Toolkit for Kubernetes
#10Pretty interesting. I'm guessing this is something that Google uses internally for their Kubernetes workflows.
[1] http://www.kdd.org/kdd2017/papers/view/tfx-a-tensorflow-base...
Disclosure: I work at Google on Kubeflow