mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-05-25 18:26:10 +08:00
* [Feature] add TinyViT for dev-1.x * [Feature] update readme * fix lint error * refactor the code * [Update] update the args * [Update] add unit test and fix bugs * Rename the configuration file * delete invalid files * [Feature] update tinyvit readme * [Feature] update tinyvit readme * [Feature] update metafile * Update tinyvit metafile
7 lines
208 B
Python
7 lines
208 B
Python
_base_ = [
|
|
'../_base_/datasets/imagenet_bs32_pil_bicubic.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
|
'../_base_/default_runtime.py',
|
|
'../_base_/models/tinyvit/tinyvit-21m.py',
|
|
]
|