resnest50_b64x32_imagenet.py 175 Bytes
Newer Older
1
2
3
4
5
6
_base_ = 'resnest50_32xb64_in1k.py'

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