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
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}"
The text was updated successfully, but these errors were encountered:
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}"
The text was updated successfully, but these errors were encountered: