"tests/vscode:/vscode.git/clone" did not exist on "2e544bd77afe019c4bb9d8c6882879c48d3ac65f"
Commit a3958bdc authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md, 4E6D70E3.png files

parent 8468d4dd
...@@ -65,6 +65,7 @@ source /opt/dtk/env.sh ...@@ -65,6 +65,7 @@ source /opt/dtk/env.sh
``` ```
git clone http://developer.hpccube.com/codes/modelzoo/tvm_tune_resnet50-v2.git git clone http://developer.hpccube.com/codes/modelzoo/tvm_tune_resnet50-v2.git
cd tvm_tune_resnet50-v2 cd tvm_tune_resnet50-v2
export HIP_VISIBLE_DEVICES=1 #此处为指定哪张加速卡进行推理的ID号
python tune_resnet50-v2.py python tune_resnet50-v2.py
``` ```
...@@ -74,6 +75,7 @@ source /opt/dtk/env.sh ...@@ -74,6 +75,7 @@ source /opt/dtk/env.sh
执行以下命令: 执行以下命令:
``` ```
mkdir -p lib mkdir -p lib
export HIP_VISIBLE_DEVICES=1 #此处为指定哪张加速卡进行推理的ID号
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