File size: 225 Bytes
e8f2571
 
 
 
 
 
1
2
3
4
5
6
7
_base_ = './faster-rcnn_r50_fpn_1x_coco.py'

# MMEngine support the following two ways, users can choose
# according to convenience
# optim_wrapper = dict(type='AmpOptimWrapper')
_base_.optim_wrapper.type = 'AmpOptimWrapper'