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
InferResult.get_output() function does not work properly when the attribute as_json is set to True.
If as_json is set to True, the output is not returned.
InferResult.get_output()function does not work properly when the attributeas_jsonis set to True.If
as_jsonis set to True, the output is not returned.client/src/python/library/tritonclient/grpc/_infer_result.py
Lines 126 to 127 in 2aa5844