tensorflow_template_application
tensorflow_template_application copied to clipboard
No module named tensorflow_serving.apis
run ./predict_client.py
Error: No module named tensorflow_serving.apis
Now you can install the python sdk with pip install tensorflow-serving-api.
Thanks.