pgd_r101-caffe_fpn_head-gn_16xb2-2x_nus-mono3d.py 170 Bytes
Newer Older
1
_base_ = './pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py'
2
3
4
5
# learning policy
lr_config = dict(step=[16, 22])
total_epochs = 24
runner = dict(max_epochs=total_epochs)