-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python predict client problem #32
Comments
It seems that you have not find the file. The files are in https://github.com/tobegit3hub/tensorflow_template_application/tree/master/python_predict_client/generate_python_files . |
The path of proto files should be set up in predict_client.py ? |
Have you changed the error message of this problem? @sailor88128 Now it seems that the python client works but the server has not started. So you get the |
Oh, it seems you are right. The serving code is running in docker, the docker port 9000 is linked with host PC port 9000. Then I want to visit serving from another PC. Maybe I need to start the serving on host PC port 9000? |
No, I did not change the error message. @tobegit3hub |
Hi tobe,
I want to use the python and java client to get data back from tf serving server on another PC 10.10.10.229. It seems bazel and tensorflow is not necessary here.
But when I run the predict_client.py code, it seems the connection failed. How can I fix?
The text was updated successfully, but these errors were encountered: