Commit 3e0d5c04 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 23e5fcfa
......@@ -55,6 +55,7 @@ python 推理及调优代码使用的图片数据为:
```
下载模型文件后执行以下命令进行推理测试及调优测试:
```
export HIP_VISIBLE_DEVICES=1 #该指令用于指定哪一张卡执行推理
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
python tune_MobileNet_V2.py
```
......@@ -65,6 +66,7 @@ python 推理及调优代码使用的图片数据为:
执行以下命令:
```
mkdir -p lib
export HIP_VISIBLE_DEVICES=1
export MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0
python prepare_test_libs.py
sh run_example.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment