Swin-Transformer-Object-Detection / configs /hrnet /htc_x101_64x4d_fpn_16x1_28e_coco.py
ZJF-Thunder
添加文件
e26e560
raw
history blame contribute delete
158 Bytes
_base_ = '../htc/htc_x101_64x4d_fpn_16x1_20e_coco.py'
# learning policy
lr_config = dict(step=[24, 27])
runner = dict(type='EpochBasedRunner', max_epochs=28)