This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
❓ [Question] How to Enable the Torch-TensorRT Partition Feature ? #876
Labels
question
Further information is requested
❓ Question
Hello,
I want to use TensorRT to run VectorNet from https://github.com/xk-huang/yet-another-vectornet
However, when I try to convert torchscript using torchtrtc, it terminates by showing an unsupported op:torch_scatter::scatter_max
I have been noticed that Torch-TensorRT can fallback to native PyTorch when TensorRT does not support the model subgraphs.
The question is, why does not this function work, and how to enable it?
The text was updated successfully, but these errors were encountered: