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
OpenDAS
vision
Commits
655a2ede
"...pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "3774945dce028c2492b1b96d641a58bd7baf2a0f"
Unverified
Commit
655a2ede
authored
Jun 21, 2021
by
Nicolas Hug
Committed by
GitHub
Jun 21, 2021
Browse files
Fix training model instructions in references/classification (#4089)
parent
b4a075cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
references/classification/README.md
references/classification/README.md
+2
-1
No files found.
references/classification/README.md
View file @
655a2ede
...
@@ -23,7 +23,8 @@ Since `AlexNet` and the original `VGG` architectures do not include batch
...
@@ -23,7 +23,8 @@ Since `AlexNet` and the original `VGG` architectures do not include batch
normalization, the default initial learning rate
`--lr 0.1`
is to high.
normalization, the default initial learning rate
`--lr 0.1`
is to high.
```
```
python main.py --model $MODEL --lr 1e-2
python -m torch.distributed.launch --nproc_per_node=8 --use_env train.py\
--model $MODEL --lr 1e-2
```
```
Here
`$MODEL`
is one of
`alexnet`
,
`vgg11`
,
`vgg13`
,
`vgg16`
or
`vgg19`
. Note
Here
`$MODEL`
is one of
`alexnet`
,
`vgg11`
,
`vgg13`
,
`vgg16`
or
`vgg19`
. Note
...
...
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