resnet18_b16x8_cifar10.py 177 Bytes
Newer Older
1
2
3
4
5
6
_base_ = 'resnet18_8xb16_cifar10.py'

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