mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* Update tnt config * Rename config files * Update docs * Update metafile in dev_scripts * Fix some files * Remove fp16 metafile and README. * Fix names in metafiles.
8 lines
233 B
Python
8 lines
233 B
Python
# Only for evaluation
|
|
_base_ = [
|
|
'../_base_/models/swin_transformer/large_384.py',
|
|
'../_base_/datasets/imagenet_bs64_swin_384.py',
|
|
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|