Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
MobileNetV3_pytorch
Commits
fc57b897
Commit
fc57b897
authored
Dec 19, 2023
by
Sugon_ldc
Browse files
modify someerror in readme
parent
d6efac5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+6
-3
No files found.
README.md
View file @
fc57b897
#
算法名简写(英文简写大写)
#
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
M
obile
N
etv3:1.0 .
docker build --no-cache -t
m
obile
n
etv3: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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment