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
3e0d5c04
Commit
3e0d5c04
authored
Nov 28, 2023
by
zhanggezhong
Browse files
Update README.md
parent
23e5fcfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
3e0d5c04
...
@@ -55,6 +55,7 @@ python 推理及调优代码使用的图片数据为:
...
@@ -55,6 +55,7 @@ python 推理及调优代码使用的图片数据为:
```
```
下载模型文件后执行以下命令进行推理测试及调优测试:
下载模型文件后执行以下命令进行推理测试及调优测试:
```
```
export HIP_VISIBLE_DEVICES=1 #该指令用于指定哪一张卡执行推理
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
python tune_MobileNet_V2.py
python tune_MobileNet_V2.py
```
```
...
@@ -65,6 +66,7 @@ python 推理及调优代码使用的图片数据为:
...
@@ -65,6 +66,7 @@ python 推理及调优代码使用的图片数据为:
执行以下命令:
执行以下命令:
```
```
mkdir -p lib
mkdir -p lib
export HIP_VISIBLE_DEVICES=1
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
python prepare_test_libs.py
python prepare_test_libs.py
sh run_example.sh
sh run_example.sh
...
...
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