examples/test
Jeremy Lewi 2494fdf8c5 Update serving in mnist example; use 0.4 and add testing. (#469)
* Add the TFServing component
* Create TFServing components.

* The model.py code doesn't appear to be exporting a model in saved model
  format; it was a missing a call to export.

  * I'm not sure how this ever worked.

* It also looks like there is a bug in the code in that its using the cnn input fn even if the model is the linear one. I'm going to leave that as is for now.

* Create a namespace for each test run; delete the namespace on teardown
* We need to copy the GCP service account key to the new namespace.
* Add a shell script to do that.
2019-01-11 14:36:43 -08:00
..
workflows Update serving in mnist example; use 0.4 and add testing. (#469) 2019-01-11 14:36:43 -08:00
copy_secret.sh Update serving in mnist example; use 0.4 and add testing. (#469) 2019-01-11 14:36:43 -08:00