mmpretrain/configs/resnet/resnet101_b32x8_imagenet.py

7 lines
173 B
Python

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