mmclassification/mmcls
whcao 31a6a362ba
Add some vit configs (#217)
* 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
2021-04-20 11:32:20 +08:00
..
apis [Fix] check for CLASSES in checkpoint meta (#207) 2021-04-15 22:19:23 +08:00
core Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00
datasets Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00
models Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
utils Change to use mmcv.utils.collect_env to avoid duplicate codes (#103) 2020-12-01 14:24:08 +08:00
__init__.py [Fix] Fix version (#209) 2021-04-16 19:07:17 +08:00
version.py Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00