scnet_x101-64x4d_fpn_8xb1-20e_coco.py 331 B

12345678
  1. _base_ = './scnet_x101-64x4d_fpn_20e_coco.py'
  2. train_dataloader = dict(batch_size=1, num_workers=1)
  3. optim_wrapper = dict(optimizer=dict(lr=0.01))
  4. # NOTE: `auto_scale_lr` is for automatically scaling LR,
  5. # USER SHOULD NOT CHANGE ITS VALUES.
  6. # base_batch_size = (8 GPUs) x (1 samples per GPU)
  7. auto_scale_lr = dict(base_batch_size=8)