mmpretrain/configs/resnet/resnet50_b16x8_cifar100.py

7 lines
179 B
Python

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