[07/25/2022-00:34:50] [TRT] [I] [MemUsageChange] Init CUDA: CPU +0, GPU +0, now: CPU 0, GPU 244 (MiB)
[07/25/2022-00:34:52] [TRT] [I] [MemUsageChange] Init builder kernel library: CPU +0, GPU +68, now: CPU 0, GPU 312 (MiB)
export.py:109: DeprecationWarning: Use set_memory_pool_limit instead.
self.config.max_workspace_size = workspace * (2 ** 30)
[07/25/2022-00:34:52] [TRT] [W] onnx2trt_utils.cpp:369: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
[07/25/2022-00:34:52] [TRT] [W] onnx2trt_utils.cpp:395: One or more weights outside the range of INT32 was clamped
[07/25/2022-00:34:52] [TRT] [I] No importer registered for op: EfficientNMS_TRT. Attempting to import as plugin.
[07/25/2022-00:34:52] [TRT] [I] Searching for plugin: EfficientNMS_TRT, plugin_version: 1, plugin_namespace:
[07/25/2022-00:34:52] [TRT] [I] Successfully created plugin: EfficientNMS_TRT
Network Description
Input 'images' with shape (1, 3, 640, 640) and dtype DataType.FLOAT
Output 'num_dets' with shape (1, 1) and dtype DataType.INT32
Output 'det_boxes' with shape (1, 100, 4) and dtype DataType.FLOAT
Output 'det_scores' with shape (1, 100) and dtype DataType.FLOAT
Output 'det_classes' with shape (1, 100) and dtype DataType.INT32
export.py:143: DeprecationWarning: Use network created with NetworkDefinitionCreationFlag::EXPLICIT_BATCH flag instead.
self.builder.max_batch_size = self.batch_size
Building fp16 Engine in /content/tensorrt-python/yolov7-tiny-nms.trt
export.py:187: DeprecationWarning: Use build_serialized_network instead.
with self.builder.build_engine(self.network, self.config) as engine, open(engine_path, "wb") as f:
[07/25/2022-00:34:53] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +224, now: CPU 0, GPU 536 (MiB)
[07/25/2022-00:34:53] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +0, GPU +54, now: CPU 0, GPU 590 (MiB)
[07/25/2022-00:34:53] [TRT] [W] TensorRT was linked against cuDNN 8.4.1 but loaded cuDNN 8.4.0
[07/25/2022-00:34:53] [TRT] [I] Local timing cache in use. Profiling results in this builder pass will not be stored.
[07/25/2022-00:36:06] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:06] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:06] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:11] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:11] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:11] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:12] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:12] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:12] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:12] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:12] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:12] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:12] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:12] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:12] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [I] Some tactics do not have sufficient workspace memory to run. Increasing workspace size will enable more tactics, please check verbose output for requested sizes.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:16] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:38] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:38] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:38] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:40] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:40] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:40] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:40] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:44] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:44] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:44] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:44] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:44] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:44] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:44] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:44] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:44] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:51] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:51] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:51] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:51] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:53] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:53] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:53] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:53] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:53] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:55] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:56] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:36:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:58] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:58] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:58] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:59] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:59] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:59] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:59] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:59] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:59] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:59] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:59] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:59] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:36:59] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:36:59] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:36:59] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:01] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:02] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:04] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:04] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:04] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:04] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:04] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:07] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:07] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:07] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:08] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:08] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:08] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:08] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:08] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:10] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:10] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:10] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:11] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:11] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:11] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:11] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:11] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:11] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:11] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:11] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:11] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:11] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:11] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:11] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:13] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:13] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:13] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:14] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:14] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:14] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:14] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:14] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:14] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:14] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:14] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:14] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:14] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:14] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:14] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:16] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:16] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:16] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:16] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:16] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:16] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:16] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:19] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:19] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:19] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:20] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:23] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:23] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:23] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:25] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:25] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:25] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:25] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:25] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:25] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:25] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:25] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:25] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:25] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:25] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:25] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:27] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:27] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:27] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:28] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:28] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:28] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:28] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:28] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:28] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:30] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:30] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:30] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:30] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:33] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:33] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:33] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:38] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:37:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:39] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:37:39] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:39] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:42] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:42] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:42] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:42] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:42] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:42] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:42] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:42] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:42] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:42] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:42] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:42] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:42] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:42] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:42] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:46] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:46] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:46] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:48] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:48] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:48] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:48] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:48] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:51] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:51] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:52] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:52] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:52] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:52] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:52] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:52] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:52] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:52] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:52] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:52] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:52] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:52] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:52] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:52] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:52] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:53] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:53] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:53] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:53] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:53] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:56] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:58] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:58] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:58] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:58] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:37:58] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:37:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:37:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:01] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:02] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:04] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:04] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:04] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:04] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:04] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:05] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:05] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:05] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:05] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:05] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:05] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:05] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:05] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:05] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:05] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:05] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:05] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:06] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:06] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:06] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:06] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:06] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:08] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:08] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:08] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:10] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:10] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:10] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:10] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:10] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:10] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:10] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:13] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:13] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:13] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:15] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:15] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:15] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:15] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:15] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:15] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:15] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:15] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:15] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:15] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:15] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:15] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:15] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:15] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:15] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:17] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:17] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:17] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:18] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:18] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:18] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:20] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:20] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:20] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:20] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:20] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:21] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:21] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:21] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:21] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:21] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:21] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:21] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:21] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:21] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:21] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:21] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:21] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:23] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:23] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:23] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:23] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:23] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:24] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:24] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:24] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:24] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:24] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:24] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:24] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:24] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:24] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:24] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:24] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:24] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:29] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:29] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:29] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_112 + PWN(LeakyRelu_113).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_112 + PWN(LeakyRelu_113).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_112 + PWN(LeakyRelu_113).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:30] [TRT] [W] Weights [name=Conv_112 + PWN(LeakyRelu_113).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:30] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:30] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:32] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:32] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:32] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:32] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:32] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:32] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:32] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:32] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:32] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:32] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:32] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:32] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:32] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:32] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:32] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:34] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:34] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:34] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:34] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:34] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:34] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:35] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:35] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:35] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:36] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:38:36] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:36] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:38] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:38] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:38] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:38] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:38] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:40] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:40] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:40] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:40] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:40] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:40] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:41] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:41] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:41] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:41] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:41] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:41] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:41] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:41] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:41] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:43] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:43] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:43] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:43] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:43] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:43] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:43] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:43] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:43] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:43] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:43] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:43] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:45] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:45] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:45] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:45] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:45] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:45] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:45] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:45] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:45] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:45] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:45] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:45] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:45] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:45] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:45] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:48] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:48] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:48] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:48] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:49] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:49] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:49] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:49] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:49] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:49] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:49] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:49] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:49] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:49] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:49] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:49] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:49] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:49] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:49] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:50] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:50] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:50] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:50] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:50] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:50] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:50] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:50] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:50] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:51] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:51] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:51] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:51] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:51] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:51] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:53] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:53] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:53] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:53] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:53] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:54] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:54] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:54] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:55] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:55] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:55] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:55] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:55] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:58] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:58] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:38:58] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:38:58] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:38:58] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:01] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:39:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:01] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:39:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:01] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:39:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:01] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:39:01] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:01] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:39:02] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:39:02] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:39:02] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:40:56] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:40:56] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:40:56] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:41:37] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:41:37] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:41:37] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [I] Detected 1 inputs and 4 output network tensors.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_5 + PWN(LeakyRelu_6).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_7 || Conv_9.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_11 + PWN(LeakyRelu_12).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_13 + PWN(LeakyRelu_14).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_16 + PWN(LeakyRelu_17).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_19 || Conv_21.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_25 + PWN(LeakyRelu_26).bias] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_28 + PWN(LeakyRelu_29).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_31 || Conv_33.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_37 + PWN(LeakyRelu_38).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_40 + PWN(LeakyRelu_41).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_43 || Conv_45.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_49 + PWN(LeakyRelu_50).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_52 + PWN(LeakyRelu_53).bias] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_54 || Conv_56.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_62 + PWN(LeakyRelu_63).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_65 + PWN(LeakyRelu_66).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_67 + PWN(LeakyRelu_68).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_71 + PWN(LeakyRelu_72).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_74 || Conv_76.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_80 + PWN(LeakyRelu_81).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_83 + PWN(LeakyRelu_84).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_89 + PWN(LeakyRelu_90).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_92 || Conv_94.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_98 + PWN(LeakyRelu_99).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_101 + PWN(LeakyRelu_102).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_106 || Conv_108.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_112 + PWN(LeakyRelu_113).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_115 + PWN(LeakyRelu_116).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_120 || Conv_122.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_126 + PWN(LeakyRelu_127).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_129 + PWN(LeakyRelu_130).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_135 + PWN(LeakyRelu_136).weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_137.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_171.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [W] Weights [name=Conv_205.weight] had the following issues when converted to FP16:
[07/25/2022-00:42:26] [TRT] [W] - Subnormal FP16 values detected.
[07/25/2022-00:42:26] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
[07/25/2022-00:42:26] [TRT] [I] Total Host Persistent Memory: 138640
[07/25/2022-00:42:26] [TRT] [I] Total Device Persistent Memory: 743936
[07/25/2022-00:42:26] [TRT] [I] Total Scratch Memory: 40320768
[07/25/2022-00:42:26] [TRT] [I] [MemUsageStats] Peak memory usage of TRT CPU/GPU memory allocators: CPU 16 MiB, GPU 770 MiB
[07/25/2022-00:42:26] [TRT] [I] [BlockAssignment] Algorithm ShiftNTopDown took 7.52301ms to assign 5 blocks to 91 nodes requiring 49741824 bytes.
[07/25/2022-00:42:26] [TRT] [I] Total Activation Memory: 49741824
[07/25/2022-00:42:26] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 0, GPU 834 (MiB)
[07/25/2022-00:42:26] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 0, GPU 842 (MiB)
[07/25/2022-00:42:26] [TRT] [W] TensorRT was linked against cuDNN 8.4.1 but loaded cuDNN 8.4.0
[07/25/2022-00:42:26] [TRT] [I] [MemUsageChange] TensorRT-managed allocation in building engine: CPU +12, GPU +12, now: CPU 12, GPU 12 (MiB)
Serializing engine to file: /content/tensorrt-python/yolov7-tiny-nms.trt
[07/25/2022-00:42:26] [TRT] [W] The getMaxBatchSize() function should not be used with an engine built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. This function will always return 1.
[07/25/2022-00:42:26] [TRT] [W] The getMaxBatchSize() function should not be used with an engine built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. This function will always return 1.