mmclassification/configs/twins/twins-svt-large_16xb64_in1k.py
Ezra-Yu 94eb3ff83e
[Feature] Add Twins backbone and convert checkpoints. (#642)
* 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>
2022-01-27 10:25:05 +08:00

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