mmpretrain/configs
Yixiao Fang c9670173aa
[Refactor] Move and refactor utils from mmselfsup. (#1385)
* add heads

* add losses

* fix

* remove mim head

* add modified backbones and target generators

* fix lint

* fix lint

* add heads

* add losses

* fix

* add data preprocessor from mmselfsup

* add ut for data prepocessor

* add GatherLayer

* add ema

* add batch shuffle

* add misc

* fix lint

* update

* update docstring
2023-02-28 17:04:40 +08:00
..
_base_ [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
arcface [Refactor] Refactor APIs, add `ImageRetrievalInferencer` and `FeatureExtractor`. (#1380) 2023-02-28 16:31:42 +08:00
barlowtwins [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
beit [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
beitv2 [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
byol [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
cae [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
clip [Feature] Add clip backbone. (#1258) 2022-12-22 16:33:57 +08:00
conformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
convmixer [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
convnext [Enhance] Support ConvNeXt More Weights. (#1240) 2022-12-19 17:17:57 +08:00
convnext_v2 [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +08:00
cspnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
csra Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
davit [Feature] Support DaViT. (#1105) 2022-11-16 17:23:55 +08:00
deit [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
deit3 [Feature] Support DeiT3. (#1065) 2022-10-10 14:54:20 +08:00
densecl [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
densenet [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
edgenext [Feature] Support EdgeNeXt for dev-1.x. (#1037) 2022-09-21 13:27:04 +08:00
efficientformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
efficientnet Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00
efficientnet_v2 [Improve] Remove useless EfficientnetV2 config files. (#1300) 2023-01-06 16:10:59 +08:00
eva [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
hornet [Feature] Support HorNet Backbone for dev1.x. (#1094) 2022-11-04 15:33:46 +08:00
hrnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
inception_v3 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
lenet Rename the package name to `mmpretrain`. 2023-02-17 15:20:55 +08:00
levit [Feature] Support LeViT backbone. (#1238) 2023-01-17 17:43:42 +08:00
mae [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
maskfeat [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
milan [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
mixmim [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
mlp_mixer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
mobilenet_v2 [Docs] Update MobileNetv2 & MobileNetv3 readme. (#1222) 2022-12-06 11:53:03 +08:00
mobilenet_v3 [Docs] Update MobileNetv2 & MobileNetv3 readme. (#1222) 2022-12-06 11:53:03 +08:00
mobileone [Enhance] Reproduce mobileone training accuracy. (#1191) 2022-11-21 10:43:34 +08:00
mobilevit [Docs] Improve ViT and MobileViT model pages. (#1155) 2022-11-04 14:53:26 +08:00
mocov2 [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
mocov3 [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
mvit [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
poolformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
regnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
replknet [Feature] Support RepLKnet backbone. (#1129) 2022-11-21 10:18:58 +08:00
repmlp [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
repvgg [Fix] Fix error repvgg-deploy base config path. (#1357) 2023-02-09 11:27:35 +08:00
res2net [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
resnest Update auto_scale_lr fields 2022-07-18 11:11:13 +08:00
resnet [Docs] Improve the ResNet model page. (#1118) 2022-11-08 11:09:51 +08:00
resnext [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
revvit [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
seresnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
shufflenet_v1 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
shufflenet_v2 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
simclr [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
simmim [Refactor] Add necks, heads and losses for the self-supervised task. (#1376) 2023-02-28 10:05:00 +08:00
simsiam [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
swav [Refactor] Move and refactor utils from mmselfsup. (#1385) 2023-02-28 17:04:40 +08:00
swin_transformer [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
swin_transformer_v2 [Tool] Add metafile fill and validation tools. (#1297) 2023-01-10 10:06:56 +08:00
t2t_vit [Docs] Improve the ResNet model page. (#1118) 2022-11-08 11:09:51 +08:00
tinyvit [Docs] Update TinyViT links. (#1277) 2022-12-20 16:22:31 +08:00
tnt [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
twins [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
van [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
vgg [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
vig [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
vision_transformer [Refactor] Refactor configs and metafile (#1369) 2023-02-23 11:17:16 +08:00
wrn [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
xcit [Refactor] Refactor APIs, add `ImageRetrievalInferencer` and `FeatureExtractor`. (#1380) 2023-02-28 16:31:42 +08:00