You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

retinanet_r50_fpn_1x_coco.py 260 B

2 years ago
1234567
  1. _base_ = [
  2. '../_base_/models/retinanet_r50_fpn.py',
  3. '../_base_/datasets/coco_detection.py',
  4. '../_base_/schedules/schedule_1x.py', '../_base_/default_runtime.py'
  5. ]
  6. # optimizer
  7. optimizer = dict(type='SGD', lr=0.01, momentum=0.9, weight_decay=0.0001)

No Description

Contributors (3)