mmpretrain/configs/resnet/resnetv1d50_b32x8_imagenet.py
Ma Zerun 7977dc8e2d
[Improvement] Rename config files according to the config name standard. (#508)
* Update tnt config

* Rename config files

* Update docs

* Update metafile in dev_scripts

* Fix some files

* Remove fp16 metafile and README.

* Fix names in metafiles.
2021-11-19 14:20:35 +08:00

7 lines
177 B
Python

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