mmpretrain/configs/vgg/vgg16bn_b32x8_imagenet.py

7 lines
169 B
Python

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