PAIR-code / what-if-tool

Source code/webpage/demos for the What-If Tool
https://pair-code.github.io/what-if-tool
Apache License 2.0
892 stars 165 forks source link

what-if tool unable to return predictions - InactiveRpcError #217

Open mollie9523 opened 1 year ago

mollie9523 commented 1 year ago

hello, i am running a simple classification problem (uci census, using the pre-trained model and dataset from the tensorboard what-if guide; test set/model direct link).

i am currently using docker with tf serving to serve my model. i have inputted the localhost:8500, signature as 'classification'. however, i am getting the following error. i am able to load the datapoints properly as well. is there anything that i need to modify or?

<_InactiveRpcError of RPC that terminated with: status = StatusCode.DEADLINE_EXCEEDED details = "Deadline Exceeded" debug_error_string = "{"created":"@1666069988.778000000","description":"Error received from peer \u0010\u00bd\u0095\u0001\u00c3\u0001","file":"src/core/lib/surface/call.cc","file_line":1064,"grpc_message":"Deadline Exceeded","grpc_status":4}"

image