mmclassification/configs/resnet/resnet50_8xb32-fp16-dynamic_in1k.py
Ma Zerun 7977dc8e2d
[Improvement] Rename config files according to the config name standard. (#508)
* Update tnt config

* Rename config files

* Update docs

* Update metafile in dev_scripts

* Fix some files

* Remove fp16 metafile and README.

* Fix names in metafiles.
2021-11-19 14:20:35 +08:00

5 lines
89 B
Python

_base_ = ['./resnet50_8xb32_in1k.py']
# fp16 settings
fp16 = dict(loss_scale='dynamic')