Commit fc57b897 authored by Sugon_ldc's avatar Sugon_ldc
Browse files

modify someerror in readme

parent d6efac5d
# 算法名简写(英文简写大写) # Mobilenetv3_pytorch
## 论文 ## 论文
`Searching for MobileNetV3` `Searching for MobileNetV3`
...@@ -25,7 +25,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p ...@@ -25,7 +25,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p
此处提供dockerfile的使用方法 此处提供dockerfile的使用方法
``` ```
cd ./docker cd ./docker
docker build --no-cache -t MobileNetv3:1.0 . docker build --no-cache -t mobilenetv3:1.0 .
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
...@@ -39,7 +39,10 @@ torch:1.10 ...@@ -39,7 +39,10 @@ torch:1.10
torchvision:0.10 torchvision:0.10
``` ```
`Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应` `Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应`
另外需要安装如下三方库
```
pip install scipy
```
## 数据集 ## 数据集
`cifar10` `cifar10`
......
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