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
MobileNetV2_pytorch
Commits
a09ab01d
Commit
a09ab01d
authored
Mar 18, 2025
by
Sugon_ldc
Browse files
modify readme mkdir logs
parent
f96843e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
a09ab01d
...
@@ -57,11 +57,13 @@ pip install scikit-learn
...
@@ -57,11 +57,13 @@ pip install scikit-learn
一般情况下,ModelZoo上的项目提供单机训练的启动方法即可,单机多卡、单机单卡至少提供其一训练方法。
一般情况下,ModelZoo上的项目提供单机训练的启动方法即可,单机多卡、单机单卡至少提供其一训练方法。
### 单机多卡
### 单机多卡
```
```
mkdir logs #若已经创建不需要重新创建
python -m torch.distributed.launch --nproc_per_node=8 driver.py
python -m torch.distributed.launch --nproc_per_node=8 driver.py
```
```
### 单机单卡
### 单机单卡
```
```
mkdir logs #若已经创建不需要重新创建
python driver.py
python driver.py
```
```
...
...
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