You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what the tensorflow gRPC service is, but the grpc-gateway can support arbitrary gRPC servers via the code generation from the proto file. If you have access to the proto file you can generate a client that you can put in front of the gRPC service. If you are not able to edit the protofile you can use https://grpc-ecosystem.github.io/grpc-gateway/docs/grpcapiconfiguration.html.
Hope that helps. Next time, for this sort of question, could you use the #grpc-gateway support channel on Gophers slack?
Hi,
Does grpc-gateway support tensorflow serving as grpc service?
The text was updated successfully, but these errors were encountered: