mirror of https://github.com/kubeflow/examples.git
* create pv for pets-pv For a lot of user k8s clusters, dynamic volume provisioning isn't enabled. So the newcomer may be blocked since pets-pv will keep Pending. We can guide them to create a nfs PV as an option. * tell user how to check if a default storage class is defined * add link about how to create PV |
||
|---|---|---|
| .. | ||
| batch-predict | ||
| conf | ||
| docker | ||
| ks-app | ||
| serving_script | ||
| README.md | ||
| export_tf_graph.md | ||
| monitor_job.md | ||
| setup.md | ||
| submit_batch_predict.md | ||
| submit_job.md | ||
| tf_serving_cpu.md | ||
| tf_serving_gpu.md | ||
README.md
Distributed TensorFlow Object Detection Training and Serving on K8s with Kubeflow
This example demonstrates how to use kubeflow to train/serve an object detection model on an existing K8s cluster using
the TensorFlow object detection API
This example is based on the TensorFlow Pets tutorial.