mirror of https://github.com/WongKinYiu/yolov7.git
4513 lines
12 MiB
Plaintext
4513 lines
12 MiB
Plaintext
|
{
|
|||
|
"cells": [
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 1,
|
|||
|
"id": "4a1ddbda-adf0-4ff0-b104-8b519123ae59",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"Python version: 3.8.13 (default, Mar 28 2022, 11:38:47) \n",
|
|||
|
"[GCC 7.5.0], sys.version_info(major=3, minor=8, micro=13, releaselevel='final', serial=0) \n",
|
|||
|
"Pytorch version: 1.12.0+cu116 \n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"import sys\n",
|
|||
|
"import torch\n",
|
|||
|
"print(f\"Python version: {sys.version}, {sys.version_info} \")\n",
|
|||
|
"print(f\"Pytorch version: {torch.__version__} \")"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 2,
|
|||
|
"id": "75c5ef37-56cd-47ed-917c-b4cf606963bf",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"Thu Jul 28 15:21:30 2022 \n",
|
|||
|
"+-----------------------------------------------------------------------------+\n",
|
|||
|
"| NVIDIA-SMI 515.48.07 Driver Version: 515.48.07 CUDA Version: 11.7 |\n",
|
|||
|
"|-------------------------------+----------------------+----------------------+\n",
|
|||
|
"| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |\n",
|
|||
|
"| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |\n",
|
|||
|
"| | | MIG M. |\n",
|
|||
|
"|===============================+======================+======================|\n",
|
|||
|
"| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 Off | N/A |\n",
|
|||
|
"| N/A 41C P8 11W / N/A | 13MiB / 8192MiB | 0% Default |\n",
|
|||
|
"| | | N/A |\n",
|
|||
|
"+-------------------------------+----------------------+----------------------+\n",
|
|||
|
" \n",
|
|||
|
"+-----------------------------------------------------------------------------+\n",
|
|||
|
"| Processes: |\n",
|
|||
|
"| GPU GI CI PID Type Process name GPU Memory |\n",
|
|||
|
"| ID ID Usage |\n",
|
|||
|
"|=============================================================================|\n",
|
|||
|
"| 0 N/A N/A 1463 G /usr/lib/xorg/Xorg 4MiB |\n",
|
|||
|
"| 0 N/A N/A 2517 G /usr/lib/xorg/Xorg 4MiB |\n",
|
|||
|
"+-----------------------------------------------------------------------------+\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"!nvidia-smi"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 3,
|
|||
|
"id": "3e92ace9-9366-426b-99ca-44de8dc55b1c",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"--2022-07-28 15:18:23-- https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt\n",
|
|||
|
"Resolving github.com (github.com)... 20.205.243.166\n",
|
|||
|
"Connecting to github.com (github.com)|20.205.243.166|:443... connected.\n",
|
|||
|
"HTTP request sent, awaiting response... 302 Found\n",
|
|||
|
"Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/511187726/ba7d01ee-125a-4134-8864-fa1abcbf94d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220728T071800Z&X-Amz-Expires=300&X-Amz-Signature=fe63efbd46336381a8cf03b385c61a41b350d8d437f5329b5e17645957e1dc46&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=511187726&response-content-disposition=attachment%3B%20filename%3Dyolov7-tiny.pt&response-content-type=application%2Foctet-stream [following]\n",
|
|||
|
"--2022-07-28 15:18:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/511187726/ba7d01ee-125a-4134-8864-fa1abcbf94d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220728T071800Z&X-Amz-Expires=300&X-Amz-Signature=fe63efbd46336381a8cf03b385c61a41b350d8d437f5329b5e17645957e1dc46&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=511187726&response-content-disposition=attachment%3B%20filename%3Dyolov7-tiny.pt&response-content-type=application%2Foctet-stream\n",
|
|||
|
"Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...\n",
|
|||
|
"Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.\n",
|
|||
|
"HTTP request sent, awaiting response... 200 OK\n",
|
|||
|
"Length: 12639769 (12M) [application/octet-stream]\n",
|
|||
|
"Saving to: ‘yolov7-tiny.pt’\n",
|
|||
|
"\n",
|
|||
|
"yolov7-tiny.pt 100%[===================>] 12.05M 1.38MB/s in 9.2s \n",
|
|||
|
"\n",
|
|||
|
"2022-07-28 15:18:34 (1.30 MB/s) - ‘yolov7-tiny.pt’ saved [12639769/12639769]\n",
|
|||
|
"\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"!wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 4,
|
|||
|
"id": "51e34dad-2269-4f96-a78c-c887bb0d3495",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.25, device='', exist_ok=False, img_size=640, iou_thres=0.45, name='exp', no_trace=False, nosave=False, project='runs/detect', save_conf=False, save_txt=False, source='inference/images', update=False, view_img=False, weights=['./yolov7-tiny.pt'])\n",
|
|||
|
"YOLOR 🚀 v0.1-73-ga0f4626 torch 1.12.0+cu116 CUDA:0 (NVIDIA GeForce RTX 3070 Laptop GPU, 7982.0625MB)\n",
|
|||
|
"\n",
|
|||
|
"Fusing layers... \n",
|
|||
|
"Model Summary: 200 layers, 6219709 parameters, 229245 gradients\n",
|
|||
|
" Convert model to Traced-model... \n",
|
|||
|
" traced_script_module saved! \n",
|
|||
|
" model is traced! \n",
|
|||
|
"\n",
|
|||
|
"/home/ubuntu/miniconda3/envs/torch/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2894.)\n",
|
|||
|
" return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/bus.jpg\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/horses.jpg\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/image1.jpg\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/image2.jpg\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/image3.jpg\n",
|
|||
|
" The image with the result is saved in: runs/detect/exp/zidane.jpg\n",
|
|||
|
"Done. (0.237s)\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"!python detect.py --weights ./yolov7-tiny.pt --conf 0.25 --img-size 640 --source inference/images"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 5,
|
|||
|
"id": "3a8c15bd-e55b-4dc1-b9f9-e04a398f85bd",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=810x1080>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 5,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"from PIL import Image\n",
|
|||
|
"Image.open('runs/detect/exp/bus.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 6,
|
|||
|
"id": "59466ff9-b4d6-4b4f-9e40-ca7b84041b3f",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=773x512>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 6,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.open('runs/detect/exp/horses.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 7,
|
|||
|
"id": "7cc6030c-d233-41e3-9002-993a3ba0a55f",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x536>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 7,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.open('runs/detect/exp/image1.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 8,
|
|||
|
"id": "f3c59b96-7b91-41f9-8b5c-aa0e5fbc9364",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x480>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 8,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.open('runs/detect/exp/image2.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 9,
|
|||
|
"id": "0b9aa536-bb44-47e4-a4ad-37a3ff6b760f",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=431x640>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 9,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.open('runs/detect/exp/image3.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 10,
|
|||
|
"id": "65e55301-37ff-4214-97e4-f81a956c4269",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1280x720>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 10,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.open('runs/detect/exp/zidane.jpg')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 11,
|
|||
|
"id": "1569e541-7ebf-41c0-a7d0-7434a3618c98",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"Namespace(batch_size=1, conf_thres=0.35, device='cpu', dynamic=False, dynamic_batch=True, end2end=True, grid=True, img_size=[640, 640], include_nms=False, iou_thres=0.65, max_wh=None, simplify=True, topk_all=100, weights='./yolov7-tiny.pt')\n",
|
|||
|
"YOLOR 🚀 v0.1-73-ga0f4626 torch 1.12.0+cu116 CPU\n",
|
|||
|
"\n",
|
|||
|
"Fusing layers... \n",
|
|||
|
"Model Summary: 200 layers, 6219709 parameters, 6219709 gradients\n",
|
|||
|
"/home/ubuntu/miniconda3/envs/torch/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2894.)\n",
|
|||
|
" return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\n",
|
|||
|
"\n",
|
|||
|
"Starting TorchScript export with torch 1.12.0+cu116...\n",
|
|||
|
"/home/ubuntu/work/yolo/yolov7/models/yolo.py:51: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs!\n",
|
|||
|
" if self.grid[i].shape[2:4] != x[i].shape[2:4]:\n",
|
|||
|
"TorchScript export success, saved as ./yolov7-tiny.torchscript.pt\n",
|
|||
|
"\n",
|
|||
|
"Starting ONNX export with onnx 1.12.0...\n",
|
|||
|
"\n",
|
|||
|
"Starting export end2end onnx model for TensorRT...\n",
|
|||
|
"/home/ubuntu/miniconda3/envs/torch/lib/python3.8/site-packages/torch/_tensor.py:1083: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at aten/src/ATen/core/TensorBody.h:477.)\n",
|
|||
|
" return self._grad\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"WARNING: The shape inference of TRT::EfficientNMS_TRT type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function.\n",
|
|||
|
"\n",
|
|||
|
"Starting to simplify ONNX...\n",
|
|||
|
"ONNX export success, saved as ./yolov7-tiny.onnx\n",
|
|||
|
"CoreML export failure: No module named 'coremltools'\n",
|
|||
|
"\n",
|
|||
|
"Export complete (2.83s). Visualize with https://github.com/lutzroeder/netron.\n",
|
|||
|
"builder.py inference\t test.py\t Valid_RGB.zip\n",
|
|||
|
"cfg\t LICENSE.md\t tools\t w2onnx.py\n",
|
|||
|
"coco\t models\t traced_model.pt weights\n",
|
|||
|
"data\t paper\t train_aux.py yolov7-tiny.onnx\n",
|
|||
|
"detect.py README.md\t train.py\t yolov7-tiny.pt\n",
|
|||
|
"export.py requirements.txt Untitled.ipynb yolov7-tiny.torchscript.pt\n",
|
|||
|
"figure\t runs\t utils\n",
|
|||
|
"hubconf.py scripts\t Valid_RGB\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"# export temporary ONNX model for TensorRT converter\n",
|
|||
|
"!python export.py --weights ./yolov7-tiny.pt --grid --end2end --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --dynamic-batch\n",
|
|||
|
"!ls"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 12,
|
|||
|
"id": "5ac55007-f3ba-487b-9a15-853749debb59",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"Cloning into 'YOLO-TensorRT8'...\n",
|
|||
|
"remote: Enumerating objects: 330, done.\u001b[K\n",
|
|||
|
"remote: Counting objects: 100% (330/330), done.\u001b[K\n",
|
|||
|
"remote: Compressing objects: 100% (233/233), done.\u001b[K\n",
|
|||
|
"remote: Total 330 (delta 147), reused 266 (delta 92), pack-reused 0\u001b[K\n",
|
|||
|
"Receiving objects: 100% (330/330), 837.54 KiB | 319.00 KiB/s, done.\n",
|
|||
|
"Resolving deltas: 100% (147/147), done.\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"# Download ONNX to TensorRT converter\n",
|
|||
|
"!git clone https://github.com/triple-Mu/YOLO-TensorRT8.git"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 13,
|
|||
|
"id": "0efca310-9cce-4132-8cbf-5116845607c8",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"/home/ubuntu/work/yolo/yolov7/YOLO-TensorRT8\n",
|
|||
|
"build_engine.py calib_data LICENSE\trequirements.txt version\n",
|
|||
|
"calib.cache\t export.py README.md\tutils\t\t yolov7-tiny-nms.trt\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"%cd YOLO-TensorRT8\n",
|
|||
|
"!ls"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 14,
|
|||
|
"id": "cee352a7-78a3-4cfd-8bf5-008fd4245625",
|
|||
|
"metadata": {
|
|||
|
"collapsed": true,
|
|||
|
"jupyter": {
|
|||
|
"outputs_hidden": true
|
|||
|
},
|
|||
|
"tags": []
|
|||
|
},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"[07/28/2022-09:38:24] [TRT] [I] [MemUsageChange] Init CUDA: CPU +329, GPU +0, now: CPU 339, GPU 300 (MiB)\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] [MemUsageChange] Init builder kernel library: CPU +327, GPU +104, now: CPU 685, GPU 404 (MiB)\n",
|
|||
|
"build_engine.py:21: DeprecationWarning: Use set_memory_pool_limit instead.\n",
|
|||
|
" config.max_workspace_size = opt.workspace * 1 << 30\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] ----------------------------------------------------------------\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Input filename: ../yolov7-tiny.onnx\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] ONNX IR version: 0.0.7\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Opset version: 12\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Producer name: pytorch\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Producer version: 1.12.0\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Domain: \n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Model version: 0\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Doc string: \n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] ----------------------------------------------------------------\n",
|
|||
|
"[07/28/2022-09:38:25] [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.\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [W] onnx2trt_utils.cpp:395: One or more weights outside the range of INT32 was clamped\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] No importer registered for op: EfficientNMS_TRT. Attempting to import as plugin.\n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Searching for plugin: EfficientNMS_TRT, plugin_version: 1, plugin_namespace: \n",
|
|||
|
"[07/28/2022-09:38:25] [TRT] [I] Successfully created plugin: EfficientNMS_TRT\n",
|
|||
|
"INFO:build_engine:\n",
|
|||
|
"Network Description\n",
|
|||
|
"******************************\n",
|
|||
|
"Input 'images' with shape (-1, 3, 640, 640) and dtype DataType.FLOAT\n",
|
|||
|
"Output 'num_dets' with shape (-1, 1) and dtype DataType.INT32\n",
|
|||
|
"Output 'det_boxes' with shape (-1, 100, 4) and dtype DataType.FLOAT\n",
|
|||
|
"Output 'det_scores' with shape (-1, 100) and dtype DataType.FLOAT\n",
|
|||
|
"Output 'det_classes' with shape (-1, 100) and dtype DataType.INT32\n",
|
|||
|
"******************************\n",
|
|||
|
"INFO:build_engine:\n",
|
|||
|
"dynamic batch profile is\n",
|
|||
|
" (1, 3, 640, 640)\n",
|
|||
|
" (16, 3, 640, 640)\n",
|
|||
|
" (32, 3, 640, 640)\n",
|
|||
|
"[07/28/2022-09:38:26] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +850, GPU +368, now: CPU 1563, GPU 772 (MiB)\n",
|
|||
|
"[07/28/2022-09:38:26] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +128, GPU +58, now: CPU 1691, GPU 830 (MiB)\n",
|
|||
|
"[07/28/2022-09:38:26] [TRT] [I] Local timing cache in use. Profiling results in this builder pass will not be stored.\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:58] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:39:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:39: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.\n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:21] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:22] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:22] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:22] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:24] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:25] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:25] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::159] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::144] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current system memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefeb340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44424 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1ac8e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44408 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad177cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44388 time: 1.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44385 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed92690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44379 time: 3.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44376 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44367 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada254c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44352 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44349 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44346 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7db10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44343 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec198e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44340 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44337 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef8db80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42019 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42008 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42003 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9378b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31462 time: 3.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae105810]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41317 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dae10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 73 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602865b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26259 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd8190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33964 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd83910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36637 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf211e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36696 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddcbb30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37996 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30905 time: 4.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbea7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30900 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade998f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30897 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392370]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34561 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad069c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30880 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ede50]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 97 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31509 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30865 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292def00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 78 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52da0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30850 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30847 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d4440]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 65 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b87aa0cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30945 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb780]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 37 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddefef0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30835 time: 1.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc1b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30832 time: 7.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27257 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33913 time: 1.87e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37927 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b420c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27254 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 109 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed75f70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42016 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dbdb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 74 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaa4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33929 time: 1.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0393d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41360 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41c30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27246 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1648e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36765 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27233 time: 1.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e4090]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 85 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b427c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27203 time: 6.08e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41460]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27200 time: 2.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce400]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44391 time: 2.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27182 time: 1.428e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60282170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27173 time: 8.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac590]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 129 time: 1.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7cf00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26262 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26254 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cdac0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 57 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292949d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 0 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d3e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26246 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac5144f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30961 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157060]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26126 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294a90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 6 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26247da0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 126 time: 3.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36649 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7c4e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26238 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec704f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41936 time: 3.89e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602866f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26230 time: 8.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badede3f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33904 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22f550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36613 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b914f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26211 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b938f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26206 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4f830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41212 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b92800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26198 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b803f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26182 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26168 time: 1.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb741e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36797 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fe60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41979 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7da60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26150 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f9a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26174 time: 1.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d8c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26147 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09ac10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31492 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35fba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30972 time: 4.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07f480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33865 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27194 time: 5.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2fb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37872 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41952 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e9f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26141 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30924 time: 3.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7290]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36717 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41325 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66156b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26132 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad398df0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30953 time: 1.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292df470]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 79 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661626d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26120 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27262 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30868 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad37ec40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31483 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36643 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27214 time: 3.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8560]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 33 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae10db90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36757 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b660fb470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26117 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26212250]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 117 time: 1.1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26ecef00]:1048576 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 124 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec58b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41263 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b0f9fe770]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 131 time: 2.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26267db0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 130 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34017 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada18860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30964 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27217 time: 1.66e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac512510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26195 time: 1.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1db540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36784 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261d46e0]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 128 time: 3.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf23c3b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36704 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b201e2c60]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 127 time: 3.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddea580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33945 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7fbe0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26179 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1626b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37948 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 103 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44413 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd2f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 76 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0a30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 81 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269d00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37878 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae085b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30948 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b2ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30838 time: 2.77e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7cd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 51 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b3830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30908 time: 1.46e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbe30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 55 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9ba440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30871 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad042640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30829 time: 1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29293b90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 5 time: 1.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c58e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 48 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae266ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42011 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3644b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30956 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2e20]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 47 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295bd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 3 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0860]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 101 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c0080]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 43 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30862 time: 7.74e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b432e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27249 time: 9.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bfb40]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 42 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf012850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37951 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae21f130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41968 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badee0020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bdc90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 40 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfec10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36607 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada66140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30883 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec3c0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41963 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bcc10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 39 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b448d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30877 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35d2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31465 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27191 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd83f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36789 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30932 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6500]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 30 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4f90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 29 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230d70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44405 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9d4d10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30841 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c80d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41971 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dc2a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 75 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e81e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 90 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf243870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41266 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0bde40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fc70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26251 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292be1a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 41 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661645b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26123 time: 7.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292955d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 9 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3ba310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30859 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ee70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26156 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 106 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7cb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 68 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37967 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4a80]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 28 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7ea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34569 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2a60]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 25 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292936e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 4 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bc700]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 38 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec806e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41254 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae620]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 19 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5540]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 87 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf010ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41960 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3e5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36805 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294910]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 11 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9660]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 133 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eb360]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 105 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b6615f500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26129 time: 9.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b916d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26190 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e6aa0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 89 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbeaee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30913 time: 1.83e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbcf0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 54 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc0e40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41352 time: 5.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44397 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26153 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ced70]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 58 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4080]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36800 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad90e470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44429 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d3ef0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 64 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2361d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34033 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34582 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af7d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 21 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31546 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeff4690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36664 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd7e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 77 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d9290]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 70 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb6cd70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41301 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26171 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b7800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33993 time: 9.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade004b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34518 time: 2.88e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36677 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e8750]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 91 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34577 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ad490]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 17 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 13 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa2630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37924 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9002020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30977 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b54300]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30853 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f35e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 104 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30874 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae110]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 18 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9c70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41987 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292abec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 14 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66166330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26114 time: 2.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2870]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 46 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293377e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 112 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112050]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37875 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec70020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37899 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b3dc0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 27 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1150]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 44 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac000]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 15 time: 8.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44358 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7790]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 50 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada623f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36634 time: 5.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30886 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53360]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30844 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26138 time: 1.72e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07e670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baece0a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44382 time: 2.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa270]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 12 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af2c0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 20 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2920]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 24 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27179 time: 5.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad391fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33877 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b0c00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 22 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261858f0]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 123 time: 3.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 82 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb1b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 36 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaf940]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31506 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b1110]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 23 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293689f0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 115 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada5c720]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb29e60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30940 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded19e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34530 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27206 time: 5.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeab1e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebf1330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44370 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42200]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27225 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf202cf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44421 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1640]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 45 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b904a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26243 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbe880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba390]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 35 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e50e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34539 time: 1.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27238 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41933 time: 2.52e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29358940]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 114 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad070850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30937 time: 1.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294df0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 2 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade4e2c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33937 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157430]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26135 time: 1.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26fcef10]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 132 time: 1.71e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cf340]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 59 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b38f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 26 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31468 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0520]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 80 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9dd90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36655 time: 2.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8020]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 32 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2000]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 62 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5050]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 86 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d5a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26267 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec9ca0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33859 time: 3.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27185 time: 4.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5a00]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 67 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294370]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 7 time: 1.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ef300]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 99 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37972 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292963b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 10 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31477 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2a5f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34506 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d97e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 71 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f1fa0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 102 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2eb0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 93 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37964 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292fab80]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 111 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9bd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44364 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e26d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 83 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e65b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 88 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e9820]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 92 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292acec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 16 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292da860]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 72 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41392 time: 5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec800]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 95 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33910 time: 1.96e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade01f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30921 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27230 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44361 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29337690]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 113 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26187 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c8d30]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 52 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae28a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41939 time: 2.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b6f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30916 time: 1.79e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26203 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4ee40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36781 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230bf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41912 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261a7510]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 118 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1076b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41349 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41976 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ed8a0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 96 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41740]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27209 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0370]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 100 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0fd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 61 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1874c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37890 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7230]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 107 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9650]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 108 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3d2b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27170 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292faac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 110 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5250]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34542 time: 8.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec1ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36628 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261b46d0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 120 time: 2.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b262b4580]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 122 time: 4.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292946d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 8 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31501 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cd550]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 56 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecfb240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41272 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29373e60]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 125 time: 4.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9f85480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31471 time: 4.85e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada1bb70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34020 time: 1.21e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec75b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41944 time: 1.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41903 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31538 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace1ed80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31474 time: 6.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26144 time: 8.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31480 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade10c20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36646 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef9d130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41400 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad072d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31486 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b13f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31495 time: 3.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26162 time: 5.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed95bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41293 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41344 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d000]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41397 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefdbbc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42024 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0665c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41927 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae09e980]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31514 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7df0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 69 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34545 time: 4.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdc970]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36720 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b926c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26227 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09f4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31517 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26165 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31522 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf6a70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41320 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada10eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33874 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27197 time: 2.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbcf80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31525 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad366580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34512 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31530 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52c10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30856 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9bb3c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31541 time: 7.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3944c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31549 time: 3.84e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e3ae0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 84 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badacae50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31554 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae08a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33853 time: 2.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b93650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33948 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b496e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41900 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33856 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2694e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41368 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26335d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33862 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd88b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33868 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b11b6ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33871 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22cb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44400 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b36d38990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33880 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded20b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31489 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33886 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb73960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41230 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5510]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 66 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1f60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34593 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf240c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36712 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade08680]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33895 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6a10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 31 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7b0670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33898 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc3550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33901 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b8e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33907 time: 1.86e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65a627c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26111 time: 2.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33916 time: 3.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad368ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33883 time: 3.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae140540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41373 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b4c510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33921 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33940 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec2b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 94 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b9cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33996 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41955 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2c0d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33953 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4eee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36776 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd036d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33956 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbc66f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34012 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e37d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33961 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf7380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37983 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9c2e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33969 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef2920]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33972 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33980 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada26cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34004 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fdb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26222 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade195a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30980 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31533 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeb0f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34009 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eff0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26159 time: 6.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd76e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41209 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27241 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2308b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41333 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34025 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33932 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad8a2240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34028 time: 1.18e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c5dd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 49 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3664e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34509 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace25aa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44394 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb636a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44373 time: 3.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed18f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36640 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badde00f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36733 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2690e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34515 time: 2.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41930 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9f7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34524 time: 2.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded1b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34533 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0ac990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34536 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7770]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34553 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34550 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdf310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36701 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0640b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34558 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c74f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34566 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34585 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7d60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34598 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b8f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34601 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9a70]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 121 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 63 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad92f510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33977 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1050c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34609 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34614 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed48b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41224 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec518a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36601 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee21190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36604 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26219 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb637d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41405 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34574 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b27a0bd00]:16384 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 116 time: 5.173e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec866b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36610 time: 7.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b5590]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 119 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36616 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec44730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36619 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eee10]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 98 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04f710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36622 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd9ff30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37991 time: 1.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad758c40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36625 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefc2610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37959 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade06690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41413 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad068780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36631 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefd9f50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41218 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d38c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36652 time: 2.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36658 time: 2.24e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36661 time: 4.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a7d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41341 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295b10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 1 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedb6180]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36669 time: 4.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbd440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41251 time: 2.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219a60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36672 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf261690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36680 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf25a500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36685 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade971d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34606 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2362b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36688 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36709 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179e80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37940 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb311e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34001 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbf8640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36725 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad075340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36728 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b43cb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31498 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae186560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36736 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed1a310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36741 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09b040]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266150]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36744 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2658f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36752 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41304 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbe00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37932 time: 6.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb9e50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44355 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf265f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36760 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed5eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36768 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41328 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee255b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36773 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae245780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36792 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41915 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602808d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27176 time: 8.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37884 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb74140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37887 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fdc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41984 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9240]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 53 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37893 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37896 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35ff80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37902 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb742d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37905 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed0b930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37908 time: 3.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddccb90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41233 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed25e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37911 time: 3.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcba40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37916 time: 2.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa26d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37919 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37935 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162750]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37943 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b905e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26214 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad363b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33924 time: 4.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0127b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37956 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44416 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad092330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41277 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefccbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36749 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba250]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 34 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae13f2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37975 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebe3270]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37980 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27188 time: 3.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdcb20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41215 time: 1.58e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae142f40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41221 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badaff880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41227 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41236 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9001f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30929 time: 5.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0ac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 60 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1d7ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41239 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa80f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41245 time: 1.75e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9de80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41248 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41257 time: 1.64e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad083490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34527 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162520]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41260 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1dff60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41269 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4350]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41280 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34590 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41285 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27222 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae231780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41288 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade3f170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41296 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41309 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41312 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecef930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41336 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba97a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36693 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdd760]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41357 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf039330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41365 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0fb3a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41376 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41381 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd4640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41384 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecee580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34521 time: 2.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd45a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41389 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd86f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41408 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41992 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41906 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef9a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30969 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd896c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41909 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41924 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2169a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41918 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf268ed0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41921 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b45b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41947 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc2010]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37881 time: 4.16e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4f8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41242 time: 2.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b937b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26235 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41995 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c7a20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42000 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current device memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0]:8589934592 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 438 idx: 4647 time: 0.00581909\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x302000000]:3666870272 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 416 idx: 1872 time: 0.00112197\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Requested amount of GPU memory (8589934592 bytes) could not be allocated. There may not be enough free memory for allocation to succeed.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Skipping tactic 3 due to insufficient memory on requested size of 8589934592 detected for tactic 0x0000000000000004.\n",
|
|||
|
"Try decreasing the workspace size with IBuilderConfig::setMemoryPoolLimit().\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::159] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::144] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current system memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2400d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44469 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeffb160]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44461 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcda10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44456 time: 1.13e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefccf10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44448 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf230560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44445 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf256a60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44440 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbae90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44437 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefeb340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44424 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1ac8e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44408 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad177cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44388 time: 1.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44385 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed92690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44379 time: 3.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44376 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44367 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada254c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44352 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44349 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44346 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7db10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44343 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec198e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44340 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44337 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef8db80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42019 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42008 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42003 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9378b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31462 time: 3.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae105810]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41317 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dae10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 73 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602865b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26259 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd8190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33964 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd83910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36637 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf211e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36696 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddcbb30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37996 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30905 time: 4.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbea7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30900 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade998f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30897 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392370]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34561 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad069c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30880 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ede50]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 97 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31509 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30865 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292def00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 78 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52da0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30850 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30847 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d4440]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 65 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b87aa0cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30945 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb780]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 37 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddefef0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30835 time: 1.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc1b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30832 time: 7.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27257 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33913 time: 1.87e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37927 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b420c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27254 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 109 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed75f70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42016 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dbdb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 74 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaa4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33929 time: 1.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0393d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41360 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41c30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27246 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1648e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36765 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27233 time: 1.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e4090]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 85 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b427c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27203 time: 6.08e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41460]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27200 time: 2.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce400]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44391 time: 2.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27182 time: 1.428e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60282170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27173 time: 8.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac590]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 129 time: 1.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7cf00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26262 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26254 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cdac0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 57 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292949d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 0 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d3e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26246 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac5144f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30961 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157060]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26126 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294a90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 6 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26247da0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 126 time: 3.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36649 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7c4e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26238 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec704f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41936 time: 3.89e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602866f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26230 time: 8.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badede3f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33904 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22f550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36613 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b914f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26211 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b938f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26206 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4f830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41212 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b92800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26198 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b803f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26182 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26168 time: 1.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb741e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36797 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fe60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41979 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7da60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26150 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f9a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26174 time: 1.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d8c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26147 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09ac10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31492 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35fba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30972 time: 4.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07f480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33865 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27194 time: 5.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2fb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37872 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41952 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e9f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26141 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30924 time: 3.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7290]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36717 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41325 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66156b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26132 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad398df0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30953 time: 1.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292df470]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 79 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661626d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26120 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27262 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30868 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad37ec40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31483 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36643 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27214 time: 3.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8560]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 33 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae10db90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36757 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b660fb470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26117 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26212250]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 117 time: 1.1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26ecef00]:1048576 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 124 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec58b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41263 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b0f9fe770]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 131 time: 2.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26267db0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 130 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34017 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada18860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30964 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27217 time: 1.66e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac512510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26195 time: 1.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1db540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36784 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261d46e0]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 128 time: 3.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf23c3b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36704 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b201e2c60]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 127 time: 3.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddea580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33945 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7fbe0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26179 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1626b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37948 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 103 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44413 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd2f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 76 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0a30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 81 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269d00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37878 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae085b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30948 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b2ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30838 time: 2.77e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7cd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 51 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b3830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30908 time: 1.46e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbe30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 55 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9ba440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30871 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad042640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30829 time: 1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29293b90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 5 time: 1.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c58e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 48 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae266ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42011 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3644b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30956 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2e20]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 47 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295bd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 3 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0860]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 101 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c0080]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 43 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30862 time: 7.74e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b432e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27249 time: 9.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bfb40]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 42 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf012850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37951 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae21f130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41968 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badee0020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bdc90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 40 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfec10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36607 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada66140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30883 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec3c0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41963 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bcc10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 39 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b448d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30877 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35d2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31465 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27191 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd83f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36789 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30932 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6500]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 30 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4f90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 29 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230d70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44405 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9d4d10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30841 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c80d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41971 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dc2a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 75 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e81e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 90 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf243870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41266 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0bde40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fc70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26251 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292be1a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 41 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661645b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26123 time: 7.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292955d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 9 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3ba310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30859 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ee70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26156 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 106 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7cb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 68 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37967 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4a80]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 28 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7ea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34569 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2a60]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 25 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292936e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 4 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bc700]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 38 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec806e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41254 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae620]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 19 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5540]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 87 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf010ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41960 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3e5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36805 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294910]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 11 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9660]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 133 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eb360]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 105 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b6615f500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26129 time: 9.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b916d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26190 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e6aa0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 89 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbeaee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30913 time: 1.83e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbcf0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 54 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc0e40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41352 time: 5.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44397 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26153 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ced70]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 58 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4080]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36800 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad90e470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44429 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d3ef0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 64 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2361d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34033 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34582 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af7d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 21 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31546 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeff4690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36664 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd7e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 77 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d9290]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 70 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb6cd70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41301 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26171 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b7800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33993 time: 9.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade004b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34518 time: 2.88e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36677 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e8750]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 91 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34577 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ad490]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 17 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 13 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa2630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37924 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9002020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30977 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b54300]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30853 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f35e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 104 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30874 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae110]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 18 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9c70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41987 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292abec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 14 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66166330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26114 time: 2.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2870]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 46 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293377e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 112 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112050]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37875 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec70020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37899 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b3dc0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 27 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1150]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 44 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac000]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 15 time: 8.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44358 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7790]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 50 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada623f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36634 time: 5.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30886 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53360]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30844 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26138 time: 1.72e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07e670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baece0a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44382 time: 2.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa270]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 12 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af2c0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 20 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2920]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 24 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27179 time: 5.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad391fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33877 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b0c00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 22 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261858f0]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 123 time: 3.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 82 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb1b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 36 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaf940]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31506 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b1110]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 23 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293689f0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 115 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada5c720]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb29e60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30940 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded19e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34530 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27206 time: 5.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeab1e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebf1330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44370 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42200]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27225 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf202cf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44421 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1640]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 45 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b904a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26243 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbe880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba390]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 35 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e50e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34539 time: 1.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27238 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41933 time: 2.52e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29358940]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 114 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad070850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30937 time: 1.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294df0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 2 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade4e2c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33937 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157430]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26135 time: 1.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26fcef10]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 132 time: 1.71e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cf340]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 59 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b38f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 26 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31468 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0520]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 80 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9dd90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36655 time: 2.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8020]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 32 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2000]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 62 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5050]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 86 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d5a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26267 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec9ca0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33859 time: 3.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27185 time: 4.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5a00]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 67 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294370]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 7 time: 1.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ef300]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 99 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37972 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292963b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 10 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31477 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2a5f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34506 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d97e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 71 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f1fa0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 102 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2eb0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 93 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37964 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292fab80]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 111 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9bd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44364 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e26d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 83 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e65b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 88 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e9820]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 92 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292acec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 16 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292da860]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 72 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41392 time: 5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec800]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 95 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33910 time: 1.96e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade01f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30921 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27230 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44361 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29337690]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 113 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26187 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c8d30]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 52 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae28a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41939 time: 2.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b6f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30916 time: 1.79e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26203 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4ee40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36781 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230bf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41912 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261a7510]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 118 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1076b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41349 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41976 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ed8a0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 96 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41740]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27209 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0370]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 100 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0fd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 61 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1874c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37890 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7230]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 107 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9650]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 108 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbaf30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44432 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3d2b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27170 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292faac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 110 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5250]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34542 time: 8.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec1ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36628 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261b46d0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 120 time: 2.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b262b4580]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 122 time: 4.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292946d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 8 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31501 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cd550]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 56 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecfb240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41272 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29373e60]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 125 time: 4.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9f85480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31471 time: 4.85e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada1bb70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34020 time: 1.21e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec75b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41944 time: 1.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41903 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31538 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace1ed80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31474 time: 6.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26144 time: 8.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31480 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade10c20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36646 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef9d130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41400 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad072d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31486 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b13f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31495 time: 3.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26162 time: 5.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed95bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41293 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41344 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d000]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41397 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefdbbc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42024 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0665c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41927 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae09e980]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31514 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7df0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 69 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34545 time: 4.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdc970]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36720 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b926c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26227 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09f4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31517 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26165 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31522 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf6a70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41320 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada10eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33874 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27197 time: 2.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbcf80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31525 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad366580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34512 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31530 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf011840]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44453 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52c10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30856 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9bb3c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31541 time: 7.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3944c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31549 time: 3.84e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e3ae0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 84 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badacae50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31554 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae08a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33853 time: 2.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b93650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33948 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b496e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41900 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33856 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2694e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41368 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26335d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33862 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd88b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33868 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b11b6ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33871 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22cb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44400 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b36d38990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33880 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded20b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31489 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33886 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb73960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41230 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5510]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 66 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1f60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34593 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf240c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36712 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade08680]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33895 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6a10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 31 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7b0670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33898 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc3550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33901 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b8e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33907 time: 1.86e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65a627c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26111 time: 2.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33916 time: 3.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad368ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33883 time: 3.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae140540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41373 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b4c510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33921 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33940 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec2b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 94 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b9cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33996 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41955 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2c0d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33953 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4eee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36776 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd036d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33956 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbc66f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34012 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e37d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33961 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf7380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37983 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9c2e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33969 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef2920]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33972 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33980 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada26cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34004 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fdb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26222 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade195a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30980 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31533 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeb0f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34009 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eff0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26159 time: 6.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd76e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41209 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27241 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2308b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41333 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34025 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33932 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad8a2240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34028 time: 1.18e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c5dd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 49 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3664e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34509 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace25aa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44394 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb636a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44373 time: 3.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed18f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36640 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badde00f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36733 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2690e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34515 time: 2.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41930 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9f7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34524 time: 2.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded1b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34533 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0ac990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34536 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7770]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34553 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34550 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdf310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36701 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0640b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34558 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c74f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34566 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34585 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7d60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34598 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b8f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34601 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9a70]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 121 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 63 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad92f510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33977 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1050c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34609 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34614 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed48b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41224 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec518a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36601 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf230c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44464 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee21190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36604 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26219 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb637d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41405 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34574 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b27a0bd00]:16384 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 116 time: 5.173e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec866b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36610 time: 7.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b5590]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 119 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36616 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec44730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36619 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eee10]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 98 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04f710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36622 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd9ff30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37991 time: 1.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad758c40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36625 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefc2610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37959 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade06690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41413 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad068780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36631 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefd9f50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41218 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d38c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36652 time: 2.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36658 time: 2.24e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36661 time: 4.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a7d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41341 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295b10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 1 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedb6180]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36669 time: 4.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbd440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41251 time: 2.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219a60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36672 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf261690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36680 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf25a500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36685 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade971d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34606 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2362b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36688 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36709 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179e80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37940 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb311e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34001 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbf8640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36725 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad075340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36728 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b43cb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31498 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae186560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36736 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed1a310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36741 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09b040]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266150]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36744 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2658f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36752 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41304 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbe00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37932 time: 6.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb9e50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44355 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf265f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36760 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed5eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36768 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41328 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee255b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36773 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae245780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36792 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41915 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602808d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27176 time: 8.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37884 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb74140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37887 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fdc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41984 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9240]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 53 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37893 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37896 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35ff80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37902 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb742d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37905 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed0b930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37908 time: 3.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddccb90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41233 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed25e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37911 time: 3.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcba40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37916 time: 2.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa26d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37919 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37935 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162750]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37943 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b905e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26214 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad363b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33924 time: 4.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0127b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37956 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44416 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad092330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41277 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefccbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36749 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba250]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 34 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae13f2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37975 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebe3270]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37980 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27188 time: 3.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdcb20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41215 time: 1.58e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae142f40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41221 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badaff880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41227 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41236 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9001f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30929 time: 5.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0ac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 60 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1d7ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41239 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa80f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41245 time: 1.75e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9de80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41248 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41257 time: 1.64e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad083490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34527 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162520]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41260 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1dff60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41269 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4350]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41280 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34590 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41285 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27222 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae231780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41288 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade3f170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41296 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41309 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41312 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecef930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41336 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba97a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36693 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdd760]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41357 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf039330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41365 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0fb3a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41376 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41381 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd4640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41384 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecee580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34521 time: 2.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd45a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41389 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd86f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41408 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41992 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41906 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef9a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30969 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd896c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41909 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41924 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2169a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41918 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf268ed0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41921 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b45b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41947 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc2010]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37881 time: 4.16e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4f8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41242 time: 2.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b937b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26235 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41995 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c7a20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42000 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current device memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0]:8589934592 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 438 idx: 4648 time: 0.00585446\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x302000000]:3666870272 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 416 idx: 1872 time: 0.00112197\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Requested amount of GPU memory (8589934592 bytes) could not be allocated. There may not be enough free memory for allocation to succeed.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Skipping tactic 8 due to insufficient memory on requested size of 8589934592 detected for tactic 0x000000000000003c.\n",
|
|||
|
"Try decreasing the workspace size with IBuilderConfig::setMemoryPoolLimit().\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::159] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [E] 2: [virtualMemoryBuffer.cpp::resizePhysical::144] Error Code 2: OutOfMemory (no further information)\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current system memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeca54c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44493 time: 4.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed60940]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44488 time: 1.58e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb73690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44480 time: 2.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2400d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44469 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeffb160]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44461 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcda10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44456 time: 1.13e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefccf10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44448 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf230560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44445 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf256a60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44440 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbae90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44437 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefeb340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44424 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1ac8e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44408 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad177cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44388 time: 1.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44385 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed92690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44379 time: 3.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44376 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44367 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada254c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44352 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44349 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44346 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7db10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44343 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec198e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44340 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44337 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef8db80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42019 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42008 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42003 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9378b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31462 time: 3.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae105810]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41317 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dae10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 73 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602865b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26259 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd8190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33964 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd83910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36637 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf211e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36696 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddcbb30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37996 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30905 time: 4.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbea7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30900 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade998f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30897 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392370]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34561 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad069c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30880 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ede50]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 97 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31509 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30865 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292def00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 78 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52da0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30850 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30847 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d4440]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 65 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b87aa0cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30945 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb780]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 37 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddefef0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30835 time: 1.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc1b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30832 time: 7.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b45ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27257 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33913 time: 1.87e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37927 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b420c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27254 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 109 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed75f70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42016 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dbdb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 74 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaa4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33929 time: 1.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0393d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41360 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41c30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27246 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1648e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36765 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27233 time: 1.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e4090]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 85 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b427c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27203 time: 6.08e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41460]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27200 time: 2.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce400]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44391 time: 2.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27182 time: 1.428e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60282170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27173 time: 8.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac590]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 129 time: 1.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7cf00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26262 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26254 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cdac0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 57 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292949d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 0 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d3e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26246 time: 7.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac5144f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30961 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157060]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26126 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294a90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 6 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26247da0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 126 time: 3.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36649 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7c4e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26238 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec704f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41936 time: 3.89e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602866f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26230 time: 8.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badede3f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33904 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22f550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36613 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b914f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26211 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b938f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26206 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4f830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41212 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b92800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26198 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b803f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26182 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26168 time: 1.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb741e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36797 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fe60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41979 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7da60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26150 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f9a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26174 time: 1.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d8c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26147 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09ac10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31492 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35fba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30972 time: 4.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07f480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33865 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27194 time: 5.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2fb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37872 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41952 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e9f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26141 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30924 time: 3.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd7290]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36717 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41325 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66156b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26132 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad398df0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30953 time: 1.32e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292df470]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 79 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661626d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26120 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf071b60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44472 time: 1.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27262 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30868 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad37ec40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31483 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36643 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27214 time: 3.34e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8560]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 33 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae10db90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36757 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b660fb470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26117 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26212250]:256 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 117 time: 1.1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26ecef00]:1048576 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 124 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec58b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41263 time: 1.65e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b0f9fe770]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 131 time: 2.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26267db0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 130 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded3670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34017 time: 1.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada18860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30964 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27217 time: 1.66e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bac512510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26195 time: 1.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1db540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36784 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261d46e0]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 128 time: 3.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf23c3b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36704 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b201e2c60]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 127 time: 3.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddea580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33945 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7fbe0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26179 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1626b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37948 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 103 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44413 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd2f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 76 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0a30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 81 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269d00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37878 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae085b80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30948 time: 1.3e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b2ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30838 time: 2.77e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7cd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 51 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b3830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30908 time: 1.46e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbe30]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 55 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9ba440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30871 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad042640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30829 time: 1e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29293b90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 5 time: 1.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c58e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 48 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae266ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42011 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3644b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30956 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2e20]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 47 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295bd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 3 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0860]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 101 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c0080]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 43 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30862 time: 7.74e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b432e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27249 time: 9.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bfb40]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 42 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf012850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37951 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae21f130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41968 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badee0020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bdc90]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 40 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfec10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36607 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada66140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30883 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec3c0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41963 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bcc10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 39 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b448d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30877 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35d2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31465 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27191 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd83f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36789 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0cd5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30932 time: 2.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6500]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 30 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4f90]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 29 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230d70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44405 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9d4d10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30841 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c80d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41971 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae217260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44496 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dc2a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 75 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e81e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 90 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf243870]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41266 time: 1.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0bde40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30889 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fc70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26251 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292be1a0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 41 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b661645b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26123 time: 7.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292955d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 9 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3ba310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30859 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7ee70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26156 time: 6.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 106 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2171c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44501 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7cb0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 68 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb830]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37967 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b4a80]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 28 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7ea0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34569 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2a60]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 25 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0719f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44504 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292936e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 4 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bc700]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 38 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec806e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41254 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae620]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 19 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5540]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 87 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf010ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41960 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3e5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36805 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294910]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 11 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9660]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 133 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eb360]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 105 time: 6.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b6615f500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26129 time: 9.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b916d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26190 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e6aa0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 89 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbeaee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30913 time: 1.83e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cbcf0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 54 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc0e40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41352 time: 5.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44397 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7dd40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26153 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ced70]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 58 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4080]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36800 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad90e470]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44429 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d3ef0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 64 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2361d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34033 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34582 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af7d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 21 time: 2.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53e90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31546 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeff4690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36664 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292dd7e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 77 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d9290]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 70 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb6cd70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41301 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26171 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b7800]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33993 time: 9.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade004b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34518 time: 2.88e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266860]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36677 time: 2.51e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e8750]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 91 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34577 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ad490]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 17 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa710]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 13 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa2630]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37924 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9002020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30977 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b54300]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30853 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f35e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 104 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30874 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ae110]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 18 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9c70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41987 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292abec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 14 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66166330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26114 time: 2.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c2870]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 46 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293377e0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 112 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112050]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37875 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec70020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37899 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b3dc0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 27 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1150]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 44 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ac000]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 15 time: 8.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe5b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44358 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c7790]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 50 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada623f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36634 time: 5.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30886 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b53360]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30844 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7e880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26138 time: 1.72e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad07e670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baece0a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44382 time: 2.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292aa270]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 12 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292af2c0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 20 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b2920]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 24 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27179 time: 5.26e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad391fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33877 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b0c00]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 22 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261858f0]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 123 time: 3.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2180]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 82 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292bb1b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 36 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeaf940]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31506 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b1110]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 23 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b293689f0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 115 time: 2.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada5c720]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb29e60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30940 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded19e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34530 time: 2.6e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27206 time: 5.5e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeab1e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37988 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebf1330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44370 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42200]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27225 time: 8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf202cf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44421 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c1640]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 45 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b904a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26243 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbe880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30985 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba390]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 35 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e50e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34539 time: 1.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27238 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae112190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41933 time: 2.52e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29358940]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 114 time: 1.49e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad070850]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30937 time: 1.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294df0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 2 time: 1.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade4e2c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33937 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b66157430]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26135 time: 1.01e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26fcef10]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 132 time: 1.71e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cf340]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 59 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b38f0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 26 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade97820]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31468 time: 1.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e0520]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 80 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9dd90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36655 time: 2.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b8020]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 32 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2000]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 62 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e5050]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 86 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7d5a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26267 time: 6.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec9ca0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33859 time: 3.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef8020]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27185 time: 4.29e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5a00]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 67 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29294370]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 7 time: 1.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ef300]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 99 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37972 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292963b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 10 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31477 time: 5.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2a5f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34506 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d97e0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 71 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f1fa0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 102 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e2eb0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 93 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37964 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292fab80]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 111 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd9bd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44364 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e26d0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 83 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e65b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 88 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e9820]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 92 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292acec0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 16 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292da860]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 72 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d0a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41392 time: 5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec800]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 95 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9b90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33910 time: 1.96e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade01f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30921 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27230 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44361 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29337690]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 113 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b80490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26187 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c8d30]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 52 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae28a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41939 time: 2.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b6f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30916 time: 1.79e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91450]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26203 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3c5db0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44477 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4ee40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36781 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230bf0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41912 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261a7510]:32768 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 118 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1076b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41349 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41976 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ed8a0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 96 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41740]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27209 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f0370]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 100 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa2980]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44485 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0fd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 61 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1874c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37890 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f7230]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 107 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292f9650]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 108 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbaf30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44432 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3d2b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27170 time: 3.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292faac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 110 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e5250]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34542 time: 8.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec1ce0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36628 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b261b46d0]:131072 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 120 time: 2.62e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b262b4580]:524288 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 122 time: 4.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292946d0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 8 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb28910]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31501 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292cd550]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 56 time: 3.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecfb240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41272 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29373e60]:2048 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 125 time: 4.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9f85480]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31471 time: 4.85e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada1bb70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34020 time: 1.21e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badec75b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41944 time: 1.93e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5a00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41903 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31538 time: 1.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace1ed80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31474 time: 6.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26144 time: 8.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf6e10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31480 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade10c20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36646 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baef9d130]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41400 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad072d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31486 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b13f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31495 time: 3.23e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26162 time: 5.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed95bb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41293 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41344 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d000]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41397 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefdbbc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42024 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0665c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41927 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae09e980]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31514 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d7df0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 69 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34545 time: 4.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdc970]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36720 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b926c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26227 time: 2.06e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09f4a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31517 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7f330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26165 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b60285610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31522 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf6a70]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41320 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04d350]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44509 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada10eb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33874 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b40780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27197 time: 2.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddbcf80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31525 time: 1.37e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad366580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34512 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0b9e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31530 time: 1.14e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf011840]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44453 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b52c10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30856 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9bb3c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31541 time: 7.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3944c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31549 time: 3.84e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292e3ae0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 84 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badacae50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31554 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae08a1a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33853 time: 2.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b93650]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33948 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b496e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41900 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33856 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2694e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41368 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b26335d90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33862 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd88b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33868 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b11b6ca90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33871 time: 1.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae22cb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44400 time: 2.42e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b36d38990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33880 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded20b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31489 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd6c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33886 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb73960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41230 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d5510]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 66 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0d1f60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34593 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf240c00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36712 time: 1.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade08680]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33895 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b6a10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 31 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7b0670]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33898 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc3550]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33901 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b8e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33907 time: 1.86e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65a627c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26111 time: 2.61e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b0900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33916 time: 3.28e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad368ba0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33883 time: 3.44e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae140540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41373 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b4c510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33921 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d9900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33940 time: 4.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ec2b0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 94 time: 1.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b9cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33996 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebfe7e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41955 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb2c0d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33953 time: 1.11e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed4eee0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36776 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd036d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33956 time: 3.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbc66f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34012 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0e37d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33961 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecf7380]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37983 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9c2e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33969 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef2920]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33972 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33980 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bada26cd0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34004 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b8fdb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26222 time: 1.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade195a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30980 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade03b10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31533 time: 8.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badeb0f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34009 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b7eff0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26159 time: 6.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd76e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41209 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b42f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27241 time: 5.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2308b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41333 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcb8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34025 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad071700]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33932 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad8a2240]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34028 time: 1.18e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c5dd0]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 49 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad3664e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34509 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bace25aa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44394 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb636a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44373 time: 3.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed18f30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36640 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badde00f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36733 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2690e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34515 time: 2.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed76ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41930 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9f7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34524 time: 2.9e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baded1b50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34533 time: 9.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0ac990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34536 time: 1.2e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7770]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34553 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad063f90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34550 time: 1.41e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdf310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36701 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0640b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34558 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c74f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34566 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34585 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddd7d60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34598 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b8f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34601 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9a70]:1024 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 121 time: 2.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d2510]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 63 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad92f510]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33977 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1050c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34609 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badae0140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34614 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed48b20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41224 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec518a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36601 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf230c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44464 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee21190]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36604 time: 4.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b91590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26219 time: 6.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb637d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41405 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad7c7590]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34574 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b27a0bd00]:16384 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 116 time: 5.173e-06\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec866b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36610 time: 7.22e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292b5590]:512 :Cudnn Builder weights ptr in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 119 time: 3.6e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b5b7b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36616 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec44730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36619 time: 1.05e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292eee10]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 98 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf04f710]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36622 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd9ff30]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37991 time: 1.17e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad758c40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36625 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefc2610]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37959 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade06690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41413 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad068780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36631 time: 1.07e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefd9f50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41218 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae0d38c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36652 time: 2.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf060530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36658 time: 2.24e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecad280]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36661 time: 4.82e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a7d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41341 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b29295b10]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 1 time: 1.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedb6180]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36669 time: 4.53e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefbd440]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41251 time: 2.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219a60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36672 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf261690]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36680 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf25a500]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36685 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade971d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34606 time: 1.04e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2362b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36688 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefce900]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36709 time: 1.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179e80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37940 time: 2.4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badb311e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34001 time: 1.03e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badbf8640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36725 time: 1.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad075340]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36728 time: 3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b43cb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 31498 time: 3.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae186560]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36736 time: 4.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed1a310]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36741 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad09b040]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33892 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf266150]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36744 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf2658f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36752 time: 3.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230ec0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41304 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcbe00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37932 time: 6.09e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeeb9e50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44355 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf265f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36760 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed5eb60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36768 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf044790]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41328 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baee255b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36773 time: 1.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae245780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36792 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41915 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b602808d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27176 time: 8.54e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204540]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37884 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb74140]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37887 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4fdc0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41984 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292c9240]:4 :: weight zero-point in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 53 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae219c90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37893 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baedc2f10]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37896 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad35ff80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37902 time: 1.57e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb742d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37905 time: 4.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed0b930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37908 time: 3.39e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddccb90]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41233 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed25e00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37911 time: 3.81e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefcba40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37916 time: 2.38e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa26d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37919 time: 1.12e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae179f20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37935 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162750]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37943 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b905e0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26214 time: 1.15e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad363b00]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 33924 time: 4.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf0127b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37956 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baed74fa0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 44416 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad092330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41277 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefccbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36749 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292ba250]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 34 time: 3.7e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae13f2f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37975 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebe3270]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37980 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b3f5c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27188 time: 3.48e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecdcb20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41215 time: 1.58e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae142f40]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41221 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badaff880]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41227 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefad660]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41236 time: 2.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556ba9001f80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30929 time: 5.02e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b292d0ac0]:4 :: weight scales in internalAllocate: at runtime/common/weightsPtr.cpp: 102 idx: 60 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1d7ac0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41239 time: 1.94e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baefa80f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41245 time: 1.75e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade9de80]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41248 time: 1.91e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf204420]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41257 time: 1.64e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad083490]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34527 time: 1.25e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae162520]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41260 time: 1.45e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae1dff60]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41269 time: 1.8e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba4350]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41280 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad392230]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34590 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf22a730]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41285 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b41a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 27222 time: 1.27e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae231780]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41288 time: 4.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bade3f170]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41296 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae230e20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41309 time: 3.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf269260]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41312 time: 4.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecef930]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41336 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeba97a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 36693 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebdd760]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41357 time: 2.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf039330]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41365 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad0fb3a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41376 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008af0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41381 time: 3.3e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd4640]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41384 time: 2.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecee580]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 34521 time: 2.4e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baecd45a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41389 time: 2.2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baebd86f0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41408 time: 4e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baeb7dbb0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41992 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec88530]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41906 time: 4.5e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badef9a50]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 30969 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556badd896c0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41909 time: 1.63e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddf5960]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41924 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae2169a0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41918 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf268ed0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41921 time: 2e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bad9b45b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41947 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baddc2010]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 37881 time: 4.16e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baec4f8d0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41242 time: 2.33e-07\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556b65b937b0]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 26235 time: 7.8e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556baf008990]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 41995 time: 3.9e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x556bae3c7a20]:151 :ScratchObject in storeCachedObject: at optimizer/gpu/cudnn/convolutionBuilder.cpp: 170 idx: 42000 time: 2.1e-08\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] -------------- The current device memory allocations dump as below --------------\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0]:8589934592 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 438 idx: 4649 time: 0.00625581\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] [0x302000000]:3666870272 :HybridGlobWriter in reserveMemory: at optimizer/common/globWriter.cpp: 416 idx: 1872 time: 0.00112197\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Requested amount of GPU memory (8589934592 bytes) could not be allocated. There may not be enough free memory for allocation to succeed.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Skipping tactic 13 due to insufficient memory on requested size of 8589934592 detected for tactic 0x0000000000000074.\n",
|
|||
|
"Try decreasing the workspace size with IBuilderConfig::setMemoryPoolLimit().\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:26] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:27] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:27] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:27] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:27] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:28] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:30] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:31] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:32] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:32] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:32] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:32] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:33] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:34] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:39] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:39] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:42] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:42] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:42] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:42] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:43] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:44] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:45] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:46] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:52] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:52] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:52] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:53] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:54] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:55] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:56] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:58] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:40:59] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:40: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.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:00] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:01] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:02] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:02] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:03] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:04] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:04] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:05] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:06] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:35] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:36] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:37] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:37] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:38] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:39] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:40] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:41] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:42] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:42] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41: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.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:41:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42:47] [TRT] [W] If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.\n",
|
|||
|
"[07/28/2022-09:42:48] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:48] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:48] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:48] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:49] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:42:50] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:42: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] Detected 1 inputs and 4 output network tensors.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_12 + PWN(LeakyRelu_13).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_14 || Conv_16.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_18 + PWN(LeakyRelu_19).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_20 + PWN(LeakyRelu_21).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_23 + PWN(LeakyRelu_24).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_26 || Conv_28.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_30 + PWN(LeakyRelu_31).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_32 + PWN(LeakyRelu_33).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_35 + PWN(LeakyRelu_36).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_96 + PWN(LeakyRelu_97).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_38 || Conv_40.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_42 + PWN(LeakyRelu_43).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_44 + PWN(LeakyRelu_45).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_47 + PWN(LeakyRelu_48).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_78 + PWN(LeakyRelu_79).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_50 || Conv_52.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_54 + PWN(LeakyRelu_55).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_56 + PWN(LeakyRelu_57).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_59 + PWN(LeakyRelu_60).bias] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_61 || Conv_63.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_69 + PWN(LeakyRelu_70).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_72 + PWN(LeakyRelu_73).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_74 + PWN(LeakyRelu_75).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_81 || Conv_83.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_85 + PWN(LeakyRelu_86).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_87 + PWN(LeakyRelu_88).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_90 + PWN(LeakyRelu_91).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_92 + PWN(LeakyRelu_93).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_99 || Conv_101.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_103 + PWN(LeakyRelu_104).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_105 + PWN(LeakyRelu_106).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_108 + PWN(LeakyRelu_109).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_110 + PWN(LeakyRelu_111).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_138 + PWN(LeakyRelu_139).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_144.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_113 || Conv_115.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_117 + PWN(LeakyRelu_118).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_119 + PWN(LeakyRelu_120).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_122 + PWN(LeakyRelu_123).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_124 + PWN(LeakyRelu_125).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_140 + PWN(LeakyRelu_141).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_194.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_127 || Conv_129.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_131 + PWN(LeakyRelu_132).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_133 + PWN(LeakyRelu_134).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_136 + PWN(LeakyRelu_137).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_142 + PWN(LeakyRelu_143).weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] Weights [name=Conv_244.weight] had the following issues when converted to FP16:\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [W] - Subnormal FP16 values detected. \n",
|
|||
|
"[07/28/2022-09:43: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.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] Total Host Persistent Memory: 139888\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] Total Device Persistent Memory: 351232\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] Total Scratch Memory: 1290251008\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] [MemUsageStats] Peak memory usage of TRT CPU/GPU memory allocators: CPU 16 MiB, GPU 6497 MiB\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] [BlockAssignment] Algorithm ShiftNTopDown took 18.9947ms to assign 9 blocks to 140 nodes requiring 1655205376 bytes.\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] Total Activation Memory: 1655205376\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 2924, GPU 1398 (MiB)\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 2924, GPU 1406 (MiB)\n",
|
|||
|
"[07/28/2022-09:43:51] [TRT] [I] [MemUsageChange] TensorRT-managed allocation in building engine: CPU +12, GPU +12, now: CPU 12, GPU 12 (MiB)\n",
|
|||
|
"[07/28/2022-09:43:51] [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.\n",
|
|||
|
"[07/28/2022-09:43:51] [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.\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"# Export TensorRT-engine model \n",
|
|||
|
"!python build_engine.py -o ../yolov7-tiny.onnx -e ./yolov7-tiny-nms.trt --fp16 --batch-size 1 16 32"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 15,
|
|||
|
"id": "f35c88c4-18bd-429f-b700-732eccbccfaa",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"import cv2\n",
|
|||
|
"import torch\n",
|
|||
|
"import random\n",
|
|||
|
"import time\n",
|
|||
|
"import numpy as np\n",
|
|||
|
"import tensorrt as trt\n",
|
|||
|
"from PIL import Image\n",
|
|||
|
"from pathlib import Path\n",
|
|||
|
"from collections import OrderedDict,namedtuple"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 16,
|
|||
|
"id": "00c0a670-5bc1-4dcd-8460-4e3dafab57bb",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"w = './yolov7-tiny-nms.trt'\n",
|
|||
|
"device = torch.device('cuda:0')\n",
|
|||
|
"imgList = [cv2.imread('../inference/images/horses.jpg'),\n",
|
|||
|
" cv2.imread('../inference/images/bus.jpg'),\n",
|
|||
|
" cv2.imread('../inference/images/zidane.jpg'),\n",
|
|||
|
" cv2.imread('../inference/images/image1.jpg'),\n",
|
|||
|
" cv2.imread('../inference/images/image2.jpg'),\n",
|
|||
|
" cv2.imread('../inference/images/image3.jpg')]\n",
|
|||
|
"imgList*=6\n",
|
|||
|
"imgList = imgList[:32]"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 17,
|
|||
|
"id": "7b5b62e0-be22-463e-b961-46baca126bd2",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"[07/28/2022-15:22:32] [TRT] [I] [MemUsageChange] Init CUDA: CPU +328, GPU +0, now: CPU 421, GPU 300 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:32] [TRT] [I] Loaded engine size: 13 MiB\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +872, GPU +378, now: CPU 1335, GPU 692 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +126, GPU +58, now: CPU 1461, GPU 750 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [W] TensorRT was linked against cuDNN 8.4.1 but loaded cuDNN 8.3.2\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +12, now: CPU 0, GPU 12 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 1447, GPU 742 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 1447, GPU 750 (MiB)\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [W] TensorRT was linked against cuDNN 8.4.1 but loaded cuDNN 8.3.2\n",
|
|||
|
"[07/28/2022-15:22:33] [TRT] [I] [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +1579, now: CPU 0, GPU 1591 (MiB)\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"# Infer TensorRT Engine\n",
|
|||
|
"logger = trt.Logger(trt.Logger.INFO)\n",
|
|||
|
"trt.init_libnvinfer_plugins(logger, namespace=\"\")\n",
|
|||
|
"with open(w, 'rb') as f, trt.Runtime(logger) as runtime:\n",
|
|||
|
" model = runtime.deserialize_cuda_engine(f.read())\n",
|
|||
|
"context = model.create_execution_context()\n",
|
|||
|
"\n",
|
|||
|
"\n",
|
|||
|
"def letterbox(im, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleup=True, stride=32):\n",
|
|||
|
" # Resize and pad image while meeting stride-multiple constraints\n",
|
|||
|
" shape = im.shape[:2] # current shape [height, width]\n",
|
|||
|
" if isinstance(new_shape, int):\n",
|
|||
|
" new_shape = (new_shape, new_shape)\n",
|
|||
|
"\n",
|
|||
|
" # Scale ratio (new / old)\n",
|
|||
|
" r = min(new_shape[0] / shape[0], new_shape[1] / shape[1])\n",
|
|||
|
" if not scaleup: # only scale down, do not scale up (for better val mAP)\n",
|
|||
|
" r = min(r, 1.0)\n",
|
|||
|
"\n",
|
|||
|
" # Compute padding\n",
|
|||
|
" new_unpad = int(round(shape[1] * r)), int(round(shape[0] * r))\n",
|
|||
|
" dw, dh = new_shape[1] - new_unpad[0], new_shape[0] - new_unpad[1] # wh padding\n",
|
|||
|
"\n",
|
|||
|
" if auto: # minimum rectangle\n",
|
|||
|
" dw, dh = np.mod(dw, stride), np.mod(dh, stride) # wh padding\n",
|
|||
|
"\n",
|
|||
|
" dw /= 2 # divide padding into 2 sides\n",
|
|||
|
" dh /= 2\n",
|
|||
|
"\n",
|
|||
|
" if shape[::-1] != new_unpad: # resize\n",
|
|||
|
" im = cv2.resize(im, new_unpad, interpolation=cv2.INTER_LINEAR)\n",
|
|||
|
" top, bottom = int(round(dh - 0.1)), int(round(dh + 0.1))\n",
|
|||
|
" left, right = int(round(dw - 0.1)), int(round(dw + 0.1))\n",
|
|||
|
" im = cv2.copyMakeBorder(im, top, bottom, left, right, cv2.BORDER_CONSTANT, value=color) # add border\n",
|
|||
|
" return im, r, (dw, dh)\n",
|
|||
|
"\n",
|
|||
|
"def postprocess(boxes,r,dwdh):\n",
|
|||
|
" dwdh = torch.tensor(dwdh*2).to(boxes.device)\n",
|
|||
|
" boxes -= dwdh\n",
|
|||
|
" boxes /= r\n",
|
|||
|
" return boxes.clip_(0,6400)\n",
|
|||
|
"\n",
|
|||
|
"names = ['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 'truck', 'boat', 'traffic light', \n",
|
|||
|
" 'fire hydrant', 'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow', \n",
|
|||
|
" 'elephant', 'bear', 'zebra', 'giraffe', 'backpack', 'umbrella', 'handbag', 'tie', 'suitcase', 'frisbee', \n",
|
|||
|
" 'skis', 'snowboard', 'sports ball', 'kite', 'baseball bat', 'baseball glove', 'skateboard', 'surfboard', \n",
|
|||
|
" 'tennis racket', 'bottle', 'wine glass', 'cup', 'fork', 'knife', 'spoon', 'bowl', 'banana', 'apple', \n",
|
|||
|
" 'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch', \n",
|
|||
|
" 'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone', \n",
|
|||
|
" 'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear', \n",
|
|||
|
" 'hair drier', 'toothbrush']\n",
|
|||
|
"colors = {name:[random.randint(0, 255) for _ in range(3)] for i,name in enumerate(names)}"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 18,
|
|||
|
"id": "c3c71646-e978-40db-8478-5c4329a058ec",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"origin_RGB = []\n",
|
|||
|
"resize_data = []\n",
|
|||
|
"for img in imgList:\n",
|
|||
|
" img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)\n",
|
|||
|
" origin_RGB.append(img)\n",
|
|||
|
" image = img.copy()\n",
|
|||
|
" image, ratio, dwdh = letterbox(image, auto=False)\n",
|
|||
|
" image = image.transpose((2, 0, 1))\n",
|
|||
|
" image = np.expand_dims(image, 0)\n",
|
|||
|
" image = np.ascontiguousarray(image)\n",
|
|||
|
" im = image.astype(np.float32)\n",
|
|||
|
" resize_data.append((im,ratio,dwdh))"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 19,
|
|||
|
"id": "b87a7e55-b0f3-498f-b261-a6954e662494",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"DTYPE = {\n",
|
|||
|
" trt.DataType.FLOAT : torch.float32,\n",
|
|||
|
" trt.DataType.INT32 : torch.int32,\n",
|
|||
|
"}"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 20,
|
|||
|
"id": "8e5a4e80-aaf0-4b6f-b155-83442aee088e",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"def getBindings(model,context,shape=(1,3,640,640)):\n",
|
|||
|
" context.set_binding_shape(0, shape)\n",
|
|||
|
" bindings = OrderedDict()\n",
|
|||
|
" Binding = namedtuple('Binding', ('name', 'dtype', 'shape', 'data', 'ptr'))\n",
|
|||
|
" \n",
|
|||
|
" for index in range(model.num_bindings):\n",
|
|||
|
" name = model.get_binding_name(index)\n",
|
|||
|
" dtype = trt.nptype(model.get_binding_dtype(index))\n",
|
|||
|
" shape = tuple(context.get_binding_shape(index))\n",
|
|||
|
" data = torch.from_numpy(np.empty(shape, dtype=np.dtype(dtype))).to(device)\n",
|
|||
|
" bindings[name] = Binding(name, dtype, shape, data, int(data.data_ptr()))\n",
|
|||
|
" return bindings"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 21,
|
|||
|
"id": "98f8f0d8-5940-4f72-9ffb-88dc4aa09c09",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"# warmup for 10 times\n",
|
|||
|
"bindings = getBindings(model,context,(4,3,640,640))\n",
|
|||
|
"binding_addrs = OrderedDict((n, d.ptr) for n, d in bindings.items())\n",
|
|||
|
"for _ in range(10):\n",
|
|||
|
" tmp = torch.randn(4,3,640,640).to(device)\n",
|
|||
|
" binding_addrs['images'] = int(tmp.data_ptr())\n",
|
|||
|
" context.execute_v2(list(binding_addrs.values()))"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 22,
|
|||
|
"id": "04f24b5e-ac71-41e5-9893-067f75fb6457",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"text/plain": [
|
|||
|
"(32, 3, 640, 640)"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 22,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"np_batch = np.concatenate([data[0] for data in resize_data])\n",
|
|||
|
"np_batch.shape"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 23,
|
|||
|
"id": "bbaa433b-1b04-4bdf-a81d-ca7ba683dc25",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"batch==1\n",
|
|||
|
"Cost 0.0019302299999708339 s\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"batch_1 = torch.from_numpy(np_batch[0:1]).to(device)/255\n",
|
|||
|
"bindings = getBindings(model,context,(1,3,640,640))\n",
|
|||
|
"binding_addrs = OrderedDict((n, d.ptr) for n, d in bindings.items())\n",
|
|||
|
"\n",
|
|||
|
"print(\"batch==1\")\n",
|
|||
|
"start = time.perf_counter()\n",
|
|||
|
"binding_addrs['images'] = int(batch_1.data_ptr())\n",
|
|||
|
"context.execute_v2(list(binding_addrs.values()))\n",
|
|||
|
"print(f'Cost {time.perf_counter()-start} s')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 24,
|
|||
|
"id": "c364a3d9-405e-4b8b-b5fc-1ca24b6cb45d",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"batch==16\n",
|
|||
|
"Cost 0.013582363999830704 s\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"batch_16 = torch.from_numpy(np_batch[0:16]).to(device)/255\n",
|
|||
|
"bindings = getBindings(model,context,(16,3,640,640))\n",
|
|||
|
"binding_addrs = OrderedDict((n, d.ptr) for n, d in bindings.items())\n",
|
|||
|
"\n",
|
|||
|
"print(\"batch==16\")\n",
|
|||
|
"start = time.perf_counter()\n",
|
|||
|
"binding_addrs['images'] = int(batch_16.data_ptr())\n",
|
|||
|
"context.execute_v2(list(binding_addrs.values()))\n",
|
|||
|
"print(f'Cost {time.perf_counter()-start} s')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 25,
|
|||
|
"id": "dab73d41-e63f-4458-aea9-85dc0907589d",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"name": "stdout",
|
|||
|
"output_type": "stream",
|
|||
|
"text": [
|
|||
|
"batch==32\n",
|
|||
|
"Cost 0.0258265150000625 s\n"
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"batch_32 = torch.from_numpy(np_batch[0:32]).to(device)/255\n",
|
|||
|
"bindings = getBindings(model,context,(32,3,640,640))\n",
|
|||
|
"binding_addrs = OrderedDict((n, d.ptr) for n, d in bindings.items())\n",
|
|||
|
"\n",
|
|||
|
"print(\"batch==32\")\n",
|
|||
|
"start = time.perf_counter()\n",
|
|||
|
"binding_addrs['images'] = int(batch_32.data_ptr())\n",
|
|||
|
"context.execute_v2(list(binding_addrs.values()))\n",
|
|||
|
"print(f'Cost {time.perf_counter()-start} s')"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 26,
|
|||
|
"id": "2b75c09f-3d54-44c8-9c8c-9198aa4513b0",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"text/plain": [
|
|||
|
"(torch.Size([32, 1]),\n",
|
|||
|
" torch.Size([32, 100, 4]),\n",
|
|||
|
" torch.Size([32, 100]),\n",
|
|||
|
" torch.Size([32, 100]))"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 26,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"# show batch 32 output the first 6 pictures\n",
|
|||
|
"nums = bindings['num_dets'].data\n",
|
|||
|
"boxes = bindings['det_boxes'].data\n",
|
|||
|
"scores = bindings['det_scores'].data\n",
|
|||
|
"classes = bindings['det_classes'].data\n",
|
|||
|
"nums.shape,boxes.shape,scores.shape,classes.shape"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 27,
|
|||
|
"id": "26676d29-8c1e-4e87-ac97-bff4c935b92a",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": [
|
|||
|
"for batch,(num,box,score,cls) in enumerate(zip(nums.flatten(),boxes,scores,classes)):\n",
|
|||
|
" if batch>6:\n",
|
|||
|
" break\n",
|
|||
|
" RGB = origin_RGB[batch]\n",
|
|||
|
" ratio,dwdh = resize_data[batch][1:]\n",
|
|||
|
" box = postprocess(box[:num].clone(),ratio,dwdh).round().int()\n",
|
|||
|
" for idx,(b,s,c) in enumerate(zip(box,score,cls)):\n",
|
|||
|
" b,s,c = b.tolist(),round(float(s),3),int(c)\n",
|
|||
|
" name = names[c]\n",
|
|||
|
" color = colors[name]\n",
|
|||
|
" name += ' ' + str(s)\n",
|
|||
|
" cv2.rectangle(RGB,b[:2],b[2:],color,2)\n",
|
|||
|
" cv2.putText(RGB,name,(b[0], b[1] - 2),cv2.FONT_HERSHEY_SIMPLEX,0.75,color,thickness=2)"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 28,
|
|||
|
"id": "19c7cc65-20c8-415f-96d9-8ad0be5aaf70",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=773x512>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 28,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[0])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 29,
|
|||
|
"id": "83fe9bf8-6b34-4835-ad77-bc5d55a94251",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=810x1080>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 29,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[1])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 30,
|
|||
|
"id": "bdf84a2d-9460-4046-92d0-7f164e0b9c9f",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=1280x720>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 30,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[2])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 31,
|
|||
|
"id": "62744e63-5e51-4b24-a534-13f1873cd37e",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=640x536>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 31,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[3])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 32,
|
|||
|
"id": "cfda8018-dc6e-40ef-9f4e-f2e85ad70512",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=640x480>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 32,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[4])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": 33,
|
|||
|
"id": "286e50a2-9cb1-4d35-8f97-914af1c8883f",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [
|
|||
|
{
|
|||
|
"data": {
|
|||
|
"image/png": "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
|
|||
|
"text/plain": [
|
|||
|
"<PIL.Image.Image image mode=RGB size=431x640>"
|
|||
|
]
|
|||
|
},
|
|||
|
"execution_count": 33,
|
|||
|
"metadata": {},
|
|||
|
"output_type": "execute_result"
|
|||
|
}
|
|||
|
],
|
|||
|
"source": [
|
|||
|
"Image.fromarray(origin_RGB[5])"
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"cell_type": "code",
|
|||
|
"execution_count": null,
|
|||
|
"id": "7f14d60f-2f20-4266-b817-01425f99ee45",
|
|||
|
"metadata": {},
|
|||
|
"outputs": [],
|
|||
|
"source": []
|
|||
|
}
|
|||
|
],
|
|||
|
"metadata": {
|
|||
|
"kernelspec": {
|
|||
|
"display_name": "Python [conda env:torch] *",
|
|||
|
"language": "python",
|
|||
|
"name": "conda-env-torch-py"
|
|||
|
},
|
|||
|
"language_info": {
|
|||
|
"codemirror_mode": {
|
|||
|
"name": "ipython",
|
|||
|
"version": 3
|
|||
|
},
|
|||
|
"file_extension": ".py",
|
|||
|
"mimetype": "text/x-python",
|
|||
|
"name": "python",
|
|||
|
"nbconvert_exporter": "python",
|
|||
|
"pygments_lexer": "ipython3",
|
|||
|
"version": "3.8.13"
|
|||
|
}
|
|||
|
},
|
|||
|
"nbformat": 4,
|
|||
|
"nbformat_minor": 5
|
|||
|
}
|