yolov4-triton-tensorrt
yolov4-triton-tensorrt copied to clipboard
tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses
Hi guys, I got this error when implemented triton "tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses". I checked to ensure that all the ports I used to run the triton server were not already in use, and I called from client to the server on exact port. Do you have any suggestion about this? Thank for your help.
I experienced the same problem. Is there any solution for that ?
did you solve this problem?