mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 17:54:43 +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
217 B
Python
7 lines
217 B
Python
_base_ = '../resnet/resnet50_8xb32-fp16-dynamic_in1k.py'
|
|
|
|
_deprecation_ = dict(
|
|
expected='../resnet/resnet50_8xb32-fp16-dynamic_in1k.py',
|
|
reference='https://github.com/open-mmlab/mmclassification/pull/508',
|
|
)
|