mmpretrain/configs/resnet/resnetv1d101_b32x8_imagenet.py

7 lines
179 B
Python

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