Link to issue

This commit is contained in:
Ankush Agarwal 2018-03-07 15:34:30 -08:00
parent 910a15d258
commit ae774e9658
No known key found for this signature in database
GPG Key ID: C6CC9DD0EB45EBC2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ We are going to use a simple tornado server to serve the model. The [server.py](
Start the server using `python server.py --port=8888`.
> The model is written in Keras and when exported as a TensorFlow model seems to be incompatible with TensorFlow Serving. So we're using our own webserver to serve this model.
> The model is written in Keras and when exported as a TensorFlow model seems to be incompatible with TensorFlow Serving. So we're using our own webserver to serve this model. More details [here](https://github.com/kubeflow/examples/issues/11#issuecomment-371005885).
## Sample request