mmclassification/mmcls/models/backbones
QINGTIAN 8352951f3d
[Feature] Support XCiT Backbone. (#1305)
* update model file

* Update XCiT implementation and configs.

* Update metafiles

* Update metafile

* Fix floor divide

* Imporve memory usage

---------

Co-authored-by: qingtian <459291290@qq.com>
Co-authored-by: mzr1996 <mzr1996@163.com>
2023-02-15 10:32:35 +08:00
..
__init__.py [Feature] Support XCiT Backbone. (#1305) 2023-02-15 10:32:35 +08:00
alexnet.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
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 ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +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 [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
edgenext.py [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +08:00
efficientformer.py [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
efficientnet.py [Feature] [CodeCamp #68] Add EfficientnetV2 Backbone. (#1253) 2022-12-30 15:18:39 +08:00
efficientnet_v2.py [Feature] [CodeCamp #68] Add EfficientnetV2 Backbone. (#1253) 2022-12-30 15:18:39 +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 [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
levit.py [Feature] Support LeViT backbone. (#1238) 2023-01-17 17:43:42 +08:00
mixmim.py [Feature] Add mixmim backbone with checkpoints. (#1224) 2022-12-20 16:52:54 +08:00
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 ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +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 [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
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 [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
resnet.py [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
resnet_cifar.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
resnext.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
revvit.py [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
seresnet.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
seresnext.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
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 [Improve] Update registries of mmcls. (#1306) 2023-01-11 15:20:51 +08:00
tinyvit.py [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +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
vig.py [Feature] Support LeViT backbone. (#1238) 2023-01-17 17:43:42 +08:00
vision_transformer.py [Feature] Add clip backbone. (#1258) 2022-12-22 16:33:57 +08:00
xcit.py [Feature] Support XCiT Backbone. (#1305) 2023-02-15 10:32:35 +08:00