Commit Graph

9 Commits

Author SHA1 Message Date
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
Lun-Kai Hsu f3806d0bac Small fix to TF serving gpu (#221)
* Small fix to TF serving gpu

* fix

* fix

* fix
2018-08-14 14:27:35 -07:00
Daniel Castellanos 9bda30b7d9 Fixed broken links in object detection example (#211) 2018-08-03 16:05:27 -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 091eacb4f6 Parametrize Object detection example (#192)
* Added Ksonnet prototypes to parametrize old yaml files

* Modified instructions

* Added tf-training-job component

* Removed yaml manifest files

Modified serving instructions

* Consolidate get-data and decompression jobs

* Deleted registry and prototypes

* Added components to ks-app dir
* Modified instructions

* Fixed references to user guide page

Improved instructions

* General improvements to components and instructions

* Removed obj-detection.libsonnet file
* used specific params in export-graph and create-tf-record
  instead of list params like 'args' and 'command'
* Improved instructions and removed references to yaml files
2018-08-02 18:44:26 -07:00
Lun-Kai Hsu 1746820f8f Example of TF Serving with GPU (#154)
* initial

* wip

* working now

* fix

* fix lint

* fix lint

* fix lint

* review

* move

* fix

* addressing comment

* lint

* fix
2018-07-24 21:44:55 -07:00
Roy Xue 38b3259dc1 Update pets-training to v1alpha2 (#183)
* Update pets-training to v1alpha2

* Remove GPU config
2018-07-17 21:43:18 -07:00
Roy Xue 151713c7bf Update decompress config to avoid error, fix typo (#177) 2018-07-16 10:08:55 -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