mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
11 lines
364 B
Python
11 lines
364 B
Python
_base_ = [
|
|
'../_base_/models/resnet50_cutmix.py',
|
|
'../_base_/datasets/imagenet_bs32.py',
|
|
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime.py'
|
|
]
|
|
|
|
# NOTE: `auto_scale_lr` is for automatically scaling LR,
|
|
# USER SHOULD NOT CHANGE ITS VALUES.
|
|
# base_batch_size = (8 GPUs) x (32 samples per GPU)
|
|
auto_scale_lr = dict(base_batch_size=256)
|