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.
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.