mmclassification/configs
Ma Zerun fffa30dd48
[Feature] Add Tokens-to-Token ViT backbone and converted checkpoints. (#467)
* add t2t backbone

* register t2t_vit

* add t2t_vit config

* [Temp] Align posterize transform with timm.

* Fix lint

* Refactor t2t-vit

* Add config for t2t-vit

* Add metafile and README for t2t-vit

* Add unit tests

* configs

* Update metafile and README

* Improve docstring

* Fix batch size which should be 8x64 instead of 8x128

* Fix typo

* Update model zoo

* Update training augments config.

* Move some arguments of T2TModule to T2TViT

* Update docs.

* Update unit test

Co-authored-by: HIT-cwh <2892770585@qq.com>
2021-10-29 10:37:16 +08:00
..
_base_ [Feature] Add Tokens-to-Token ViT backbone and converted checkpoints. (#467) 2021-10-29 10:37:16 +08:00
fp16 [Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` (#466) 2021-09-28 18:05:50 +08:00
lenet [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
mobilenet_v2 [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
mobilenet_v3 [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
regnet [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
repvgg [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
res2net [Feature] Add Res2Net backbone and converted weights. (#465) 2021-10-20 16:34:22 +08:00
resnest [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
resnet [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
resnext [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
seresnet [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
seresnext [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
shufflenet_v1 [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
shufflenet_v2 [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
swin_transformer [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
t2t_vit [Feature] Add Tokens-to-Token ViT backbone and converted checkpoints. (#467) 2021-10-29 10:37:16 +08:00
tnt [Docs] Update metafile and Readme (#435) 2021-09-18 16:32:46 +08:00
vgg [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
vision_transformer [Refactor] Refator ViT (Continue #295) (#395) 2021-10-18 16:07:00 +08:00