mmpretrain/configs/resnet/resnet50_8xb16-mixup_cifar10.py
2022-07-18 11:11:13 +08:00

11 lines
367 B
Python

_base_ = [
'../_base_/models/resnet50_cifar_mixup.py',
'../_base_/datasets/cifar10_bs16.py',
'../_base_/schedules/cifar10_bs128.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 (16 samples per GPU)
auto_scale_lr = dict(base_batch_size=128)