Hi,
Is there a way for tensorflow serving to compress the grpc response? I know there’s an option to compress the gprc request, but am wondering if the same option is available for the response.
Thanks.
Hi,
Is there a way for tensorflow serving to compress the grpc response? I know there’s an option to compress the gprc request, but am wondering if the same option is available for the response.
Thanks.
Hi @chow ,
In essence, while TensorFlow Serving can support compressed gRPC responses, it’s not a built-in feature and requires low-level gRPC configuration changes on the server side.
Thank You .