mmclassification/mmpretrain/models/backbones
Yuan Liu fa53174fd9
[Feature]: Add MFF (#1725)
* [Feature]: Add MFF

* [Feature]: Add mff linear prob

* [Feature]: Add ft

* [Fix]: Update docstring

* [Feature]: Update out_indices

* [Feature]: Add prefix to ft

* [Feature]: Add README

* [Feature]: Update readme

* [Feature]: Update README

* [Feature]: Add metafile

* [Feature]: Update README

* [Fix]: Fix lint

* [Feature]: Add UT

* [Feature]: Update paper link
2023-08-08 16:01:07 +08:00
..
__init__.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
alexnet.py
base_backbone.py
beit.py [Refactor] BEiT refactor (#1705) 2023-07-11 15:49:41 +08:00
conformer.py
convmixer.py
convnext.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
cspnet.py
davit.py
deit.py
deit3.py [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
densenet.py
edgenext.py
efficientformer.py
efficientnet.py
efficientnet_v2.py
hivit.py [Feature] Support iTPN and HiViT (#1584) 2023-05-26 12:08:34 +08:00
hornet.py
hrnet.py
inception_v3.py
lenet.py
levit.py
mixmim.py
mlp_mixer.py [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
mobilenet_v2.py
mobilenet_v3.py
mobileone.py
mobilevit.py
mvit.py
poolformer.py
regnet.py
replknet.py
repmlp.py
repvgg.py
res2net.py
resnest.py
resnet.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
resnet_cifar.py
resnext.py
revvit.py
riformer.py [Fix] Incorrect stage freeze on RIFormer Model (#1573) 2023-05-22 16:01:32 +08:00
seresnet.py
seresnext.py
shufflenet_v1.py
shufflenet_v2.py
sparse_convnext.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
sparse_resnet.py [Feature] Support SparK. (#1531) 2023-06-19 11:27:50 +08:00
swin_transformer.py
swin_transformer_v2.py
t2t_vit.py [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
timm_backbone.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
tinyvit.py
tnt.py
twins.py
van.py
vgg.py
vig.py
vision_transformer.py [Feature]: Add MFF (#1725) 2023-08-08 16:01:07 +08:00
vit_eva02.py [Feature] add eva02 backbone (#1450) 2023-05-06 19:28:31 +08:00
vit_sam.py [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
xcit.py