mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* update van * fix init * b4 result * update van * keep old config * keep old config * fix metafile * update VAN configs * update example Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
7 lines
174 B
Python
7 lines
174 B
Python
_base_ = ['./van-b0_8xb128_in1k.py']
|
|
|
|
_deprecation_ = dict(
|
|
expected='van-b0_8xb128_in1k.py',
|
|
reference='https://github.com/open-mmlab/mmclassification/pull/1017',
|
|
)
|