mmpretrain/configs/resnet/resnet152_b16x8_cifar10.py

7 lines
179 B
Python

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