mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 17:51:40 +08:00
* 添加vig源文件 * 某些模块修改到mmcls风格 * 修改到mmcls风格 * 修改 * 添加VIG模型及源文件 * update model file * update model file and config * change class name and some variable name * change class name and some variable name * update * update * change nn.BatchNorm to mmcv.cnn.build_norm_layer * update * change nn.Seq to mmcls * change backbone to stage_blocks * add vig_head * update * update config file * update * add readme and metafile * update model-index.yml * update model file * rename config file and add docstring * variable rename * update readme and metafile * update readme * update * Update VIG backbone implementation and docs. * Fix configs. Co-authored-by: mzr1996 <mzr1996@163.com>
7 lines
187 B
Python
7 lines
187 B
Python
_base_ = [
|
|
'../_base_/models/vig/vig_small.py',
|
|
'../_base_/datasets/imagenet_bs128_vig_224.py',
|
|
'../_base_/schedules/imagenet_bs256.py',
|
|
'../_base_/default_runtime.py',
|
|
]
|