The readme.md in grpc_service
burness opened this issue · 3 comments
burness commented
In README.md the inference_server.py and inference_client.py shouldn't be predict_server.py and predict_client.py?
tobegit3hub commented
Thanks @burness . That's right and I'm gonna refactor the code of inference services.
burness commented
@tobegit3hub Nice!!! can't wait for it
tobegit3hub commented
I have updated the code for gRPC and HTTP inference services.
You can find out the gRPC server in https://github.com/tobegit3hub/deep_recommend_system/tree/master/cpp_predict_server and the gRPC client in https://github.com/tobegit3hub/deep_recommend_system/tree/master/python_predict_client .
Hope it helps 😃