You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[W] [TRT] Layer '/model.24/Constant_1_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 277) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_2_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_3_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 282) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_4_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 285) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_5_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 288) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] /model.24/Pow: DLA cores do not support POW ElementWise operation.
[W] [TRT] Layer '/model.24/Pow' (ELEMENTWISE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_6_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] /model.24/Concat: DLA only supports concatenation on the C dimension.
[W] [TRT] Layer '/model.24/Concat' (CONCATENATION): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Reshape_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Reshape_2' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Transpose_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
The text was updated successfully, but these errors were encountered:
trtexec --onnx=truck.onnx --saveEngine=truck-detect.engine --exportProfile=model_gn.json --fp16 --useDLACore=0 --allowGPUFallback --useSpinWait --separateProfileRun > model_gn.log
[W] [TRT] Layer '/model.24/Constant_1_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 277) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_2_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_3_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 282) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_4_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 285) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_5_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '(Unnamed Layer* 288) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] /model.24/Pow: DLA cores do not support POW ElementWise operation.
[W] [TRT] Layer '/model.24/Pow' (ELEMENTWISE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Constant_6_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] /model.24/Concat: DLA only supports concatenation on the C dimension.
[W] [TRT] Layer '/model.24/Concat' (CONCATENATION): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Reshape_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Reshape_2' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
[W] [TRT] Layer '/model.24/Transpose_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.
The text was updated successfully, but these errors were encountered: