Skip to content

Commit a57b4f8

Browse files
committed
修改图片地址为URL
1 parent 60f2fb6 commit a57b4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HRNetClassification/使用TRT加速网络-零.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $$
9090
$$
9191
64*64*3*3=36864
9292
$$
93-
![image-20200918142140645](imgs/image-20200918142140645.png)
93+
![image-20200918142959711](https://user-images.githubusercontent.com/20653176/93749484-8fd3bb80-fc2c-11ea-951d-3c1f403e521a.png)
9494

9595
## 5 TRT搭建网络
9696

@@ -104,7 +104,7 @@ $$
104104

105105
3 各个层名使用onnx 的id,这样在搭建网络时不会晕。,根据onnx的结点信息,各层之间的连接也不会出错。
106106

107-
![image-20200918142959711](https://user-images.githubusercontent.com/20653176/93749484-8fd3bb80-fc2c-11ea-951d-3c1f403e521a.png)
107+
108108

109109
## 6 TRT网络debug
110110

0 commit comments

Comments
 (0)