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
apex
Commits
40555b3a
Unverified
Commit
40555b3a
authored
Mar 07, 2019
by
mcarilli
Committed by
GitHub
Mar 07, 2019
Browse files
Update README.md
parent
a74a0f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/imagenet/README.md
examples/imagenet/README.md
+1
-1
No files found.
examples/imagenet/README.md
View file @
40555b3a
...
...
@@ -58,7 +58,7 @@ $ python main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 ./
$ python main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 --loss-scale 128.0 ./
$ python -m torch.distributed.launch --nproc_per_node=2 main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 ./
```
Options are explained below.
Options are explained below.
Again, the
[
updated API guide
](
https://nvidia.github.io/apex/amp.html
)
provides more detail.
#### `--opt-level O0` (FP32 training) and `O3` (FP16 training)
...
...
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