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
I want to implement a stream inference server which using grpc protocol, but I'm confused with start_stream, stop_stream and async_stream_infer. Basically, I'm using an instance of python class to hold a triton client instance, but when do I call start_stream? Before EVERY inference call or just call it in init function?
I hope I have explained my doubt, since I am not an English speaker. So endulge my poor English please :(
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to implement a stream inference server which using grpc protocol, but I'm confused with start_stream, stop_stream and async_stream_infer. Basically, I'm using an instance of python class to hold a triton client instance, but when do I call start_stream? Before EVERY inference call or just call it in init function?
I hope I have explained my doubt, since I am not an English speaker. So endulge my poor English please :(
Beta Was this translation helpful? Give feedback.
All reactions