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 have trained a multi label(my own data with three properties, three labels will be given for every inference) model using code of PyTorch-Multi-Label-Image-Classification, and then convert the model to onnx format. Now I just want to deploy the model with Triton Inference Server, how should I do? and if deployed, how should I do to place the labels of properties in the model and do inference with it? Thanks.
The text was updated successfully, but these errors were encountered:
I have trained a multi label(my own data with three properties, three labels will be given for every inference) model using code of PyTorch-Multi-Label-Image-Classification, and then convert the model to onnx format. Now I just want to deploy the model with Triton Inference Server, how should I do? and if deployed, how should I do to place the labels of properties in the model and do inference with it? Thanks.
The text was updated successfully, but these errors were encountered: