mmclassification/mmpretrain/models
ZhangYiqin 023d6869bd
[Fix] Incorrect stage freeze on RIFormer Model (#1573)
* [Doc] RIFormer's README did not link to its paper properly

* Incorrect code for reproducing RIFormer 

the default value of frozen stage is set to 0, and the doc says that this will lead to no stage be frozen. But the actual case is the patch_embed will be freezed.

This may cause incorrect training, thus influencing the result.

I suggest a careful review.
2023-05-22 16:01:32 +08:00
..
backbones [Fix] Incorrect stage freeze on RIFormer Model (#1573) 2023-05-22 16:01:32 +08:00
classifiers [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
heads [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
losses [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
multimodal [Feature] Support Chinese CLIP. (#1576) 2023-05-22 15:46:13 +08:00
necks
retrievers
selfsup [Fix] Fix ddp bugs caused by `out_type`. (#1570) 2023-05-17 17:32:10 +08:00
tta
utils [Feature] Support Chinese CLIP. (#1576) 2023-05-22 15:46:13 +08:00
__init__.py [Feature] Support multiple multi-modal algorithms and inferencers. (#1561) 2023-05-19 16:50:04 +08:00
builder.py