Commit Graph

8 Commits

Author SHA1 Message Date
Daniel Castellanos aaea8024be Fixed issue with TFJob api version in tfjob component (#541)
Signed-off-by: Luis Daniel Castellanos <luis.daniel.castellanos@intel.com>
2019-04-13 12:58:00 -07:00
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
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
Konstantinos Samaras-Tsakiris 5c38c96fae Fix #272 (#273)
* Fix #272

Fix #272 where the `create-pet-record-job` pod produces this error: `models/research/object_detection/data/pet_label_map.pbtxt; No such file or directory`

* Update create-pet-record-job.jsonnet
2018-10-22 14:57:24 -07:00
Konstantinos Samaras-Tsakiris 6edf7915f5 Fix #275 (#276)
Fix #275 by changing the default mount path for the training data.
2018-10-22 12:14:13 -07: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
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