"vscode:/vscode.git/clone" did not exist on "db3b986be00c035f8ef585093371e312972dc414"
Commit 3e0d5c04 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 23e5fcfa
...@@ -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
......
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