Commit Graph

10 Commits

Author SHA1 Message Date
Michelle Casbon 839140b37d Add .cache dir to gitignore (#573) 2019-06-15 06:52:10 -07:00
Hung-Ting Wen 45d157f238 Update gitignore for all VIM temp files. (#477)
* Update gitignore for all VIM temp files.

* remove existed format.
2019-02-19 11:06:02 -08:00
Michał Jastrzębski 35786ed9cb Add estimator example for github issues (#203)
* Add estimator example for github issues

This is code input for doc about writing Keras for tfjob.

There are few todos:

1. bug in dataset injection, can't raise number of steps
2. intead of adding hostpath for data, we should have quick job + pvc
for this

* pyling

* wip

* confirmed working on minikube

* pylint

* remove t2t, add documentation

* add note about storageclass

* fix link

* remove code redundancy

* adress review

* small language fix
2018-08-24 18:10:27 -07:00
Jeremy Lewi eaf0298590 Create a deployment to run the HP/Katib controller for the GitHub issue example. (#161)
* Some of the code is copied over from https://github.com/kubeflow/katib/tree/master/examples/GKEDemo

  * I think it makes sense to centralize all the code in a single place.

* Update the controller program (git-issue-summarize-demo.go) so that can
  specify the Docker image containing the training code.

* Create a ksonnet deployment for running the controller on the cluster.

* The HP tuning job isn't functional here's an incomplete list of issues

  * The training jobs launched fail because they don't have GCP credentials
    so they can't download the data.

  * We don't actually extract and report metrics back to Katib.

Related to: kubeflow/katib#116
2018-07-11 08:46:25 -07:00
Jeremy Lewi e12231bae3 Make it easier to demo serving and run in Katacoda (#107)
* Make it easier to demo serving and run in Katacoda

* Allow the model path to be specified via environment variables so that
  we could potentially load the model from PVC.

* Continue to bake the model into the image so that we don't need to train
  in order to serve.

* Parameterize download_data.sh so we could potentially fetch different sources.

* Update the Makefile so that we can build and set the image for the serving
  component.

* Fix lint.

* Update the serving docs.
2018-04-28 08:11:18 -07:00
Michelle Casbon 1a4f4dc1ea Remove vendor from .gitignore (#94)
* Remove vendor from .gitignore

* Tell pylint to ignore generated file
2018-04-24 15:25:01 -07:00
Ankush Agarwal d1a2adfb01 Move from a custom tornado server to a seldon-core server for serving the model (#36)
* Create a end-to-end kubeflow example using seq2seq model (4/n)

* Move from a custom tornado server to a seldon-core model

Related to #11

* Update to use gcr.io registry for serving image
2018-03-09 14:36:12 -08:00
Ankush Agarwal ab2803254d Update gitignore 2018-03-01 11:17:28 -08:00
Ankush Agarwal fbf27c4ae0 Add .ipynb_checkpoints 2018-02-28 18:14:56 -08:00
Ankush Agarwal 4fa1cc2b1b Add a .gitignore 2018-02-27 17:36:51 -08:00