Commit Graph

6 Commits

Author SHA1 Message Date
Hougang Liu fc5a85b948 reconcile tensorflow serving version (#409)
Since default OBJ_DETECTION_IMAGE tensorflow version is 1.10.0, we
pin consistent version 1.10.0 of TF across the example.

Fixes: #408
2018-12-08 14:32:46 -08:00
Sam Shi b2e6aa231c Save the batch-predict package in the image; Create a separate Dockfile for GPU (#383)
* Save the batch-predict package in the image; create a separate Dockerfile for gpu

* remove commented code
2018-12-07 10:28:57 -08:00
Hougang Liu 6855802aa1 tf-training-job doesn't complete (#367)
In tensorflow/models/research/object_detection/, only
tensorflow/models/research/object_detection/legacy/train.py
supports kubeflow sor far (construct cluster by reading
TF_CONFIG environment var).

Fixes: #277
2018-11-28 22:48:21 -08:00
Daniel Castellanos e6b6730650 Updated object detection training example (#228)
* Updated Dockerfile.traning to use latest tensorflow
  and tensorflow object detetion api.
* Updated tf-training-job component and added a chief
  replica spec
* Corrected some typos and updated some instructions
2018-08-20 19:32:12 -07:00
Sam Shi b6a4d06f00 Batch predict example for object detection using GPU (#199)
* adding batch-predict on GPU example

* Sync with TF-serving GPU example.

* adding visualization instructions

* change the title of readme.md

* changes according to the review comments from jlewi

* Replace the links to personal project with the one in kubeflow-example project in the yaml file

* change the procedure to build images

* polish the md file

* some minor md change

* fix a broken gs link

* fix more merge errors
2018-08-03 11:57:53 -07:00
Daniel Castellanos b6a3c4c0ea Added tutorial for object detection distributed training (#74)
* Added tutorial for object detection distributed training

Added steps on how to leverage kubeflow tooling to
submit a distributed object detection training job
in a small kubernetes cluster (minikube, 2-4 node cluster)

* Added Jobs to prepare the training data and model

* Updated instructions

* fixed typos and added export tf graph job

* Fixed paths in jobs and instructions

* Enhanced instructions and re-arranged folder structure

* Updated links to kubeflow user guide documentation
2018-07-03 14:10:20 -07:00