ai-photo-gallery / configs /resnet /resnet50_8xb32-fp16-dynamic_in1k.py
KyanChen's picture
init
f549064
raw
history blame
126 Bytes
_base_ = ['./resnet50_8xb32_in1k.py']
# schedule settings
optim_wrapper = dict(type='AmpOptimWrapper', loss_scale='dynamic')