Commit 5af81fff authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md, kitten-1.jpg files

parent 3e0d5c04
...@@ -55,6 +55,8 @@ python 推理及调优代码使用的图片数据为: ...@@ -55,6 +55,8 @@ python 推理及调优代码使用的图片数据为:
``` ```
下载模型文件后执行以下命令进行推理测试及调优测试: 下载模型文件后执行以下命令进行推理测试及调优测试:
``` ```
git clone https://developer.hpccube.com/codes/modelzoo/mobilenet_v2_tvm.git
cd mobilenet_v2_tvm
export HIP_VISIBLE_DEVICES=1 #该指令用于指定哪一张卡执行推理 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
...@@ -78,7 +80,7 @@ python 推理及调优代码使用的图片数据为: ...@@ -78,7 +80,7 @@ python 推理及调优代码使用的图片数据为:
max_num_index:161 max_num_index:161
``` ```
## result ## result
![kitten-1.jpg](./kitten-1.jpg)
## 应用场景 ## 应用场景
...@@ -93,9 +95,9 @@ python 推理及调优代码使用的图片数据为: ...@@ -93,9 +95,9 @@ python 推理及调优代码使用的图片数据为:
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
* https://developer.hpccube.com/codes/modelzoo/mobilenet_v2_tvm https://developer.hpccube.com/codes/modelzoo/mobilenet_v2_tvm
## 参考资料 ## 参考资料
* [https://tvm.apache.org/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py]() https://tvm.apache.org/docs
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