mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Feature]: Add BEiT-style transformer encoder layer * [Feature]: Add average token * [Fix]: Fix lint * [Fix]: Refactor CAE config * [Fix]: Change cv2 backend to pillow backend * [Fix]: Fix MAE and CAE reshape bug * [Feature]: Add freeze vit layers * [Feature]: Add mc * [Fix]: Fix lint * [Fix]: Fix dataset bug * [Fix]: Delete cae selfsup config * [Fix]: docstring * [Refactor]: Add init_values to layer_scalue_init_value * [Fix]: Refine the docstring of avg_token * [Fix]: Call super init weight in beit attention * [Fix]: remove mc * [Fix]: Fix docstring * [Fix]: Fix docstring * [Fix]: Fix lint * [Fix]: Fix init_value bug and change the logic of outputting cls token * [Fix]: Fix docstring