Hey guys,
I am running an application on the Jetson that is running 2 NNs concurrently.
At the moment I am running inference on the GPU and the CPU ( as running both on the GPU is too much and they get too much in the way of each other).
Recently I tried to turn over to the DLA engine on the Jetson. My idea was to try to run both NNs on the DLAs if possible. So I started , since one of the NNs I am using is the UFF based SSD that comes with the NVidia TRT Samples So as a starting point I compiled the Samples for TRT 6.0.1 (I am using Jetpack 4.3) and ran the model with this command:
./trtexec --uff=“sample_ssd_relu6.uff” --uffInput=“Input”,3,300,300 --output=“NMS” --fp16
And all was well.
Then i tried to switch to the DLA engine like so:
./trtexec --uff=“sample_ssd_relu6.uff” --uffInput=“Input”,3,300,300 --output=“NMS” --useDLACore=0 --allowGPUFallback --fp16
and I got this output :
Summary
&&&& RUNNING TensorRT.trtexec # ./trtexec --uff=sample_ssd_relu6.uff --uffInput=Input,3,300,300 --output=NMS --useDLACore=0 --allowGPUFallback --fp16 --workspace=1000
[07/09/2020-20:46:37] [I] === Model Options ===
[07/09/2020-20:46:37] [I] Format: UFF
[07/09/2020-20:46:37] [I] Model: sample_ssd_relu6.uff
[07/09/2020-20:46:37] [I] Uff Inputs Layout: NCHW
[07/09/2020-20:46:37] [I] Input: Input,3,300,300
[07/09/2020-20:46:37] [I] Output: NMS
[07/09/2020-20:46:37] [I] === Build Options ===
[07/09/2020-20:46:37] [I] Max batch: 1
[07/09/2020-20:46:37] [I] Workspace: 1000 MB
[07/09/2020-20:46:37] [I] minTiming: 1
[07/09/2020-20:46:37] [I] avgTiming: 8
[07/09/2020-20:46:37] [I] Precision: FP16
[07/09/2020-20:46:37] [I] Calibration:
[07/09/2020-20:46:37] [I] Safe mode: Disabled
[07/09/2020-20:46:37] [I] Save engine:
[07/09/2020-20:46:37] [I] Load engine:
[07/09/2020-20:46:37] [I] Inputs format: fp32:CHW
[07/09/2020-20:46:37] [I] Outputs format: fp32:CHW
[07/09/2020-20:46:37] [I] Input build shapes: model
[07/09/2020-20:46:37] [I] === System Options ===
[07/09/2020-20:46:37] [I] Device: 0
[07/09/2020-20:46:37] [I] DLACore: 0(With GPU fallback)
[07/09/2020-20:46:37] [I] Plugins:
[07/09/2020-20:46:37] [I] === Inference Options ===
[07/09/2020-20:46:37] [I] Batch: 1
[07/09/2020-20:46:37] [I] Iterations: 10 (200 ms warm up)
[07/09/2020-20:46:37] [I] Duration: 10s
[07/09/2020-20:46:37] [I] Sleep time: 0ms
[07/09/2020-20:46:37] [I] Streams: 1
[07/09/2020-20:46:37] [I] Spin-wait: Disabled
[07/09/2020-20:46:37] [I] Multithreading: Enabled
[07/09/2020-20:46:37] [I] CUDA Graph: Disabled
[07/09/2020-20:46:37] [I] Skip inference: Disabled
[07/09/2020-20:46:37] [I] Input inference shapes: model
[07/09/2020-20:46:37] [I] === Reporting Options ===
[07/09/2020-20:46:37] [I] Verbose: Disabled
[07/09/2020-20:46:37] [I] Averages: 10 inferences
[07/09/2020-20:46:37] [I] Percentile: 99
[07/09/2020-20:46:37] [I] Dump output: Disabled
[07/09/2020-20:46:37] [I] Profile: Disabled
[07/09/2020-20:46:37] [I] Export timing to JSON file:
[07/09/2020-20:46:37] [I] Export profile to JSON file:
[07/09/2020-20:46:37] [I]
[07/09/2020-20:46:38] [I] [TRT] UFFParser: Did not find plugin field entry scoreConverter in the Registered Creator for layer NMS
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Conv2d_1a_7x7/depthwise_weights/read/_95__cf__98 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Conv2d_1a_7x7/pointwise_weights/read/_94__cf__97 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Conv2d_2b_1x1/weights/read/_89__cf__92 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Conv2d_2c_3x3/weights/read/_84__cf__87 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/weights/read/_125__cf__128 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/weights/read/_120__cf__123 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/weights/read/_115__cf__118 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/weights/read/_110__cf__113 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/weights/read/_105__cf__108 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/weights/read/_100__cf__103 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/weights/read/_79__cf__82 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/weights/read/_155__cf__158 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/weights/read/_150__cf__153 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/weights/read/_145__cf__148 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/weights/read/_140__cf__143 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/weights/read/_135__cf__138 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/weights/read/_130__cf__133 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/weights/read/_74__cf__77 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/weights/read/_180__cf__183 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/weights/read/_175__cf__178 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/weights/read/_170__cf__173 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/weights/read/_165__cf__168 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/weights/read/_160__cf__163 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/weights/read/_210__cf__213 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/weights/read/_205__cf__208 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/weights/read/_200__cf__203 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/weights/read/_195__cf__198 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/weights/read/_190__cf__193 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/weights/read/_185__cf__188 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/weights/read/_69__cf__72 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/weights/read/_240__cf__243 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/weights/read/_235__cf__238 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/weights/read/_230__cf__233 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/weights/read/_225__cf__228 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/weights/read/_220__cf__223 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/weights/read/_215__cf__218 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/weights/read/_64__cf__67 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/BoxEncodingPredictor/weights/read/_401__cf__404 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/BoxEncodingPredictor/biases/read/_400__cf__403 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 204) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer Squeeze is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/weights/read/_270__cf__273 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/weights/read/_265__cf__268 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/weights/read/_260__cf__263 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/weights/read/_255__cf__258 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/weights/read/_250__cf__253 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/weights/read/_245__cf__248 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/weights/read/_59__cf__62 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/weights/read/_300__cf__303 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/weights/read/_295__cf__298 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/weights/read/_290__cf__293 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/weights/read/_285__cf__288 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/weights/read/_280__cf__283 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/weights/read/_275__cf__278 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/weights/read/_54__cf__57 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/weights/read/_325__cf__328 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/weights/read/_320__cf__323 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/weights/read/_315__cf__318 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/weights/read/_310__cf__313 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/weights/read/_305__cf__308 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:38] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/weights/read/_355__cf__358 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/weights/read/_350__cf__353 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/weights/read/_345__cf__348 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/weights/read/_340__cf__343 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/weights/read/_335__cf__338 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/weights/read/_330__cf__333 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/weights/read/_49__cf__52 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/weights/read/_385__cf__388 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/weights/read/_380__cf__383 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/weights/read/_375__cf__378 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/weights/read/_370__cf__373 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/weights/read/_365__cf__368 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/weights/read/_360__cf__363 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/weights/read/_44__cf__47 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/BoxEncodingPredictor/weights/read/_399__cf__402 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/BoxEncodingPredictor/biases/read/_398__cf__401 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 391) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer Squeeze_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/weights/read/_39__cf__42 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/weights/read/_34__cf__37 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/BoxEncodingPredictor/weights/read/_393__cf__396 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/BoxEncodingPredictor/biases/read/_392__cf__395 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 413) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer Squeeze_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/weights/read/_29__cf__32 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/weights/read/_24__cf__27 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/BoxEncodingPredictor/weights/read/_391__cf__394 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/BoxEncodingPredictor/biases/read/_390__cf__393 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 435) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer Squeeze_3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/weights/read/_19__cf__22 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/weights/read/_14__cf__17 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/BoxEncodingPredictor/weights/read/_389__cf__392 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/BoxEncodingPredictor/biases/read/_388__cf__391 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 457) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer Squeeze_4 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/weights/read/_9__cf__12 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/weights/read/_4__cf__7 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/Conv2D_bn_offset is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/BoxEncodingPredictor/weights/read/_387__cf__390 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/BoxEncodingPredictor/biases/read/_386__cf__389 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/strided_slice/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/strided_slice/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/strided_slice/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/stack/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/stack/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/stack/3 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 479) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer Squeeze_5 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer concat_box_loc is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_6/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_6/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_6/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_7/stack is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_7/stack_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer strided_slice_7/stack_2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer GridAnchor is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] concat_priorbox: DLA only supports concatenation on the C dimension.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer concat_priorbox is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/ClassPredictor/weights/read/_458__cf__461 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/ClassPredictor/biases/read/_457__cf__460 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 496) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_0/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/ClassPredictor/weights is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/ClassPredictor/biases/read/_456__cf__459 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 504) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_1/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/ClassPredictor/weights/read/_455__cf__458 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/ClassPredictor/biases/read/_454__cf__457 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 512) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_2/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/ClassPredictor/weights/read/_453__cf__456 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/ClassPredictor/biases/read/_452__cf__455 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 520) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_3/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/ClassPredictor/weights/read/_451__cf__454 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/ClassPredictor/biases/read/_450__cf__453 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 528) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_4/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/ClassPredictor/weights/read/_449__cf__452 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/ClassPredictor/biases/read/_448__cf__451 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/stack_1/1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/stack_1/2 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer (Unnamed Layer* 536) [Shuffle] is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer BoxPredictor_5/Reshape_1 is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer concat_box_conf is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [W] [TRT] Default DLA is enabled but layer NMS is not supported on DLA, falling back to GPU.
[07/09/2020-20:46:39] [I] [TRT]
[07/09/2020-20:46:39] [I] [TRT] --------------- Layers running on DLA:
[07/09/2020-20:46:39] [I] [TRT] {FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d/depthwise,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/Relu6,FeatureExtractor/InceptionV2/InceptionV2/MaxPool_2a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/MaxPool_3a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_2/MaxPool_1a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/concat,BoxPredictor_0/BoxEncodingPredictor/Conv2D,BoxPredictor_0/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_2/MaxPool_1a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/MaxPool_0a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/concat,BoxPredictor_1/BoxEncodingPredictor/Conv2D,BoxPredictor_1/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/Relu6,BoxPredictor_2/BoxEncodingPredictor/Conv2D,BoxPredictor_2/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/Relu6,BoxPredictor_3/BoxEncodingPredictor/Conv2D,BoxPredictor_3/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/Relu6,BoxPredictor_4/BoxEncodingPredictor/Conv2D,BoxPredictor_4/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/Relu6,BoxPredictor_5/BoxEncodingPredictor/Conv2D,BoxPredictor_5/BoxEncodingPredictor/BiasAdd,BoxPredictor_0/ClassPredictor/Conv2D,BoxPredictor_0/ClassPredictor/BiasAdd,BoxPredictor_1/ClassPredictor/Conv2D,BoxPredictor_1/ClassPredictor/BiasAdd,BoxPredictor_2/ClassPredictor/Conv2D,BoxPredictor_2/ClassPredictor/BiasAdd,BoxPredictor_3/ClassPredictor/Conv2D,BoxPredictor_3/ClassPredictor/BiasAdd,BoxPredictor_4/ClassPredictor/Conv2D,BoxPredictor_4/ClassPredictor/BiasAdd,BoxPredictor_5/ClassPredictor/Conv2D,BoxPredictor_5/ClassPredictor/BiasAdd},
[07/09/2020-20:46:39] [I] [TRT] --------------- Layers running on GPU:
[07/09/2020-20:46:39] [I] [TRT] (Unnamed Layer* 204) [Shuffle] + Squeeze, (Unnamed Layer* 391) [Shuffle] + Squeeze_1, (Unnamed Layer* 413) [Shuffle] + Squeeze_2, (Unnamed Layer* 435) [Shuffle] + Squeeze_3, (Unnamed Layer* 457) [Shuffle] + Squeeze_4, (Unnamed Layer* 479) [Shuffle] + Squeeze_5, concat_box_loc, GridAnchor, GridAnchor copy, GridAnchor_1 copy, GridAnchor_2 copy, GridAnchor_3 copy, GridAnchor_4 copy, GridAnchor_5 copy, (Unnamed Layer* 496) [Shuffle] + BoxPredictor_0/Reshape_1, (Unnamed Layer* 504) [Shuffle] + BoxPredictor_1/Reshape_1, (Unnamed Layer* 512) [Shuffle] + BoxPredictor_2/Reshape_1, (Unnamed Layer* 520) [Shuffle] + BoxPredictor_3/Reshape_1, (Unnamed Layer* 528) [Shuffle] + BoxPredictor_4/Reshape_1, (Unnamed Layer* 536) [Shuffle] + BoxPredictor_5/Reshape_1, concat_box_conf, NMS,
[07/09/2020-20:46:43] [W] [TRT] DLA Node compilation Failed.
[07/09/2020-20:46:43] [E] [TRT] Internal error: could not find any implementation for node {FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d/depthwise,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/Relu6,FeatureExtractor/InceptionV2/InceptionV2/MaxPool_2a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Conv2d_2c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/MaxPool_3a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_3c/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_0/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_1/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/Branch_2/MaxPool_1a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4a/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4c/concat,BoxPredictor_0/BoxEncodingPredictor/Conv2D,BoxPredictor_0/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4d/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_4e/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_0/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_1/Conv2d_1a_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/Branch_2/MaxPool_1a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5a/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/AvgPool_0a_3x3/AvgPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5b/concat,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_0/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_1/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0a_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0b_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_2/Conv2d_0c_3x3/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/MaxPool_0a_3x3/MaxPool,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/Conv2D,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/Branch_3/Conv2d_0b_1x1/Relu6,FeatureExtractor/InceptionV2/InceptionV2/Mixed_5c/concat,BoxPredictor_1/BoxEncodingPredictor/Conv2D,BoxPredictor_1/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_2_1x1_256/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_2_3x3_s2_512/Relu6,BoxPredictor_2/BoxEncodingPredictor/Conv2D,BoxPredictor_2/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_3_1x1_128/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_3_3x3_s2_256/Relu6,BoxPredictor_3/BoxEncodingPredictor/Conv2D,BoxPredictor_3/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_4_1x1_128/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_4_3x3_s2_256/Relu6,BoxPredictor_4/BoxEncodingPredictor/Conv2D,BoxPredictor_4/BoxEncodingPredictor/BiasAdd,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_1_Conv2d_5_1x1_64/Relu6,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/Conv2D,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/BatchNorm/FusedBatchNorm,FeatureExtractor/InceptionV2/Mixed_5c_2_Conv2d_5_3x3_s2_128/Relu6,BoxPredictor_5/BoxEncodingPredictor/Conv2D,BoxPredictor_5/BoxEncodingPredictor/BiasAdd,BoxPredictor_0/ClassPredictor/Conv2D,BoxPredictor_0/ClassPredictor/BiasAdd,BoxPredictor_1/ClassPredictor/Conv2D,BoxPredictor_1/ClassPredictor/BiasAdd,BoxPredictor_2/ClassPredictor/Conv2D,BoxPredictor_2/ClassPredictor/BiasAdd,BoxPredictor_3/ClassPredictor/Conv2D,BoxPredictor_3/ClassPredictor/BiasAdd,BoxPredictor_4/ClassPredictor/Conv2D,BoxPredictor_4/ClassPredictor/BiasAdd,BoxPredictor_5/ClassPredictor/Conv2D,BoxPredictor_5/ClassPredictor/BiasAdd}, try increasing the workspace size with IBuilder::setMaxWorkspaceSize()
[07/09/2020-20:46:43] [E] [TRT] …/builder/tacticOptimizer.cpp (1461) - OutOfMemory Error in computeCosts: 0
[07/09/2020-20:46:43] [E] Engine could not be created
&&&& FAILED TensorRT.trtexec # ./trtexec --uff=sample_ssd_relu6.uff --uffInput=Input,3,300,300 --output=NMS --useDLACore=0 --allowGPUFallback --fp16 --workspace=1000
So after a warning DLA Node compilation Failed. it tells me
Internal error: could not find any implementation for node
Then gives me a list of all DLA-enabled layers and then it tells me
try increasing the workspace size with IBuilder::setMaxWorkspaceSize()
I tried to increase the workspace size. The example provided here uses 1GB , but I tried all kinds of numbers all the way up to 16GB and I still get the same error.
So I am wondering am I doing something wrong here, or is there an internal bug, preventing me from using the DLA?
I was expecting with this setup that all the 278 DLA enabled layers would actually run on the DLA (which is about half the network) and the rest would fall back to GPU.