Skip to content
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

Unable to connect client side script to server side tensorflow_model_server via GRPC #2057

Closed
shantanu-deepquanty opened this issue Sep 15, 2022 · 2 comments

Comments

@shantanu-deepquanty
Copy link

I'm trying to server my Object Detection model via TF Serving and I'm unable to get results on the client side script.

Screenshot from 2022-09-15 12-49-31

I'm running this in an environment with tensorflow_model_server version 2.9.1 (built with GPU support) and the pip package tensorflow-serving-api version 2.2.0
All this is being run in a RHEL 8 system with a CUDA version of 11.0

tensorflow_model_server was built by referring to the official TF documentation and with the docker file :
https://github.com/tensorflow/serving/blob/master/tensorflow_serving/tools/docker/Dockerfile.gpu

The binary file resulting from the build is being run outside any docker container and on a bare metal server.
How do I make tensorflow_model_server listen on IPV4 instead of the IPV6?
Is there any way to solve the error shown in the above screenshot?

@singhniraj08
Copy link

@shantanu-deepquanty,

Kindly share the minimal code to reproduce the error for faster resolution.
In meanwhile, you can refer to documentation and tutorial for using gRPC API with Tensorflow ModelServer. Thank you!

@singhniraj08
Copy link

Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants