mirror of https://github.com/kubeflow/examples.git
Add comment
This commit is contained in:
parent
5f741ed851
commit
910a15d258
|
|
@ -4,6 +4,8 @@ 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`.
|
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.
|
||||||
|
|
||||||
## Sample request
|
## Sample request
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue