Commit d5f6be31 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 24c83a10
...@@ -37,7 +37,10 @@ docker run --shm-size 16g --network=host --name=resnet50_onnxruntime -v /opt/hyh ...@@ -37,7 +37,10 @@ docker run --shm-size 16g --network=host --name=resnet50_onnxruntime -v /opt/hyh
``` ```
## 数据集 ## 数据集
下载ImageNet数据集:[ImageNet (image-net.org)](https://image-net.org/)
<!--
下载ImageNet数据集:[ImageNet (image-net.org)](https://image-net.org/) 数据集快速下载通道[ImageNet](http://113.200.138.88:18080/aidatasets/project-dependency/imagenet-2012)
``` ```
data data
...@@ -53,7 +56,7 @@ data ...@@ -53,7 +56,7 @@ data
n01443537 n01443537
... ...
``` ```
-->
## 推理 ## 推理
### Python版本推理 ### Python版本推理
采用ONNXRuntime框架使用DCU进行推理,下面介绍如何运行python代码示例,Python示例的详细说明见Doc目录下的Tutorial_Python.md。 采用ONNXRuntime框架使用DCU进行推理,下面介绍如何运行python代码示例,Python示例的详细说明见Doc目录下的Tutorial_Python.md。
......
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