Internal DLA error for Conv2d layer

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.

So how can I debug this?

Hi,

We have verified the model shared in the below topic:
Tensorrt complains that DLA does not support dynamic shapes, even when I don't have any dynamic axes.

It works good but just some layers cannot be deployed on the DLA.

Thanks.

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?

Hi,

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?

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.