mmpretrain/mmcls/datasets
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
..
pipelines [Feature] Add Tokens-to-Token ViT backbone and converted checkpoints. (#467) 2021-10-29 10:37:16 +08:00
samplers [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
__init__.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
base_dataset.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
builder.py [Fix] Fix version check in dataset builder. (#474) 2021-10-13 14:34:56 +08:00
cifar.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
dataset_wrappers.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet21k.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
mnist.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
multi_label.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
utils.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
voc.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00