mirror of https://github.com/kubeflow/examples.git
				
				
				
			Link to issue
This commit is contained in:
		
							parent
							
								
									910a15d258
								
							
						
					
					
						commit
						ae774e9658
					
				|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue