cornernet_hourglass104_32xb3-210e-mstest_coco.py 288 B

12345678
  1. _base_ = './cornernet_hourglass104_8xb6-210e-mstest_coco.py'
  2. train_dataloader = dict(batch_size=3)
  3. # NOTE: `auto_scale_lr` is for automatically scaling LR,
  4. # USER SHOULD NOT CHANGE ITS VALUES.
  5. # base_batch_size = (32 GPUs) x (3 samples per GPU)
  6. auto_scale_lr = dict(base_batch_size=96)