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
PyTorch execute failure: output must be of type Tensor, List[str] or Tuple containing one of these two types. It should not be a List / Dictionary of Tensors or a Scalar
Triton Information
Image: nvcr.io/nvidia/tritonserver:24.09-py3
Expected behavior
I was expecting to get my output tensors from the dictionary by specifying the dictionary structure in the model configuration. I couldn't figure out from the documentation how to make this work.
Any idea how to make this work? 🙏
The text was updated successfully, but these errors were encountered:
Hi community, I'm sorry if I'm not writing this in the right place. I couldn't figure out where to ask a question about the triton inference server.
Description
I have a PyTorch model with the following structure:
The output of the model is a dictionary mapping string keys to lists of tensors.
When I try to run an inference with the following script, I get the error below.
Error:
Triton Information
Image:
nvcr.io/nvidia/tritonserver:24.09-py3
Expected behavior
I was expecting to get my output tensors from the dictionary by specifying the dictionary structure in the model configuration. I couldn't figure out from the documentation how to make this work.
Any idea how to make this work? 🙏
The text was updated successfully, but these errors were encountered: