mmclassification/configs/van/van-tiny_8xb128_in1k.py
takuoko 56589ee280
[Enhancement] Update VAN. (#1017)
* 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>
2022-09-27 09:44:40 +08:00

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',
)