mmclassification/mmcls/models/backbones
Songyang Zhang 210373c093
[Feature] Implementation of RevViT. (#1127)
* [Feature] implement rev-vit network

* can reproduce the RevViT-Small accuracy 79.9

* update

* [Feature] update revvit

* [Feature] update revvit readme

* Update links

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-12-14 11:46:39 +08:00
..
__init__.py [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
alexnet.py
base_backbone.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
beit.py [Fix] Fix dict update in BeIT. (#1234) 2022-12-05 17:59:36 +08:00
conformer.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
convmixer.py [Refactor] Use `mmengine` instead of `mmcv` and refactor some transforms. (#986) 2022-08-24 15:59:02 +08:00
convnext.py [Feature] Support Activation Checkpointing for ConvNeXt. (#1153) 2022-11-14 15:04:28 +08:00
cspnet.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
davit.py [Feature] Support DaViT. (#1105) 2022-11-16 17:23:55 +08:00
deit.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
deit3.py [Feature] Support DeiT3. (#1065) 2022-10-10 14:54:20 +08:00
densenet.py
edgenext.py [Feature] Support EdgeNeXt for dev-1.x. (#1037) 2022-09-21 13:27:04 +08:00
efficientformer.py [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
efficientnet.py [Feature] EfficientNets NoisyStudent & L2. (#1122) 2022-11-21 16:57:13 +08:00
hornet.py Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00
hrnet.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
inception_v3.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
lenet.py
mlp_mixer.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
mobilenet_v2.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
mobilenet_v3.py [Enhance] Add more mobilenetv3 pretrains. (#1154) 2022-11-14 17:06:39 +08:00
mobileone.py [Feature] Add MobileOne Backbone For MMCls 1.x. (#1030) 2022-09-16 11:55:10 +08:00
mobilevit.py [Feature] Support MobileViT backbone. (#1068) 2022-10-18 17:05:59 +08:00
mvit.py [Feature] Support MViT for MMCLS 1.x (#1023) 2022-09-22 09:23:49 +08:00
poolformer.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
regnet.py
replknet.py [Feature] Support RepLKnet backbone. (#1129) 2022-11-21 10:18:58 +08:00
repmlp.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
repvgg.py Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00
res2net.py [Refactor] Refactor import dependency. (#977) 2022-08-22 15:17:33 +08:00
resnest.py
resnet.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
resnet_cifar.py
resnext.py
revvit.py [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
seresnet.py
seresnext.py
shufflenet_v1.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
shufflenet_v2.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
swin_transformer.py [Fix] Fix the output position of Swin-Transformer. (#947) 2022-09-22 17:11:52 +08:00
swin_transformer_v2.py [Enhance] add deleting params info in swinv2. (#1142) 2022-11-14 17:07:21 +08:00
t2t_vit.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
timm_backbone.py [Feature] Support getting model from the name defined in the model-index file. (#1236) 2022-12-06 17:00:22 +08:00
tnt.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
twins.py [Docs] Fix some docstrings. 2022-10-10 11:17:48 +08:00
van.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
vgg.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
vision_transformer.py [Refactor] Refactor BEiT backbone and support v1/v2 inference. (#1144) 2022-11-29 12:56:33 +08:00