mmpretrain/configs/resnet/resnet18_b16x8_cifar10.py

7 lines
177 B
Python

_base_ = 'resnet18_8xb16_cifar10.py'
_deprecation_ = dict(
expected='resnet18_8xb16_cifar10.py',
reference='https://github.com/open-mmlab/mmclassification/pull/508',
)