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
Do you have an update on this, or has it not changed since?
Do you think you could try running the model just in python, not in clearml serving and seeing if the same thing happens there?
ClearML Serving uses Triton on the backend, so it could be that it is an issue with Triton. Can you try the newest version of ClearML Serving (1.2 was just released) and see if the issue persists?
Hello,
I deployed a model using
clearml-serving
, but it generate inconsistent results across same HTTP requests.To recreate:
allegroai/clearml:1.4.0
).helm
(helm repo: NAME allegroai/clearml-serving, CHART VERSION 0.4.1, APP VERSION 0.9.0).Everything goes well as the
readme.md
from https://github.com/allegroai/clearml-serving/tree/main/examples/pytorch instructed.But mysteriously, the HTTP responses are not consistent! (The MNIST model occasionally returns different "digits" from the same input image)
I'm quite confused here, and have no idea if any random process happens during the model inference.
Thanks for any help!
The text was updated successfully, but these errors were encountered: