mmpretrain/configs/mobilenet_v3/mobilenet_v3_small_cifar.py

7 lines
197 B
Python

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