Hi I have tried optimizing a model containing resize layer on DLA on Xavier, but it was not running on DLA, falling back to GPU, below is the log
[W] [TRT] Resize__916: For bilinear resize, DLA only supports kHALF_PIXEL coordinate transformation with resize selector: kFORMULA or kUPPER but kASYMMETRIC with resize selector: kFORMULA was found.
[W] [TRT] Default DLA is enabled but layer Resize__916 is not supported on DLA, falling back to GPU.
[I] [TRT] ---------- Layers Running on DLA ----------
[I] [TRT] [DlaLayer] {ForeignNode[resnet_v1_50/block4/unit_3/bottleneck_v1/Relu]}
[I] [TRT] ---------- Layers Running on GPU ----------
[I] [TRT] [GpuLayer] RESIZE: Resize__916
I didn’t understand the log, can you explain to me why the resize layer is not running on DLA and how can i change that resize the layer to make it run on DLA.
Below is the model link I am using