mmclassification/mmpretrain/models
fanqiNO1 29d706248c
[Enhancement] Support training of BLIP2 (#1700)
* [Fix] Fix BEiT pre_norm

* [Enhancement] Support BLIP2 training

* [Fix] Fix quoted strings

* [Fix] Fix init_weights

* [Fix] Fix with_cls_token

* [Fix] Fix tokenizer

* [Fix] Fix quoted strings

* [Fix] Fix predict

* [Fix] Cancel changing BEiT

* [Fix] Add loading hook

* [Fix] Reformat with yapf

* [Fix] Fix prompt

* [Fix] Fix typo
2023-08-10 11:15:38 +08:00
..
backbones [Feature]: Add MFF (#1725) 2023-08-08 16:01:07 +08:00
classifiers [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
heads Merge branch 'main' into dev 2023-07-28 15:35:55 +08:00
losses
multimodal [Enhancement] Support training of BLIP2 (#1700) 2023-08-10 11:15:38 +08:00
necks [Refactor] Fix spelling (#1681) 2023-07-05 11:07:43 +08:00
peft [Feature] Support LoRA. (#1687) 2023-07-24 11:30:57 +08:00
retrievers
selfsup [Feature]: Add MFF (#1725) 2023-08-08 16:01:07 +08:00
tta
utils [Enhance] Set 'is_init' in some multimodal methods (#1718) 2023-07-28 15:28:07 +08:00
__init__.py [Feature] Support LoRA. (#1687) 2023-07-24 11:30:57 +08:00
builder.py