mmpretrain/configs/resnest/resnest50_b64x32_imagenet.py

7 lines
175 B
Python

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