cornernet_hourglass104_10xb5-crop511-210e-mstest_coco.py 288 B

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