mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-02 22:31:23 +08:00
* 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.
7 lines
173 B
Python
7 lines
173 B
Python
_base_ = 'resnet101_8xb32_in1k.py'
|
|
|
|
_deprecation_ = dict(
|
|
expected='resnet101_8xb32_in1k.py',
|
|
reference='https://github.com/open-mmlab/mmclassification/pull/508',
|
|
)
|