mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add vit_base_patch32_384_finetune.py * add vit_base_patch32_384_finetune_imagenet.py to vision_transformer * add vit_large_patch16_384_finetune.py to models * add vit_large_patch16_384_finetune_imagenet.py to vision_transformer * add vit_large_patch32_384_finetune to models * add vit_large_patch32_384_finetune_imagenet to vision_transformer * add vit_large_patch16_224_finetune.py to models * add vit_large_patch16_224_finetune_imagenet.py to vision_transformer * delete some useless comments