mmpretrain/configs/_base_/models/vig
szwlh-c c98dc4555c
[Feature] Support VIG Backbone. (#1304)
* 添加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>
2023-01-17 16:55:56 +08:00
..
pyramid_vig_base.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
pyramid_vig_medium.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
pyramid_vig_small.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
pyramid_vig_tiny.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
vig_base.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
vig_small.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
vig_tiny.py [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00