mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add twins backbone * add position_encoding * refactor twins * Supplemental unit tests * update docstring and readme * update docstring and readme * update docstring and readme * update docstring * update docstring * update docstring * update docstring * remove note * update doc and docstring * update docstring * update docstring * use abstract pdf link and rename yamlfile * Update model link Co-authored-by: mzr1996 <mzr1996@163.com>
6 lines
148 B
Python
6 lines
148 B
Python
_base_ = ['twins-svt-base_8xb128_in1k.py']
|
|
|
|
data = dict(samples_per_gpu=64)
|
|
|
|
model = dict(backbone=dict(arch='large'), head=dict(in_channels=1024))
|