Add comment

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

View File

@ -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
``` ```