I am running an onnx model exported from PyTorch on my Jetson AGX Xavier, using trtexec. Uploading: capsnet.onnx…
However, trtexec complains about Internal DLA error for layer Conv_x for my Conv_2~Conv_9 layers.
I have cheked the guide here, and I think my Conv Layers should fit the requirements.
The vast majority of the layers cannot run on DLA, and running on DLA is what I am trying to do.
I am trying to eliminate the reasons why these layers failed to run on DLA, and I need some help on that.
Should I repost this question with the allowGPUFallback option disabled?
Please noted that there is a new JetPack release for Jetson this month:
It will contain a new DLA library which adds some extra support to the operation.
Would you mind waiting for it and test your model with the new DLA library?