* 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> |
||
---|---|---|
.. | ||
__init__.py | ||
alexnet.py | ||
base_backbone.py | ||
lenet.py | ||
mobilenet_v2.py | ||
mobilenet_v3.py | ||
regnet.py | ||
repvgg.py | ||
res2net.py | ||
resnest.py | ||
resnet.py | ||
resnet_cifar.py | ||
resnext.py | ||
seresnet.py | ||
seresnext.py | ||
shufflenet_v1.py | ||
shufflenet_v2.py | ||
swin_transformer.py | ||
t2t_vit.py | ||
timm_backbone.py | ||
tnt.py | ||
vgg.py | ||
vision_transformer.py |