"vscode:/vscode.git/clone" did not exist on "6cc309557a5ef59e6f944cd257077da860c0d984"
README.md 961 Bytes
Newer Older
1
2
## Contents:

3
**distributed**:  Walkthrough of apex distributed data parallel utilities.
4

5
**FP16_Optimizer_simple**:  Simple examples demonstrating various use cases of `FP16_Optimizer` to automatically manage master parameters and static or dynamic loss scaling.
6

7
**imagenet**:  Example based on [https://github.com/pytorch/examples/tree/master/imagenet](https://github.com/pytorch/examples/tree/master/imagenet) showing the use of `FP16_Optimizer`, as well as manual management of master parameters and loss scaling for illustration/comparison.
8

9
**word_language_model**:  Example based on [https://github.com/pytorch/examples/tree/master/word_language_model](https://github.com/pytorch/examples/tree/master/word_language_model) showing the use of `FP16_Optimizer`, as well as manual management of master parameters and loss scaling for illustration/comparison.
10

mcarilli's avatar
mcarilli committed
11
**docker**:  Example of a minimal Dockerfile that installs Apex on top of an existing container.