mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
5 lines
101 B
Python
5 lines
101 B
Python
_base_ = ['../resnet/resnet50_b32x8_imagenet.py']
|
|
|
|
# fp16 settings
|
|
fp16 = dict(loss_scale='dynamic')
|