mmpretrain/configs/fp16
Ma Zerun 8b7d38b243
[Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` (#466)
* Disable auto line-wrap in docs.

* Add model_zoo.md and CONTRIBUTING.md in docs.

* Revise getting_started.md and install.md

* Rewrite finetune.md

* Fix typo

* Imporve `finetune.md`

* Fix `GitHub` link

* Fix a small typo.
2021-09-28 18:05:50 +08:00
..
README.md [Docs] Update metafile and Readme (#435) 2021-09-18 16:32:46 +08:00
metafile.yml [Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` (#466) 2021-09-28 18:05:50 +08:00
resnet50_b32x8_fp16_dynamic_imagenet.py [Feature] Support fp16 training (#178) 2021-03-17 15:53:55 +08:00
resnet50_b32x8_fp16_imagenet.py [Feature] Support fp16 training (#178) 2021-03-17 15:53:55 +08:00

README.md

Mixed Precision Training

Introduction

@article{micikevicius2017mixed,
  title={Mixed precision training},
  author={Micikevicius, Paulius and Narang, Sharan and Alben, Jonah and Diamos, Gregory and Elsen, Erich and Garcia, David and Ginsburg, Boris and Houston, Michael and Kuchaiev, Oleksii and Venkatesh, Ganesh and others},
  journal={arXiv preprint arXiv:1710.03740},
  year={2017}
}

Results and models

Model Params(M) Flops(G) Mem (GB) Top-1 (%) Top-5 (%) Config Download
ResNet-50 25.56 4.12 1.9 76.30 93.07 config model | log