mmclassification/configs/resnet/resnet50_8xb32-fp16_in1k.py
2022-07-18 11:11:13 +08:00

5 lines
121 B
Python

_base_ = ['./resnet50_8xb32_in1k.py']
# schedule settings
optim_wrapper = dict(type='AmpOptimWrapper', loss_scale=512.)