Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Mobilenet_v2_tvm
Commits
2cf23df4
Commit
2cf23df4
authored
Nov 16, 2023
by
dcuai
Browse files
Update README.md
parent
eba1b174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
2cf23df4
...
@@ -38,11 +38,6 @@ docker run --shm-size 16g --network=host --name=mobilenet_v2 --privileged --devi
...
@@ -38,11 +38,6 @@ docker run --shm-size 16g --network=host --name=mobilenet_v2 --privileged --devi
source /opt/dtk/env.sh
source /opt/dtk/env.sh
```
```
### 模型文件
模型文件下载地址:
```
"https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-7.onnx"
```
## 数据集
## 数据集
python 推理及调优代码使用的图片数据为:
python 推理及调优代码使用的图片数据为:
```
```
...
@@ -57,6 +52,12 @@ python 推理及调优代码使用的图片数据为:
...
@@ -57,6 +52,12 @@ python 推理及调优代码使用的图片数据为:
"https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip"
"https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip"
```
```
## 推理
## 推理
### 模型文件
模型文件下载地址:
```
"https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-7.onnx"
```
下载模型文件后执行以下命令进行推理测试及调优测试:
下载模型文件后执行以下命令进行推理测试及调优测试:
```
```
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment