mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* 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>
16 lines
495 B
YAML
16 lines
495 B
YAML
Import:
|
|
- configs/fp16/metafile.yml
|
|
- configs/mobilenet_v2/metafile.yml
|
|
- configs/resnet/metafile.yml
|
|
- configs/res2net/metafile.yml
|
|
- configs/resnext/metafile.yml
|
|
- configs/seresnet/metafile.yml
|
|
- configs/shufflenet_v1/metafile.yml
|
|
- configs/shufflenet_v2/metafile.yml
|
|
- configs/swin_transformer/metafile.yml
|
|
- configs/vgg/metafile.yml
|
|
- configs/repvgg/metafile.yml
|
|
- configs/tnt/metafile.yml
|
|
- configs/vision_transformer/metafile.yml
|
|
- configs/t2t_vit/metafile.yml
|