From 3c2c644d272c4d886562a3e4d53c9662cdf0dba7 Mon Sep 17 00:00:00 2001 From: BaofengZan Date: Mon, 21 Sep 2020 17:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BAURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HRNetClassification/使用TRT加速网络-零.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HRNetClassification/使用TRT加速网络-零.md b/HRNetClassification/使用TRT加速网络-零.md index baf689e..06a05ff 100644 --- a/HRNetClassification/使用TRT加速网络-零.md +++ b/HRNetClassification/使用TRT加速网络-零.md @@ -90,7 +90,7 @@ $$ $$ 64*64*3*3=36864 $$ -![image-20200918142140645](imgs/image-20200918142140645.png) +![image-20200918142959711](https://user-images.githubusercontent.com/20653176/93749484-8fd3bb80-fc2c-11ea-951d-3c1f403e521a.png) ## 5 TRT搭建网络 @@ -104,7 +104,7 @@ $$ 3 各个层名使用onnx 的id,这样在搭建网络时不会晕。,根据onnx的结点信息,各层之间的连接也不会出错。 -![image-20200918142959711](https://user-images.githubusercontent.com/20653176/93749484-8fd3bb80-fc2c-11ea-951d-3c1f403e521a.png) + ## 6 TRT网络debug