Description
I have converted my pytorch model to onnx, and onnx.checker.check_model() was used to check the onnx model, there is no error.
But when i convert the onnx to trt with Python API or trtexec, i got the same error – “could not find any implementation for node {foreignNode[onnx::scatterND 345 … Transpose 19675]}.”
Environment
TensorRT Version: 8.6.1.6
GPU Type: Jetson
Nvidia Driver Version:
CUDA Version: 12.0
CUDNN Version: 8.6
Operating System + Version: linux ubuntu20.04
Python Version (if applicable): 3.8
TensorFlow Version (if applicable):
PyTorch Version (if applicable): 1.11
Baremetal or Container (if container which image + tag):
Relevant Files
My onnx model is here:
Uploading: small.zip…
Steps To Reproduce
my command is here:
trtexec --onnx=small.onnx --saveEngine==small.trt --fp16 --verbose
the error is: