resnet50_b16x8_cifar100.py 179 Bytes
Newer Older
1
2
3
4
5
6
_base_ = 'resnet50_8xb16_cifar100.py'

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