Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40555b3

Browse files
author
mcarilli
authored
Update README.md
1 parent a74a0f2 commit 40555b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/imagenet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ python main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 ./
5858
$ python main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 --loss-scale 128.0 ./
5959
$ python -m torch.distributed.launch --nproc_per_node=2 main_amp.py -a resnet50 --b 224 --workers 4 --opt-level O2 ./
6060
```
61-
Options are explained below.
61+
Options are explained below. Again, the [updated API guide](https://nvidia.github.io/apex/amp.html) provides more detail.
6262

6363
#### `--opt-level O0` (FP32 training) and `O3` (FP16 training)
6464

0 commit comments

Comments
 (0)