Unverified Commit a128fa54 authored by mcarilli's avatar mcarilli Committed by GitHub
Browse files

Merge pull request #171 from vfdev-5/patch-1

Fix minor typo
parents 484292f0 519ff816
...@@ -103,7 +103,7 @@ python setup.py install [--cuda_ext] [--cpp_ext] ...@@ -103,7 +103,7 @@ python setup.py install [--cuda_ext] [--cpp_ext]
Currently, `--cuda_ext` enables Currently, `--cuda_ext` enables
- Fused kernels that improve the performance and numerical stability of `apex.parallel.SyncBatchNorm`. - Fused kernels that improve the performance and numerical stability of `apex.parallel.SyncBatchNorm`.
- Fused kernels required to use `apex.optimizers.FusedAdam`. - Fused kernels required to use `apex.optimizers.FusedAdam`.
- Fused kernels required to use 'apex.normalization.FusedLayerNorm'. - Fused kernels required to use `apex.normalization.FusedLayerNorm`.
`--cpp_ext` enables `--cpp_ext` enables
- C++-side flattening and unflattening utilities that reduce the CPU overhead of `apex.parallel.DistributedDataParallel`. - C++-side flattening and unflattening utilities that reduce the CPU overhead of `apex.parallel.DistributedDataParallel`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment