simple_tensorflow_serving
simple_tensorflow_serving copied to clipboard
Generic and easy-to-use serving service for machine learning models
Firstly thanks for the great work! I am having difficulties trying to get simple_tensorflow_serving working on a Kubernetes cluster. Seems to be something with H20, logs are not descriptive enough...
> Error ```bash File "./gen_client/gen_client.py", line 76, in gen_tensorflow_client if dtype == int(tf.int8) or dtype == int(tf.uint8) or dtype == int( TypeError: int() argument must be a string, a bytes-like...
raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments: data: (1, 2) Error in operator lro: [12:38:25] c:\jenkins\workspace\mxnet-tag\mxnet\include\mxnet\tuple.h:202: Check failed: i >= 0 && i < ndim(): index = 0 must be in...
I use sample_tensorflow_serving by docker.But the default models all open as default.They occupy too many resource.I want to shutdown them ,But I couldn't find the way in the document.
Hi, can somebody help to have a look my problem, thanks! Image inference in web menu test image inference: `Predict result: [{"error": "Inference error : 'input_image'"}, 400]` Image inference in...
@tobegit3hub I'm trying to run the docker instance on windows 10. ```kotlin (base) λ docker --version Docker version 18.09.2, build 6247962 (base) λ docker run -d -p 8500:8500 tobegit3hub/simple_tensorflow_serving:latest-py34 ```...
Hi, I'm trying to install simple_tensorflow_serving via pip, but [uWSGI is not supported on windows.](https://github.com/unbit/uwsgi/issues/1930#issuecomment-438324301) Is there any specific reason why uWSGI is used in this project? i was thinking...
since the image of docker hub isn't update sync with current code , am try to build latest one, after a long time compile and dowloading in the cmd "docker...
Thank you. It works very well. But I still have a few questions. The first is, how to shut down a service? The second is ,how to enable the second...