mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* 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.
5 lines
89 B
Python
5 lines
89 B
Python
_base_ = ['./resnet50_8xb32_in1k.py']
|
|
|
|
# fp16 settings
|
|
fp16 = dict(loss_scale='dynamic')
|