mirror of
https://github.com/open-mmlab/mmrazor.git
synced 2025-06-03 15:02:54 +08:00
* refactor mutables * update load fix subnet * add DumpChosen Typehint * adapt UTs * fix lint * Add GroupMixin to ChannelMutator (temporarily) * fix type hints * add GroupMixin doc-string * modified by comments * fix type hits * update subnet format * fix channel group bugs and add UTs * fix doc string * fix comments * refactor diff module forward * fix error in channel mutator doc * fix comments Co-authored-by: liukai <liukai@pjlab.org.cn>
41 lines
875 B
YAML
41 lines
875 B
YAML
backbone.layers.0.0:
|
|
chosen: shuffle_7x7
|
|
backbone.layers.0.1:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.0.2:
|
|
chosen: shuffle_7x7
|
|
backbone.layers.0.3:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.1.0:
|
|
chosen: shuffle_xception
|
|
backbone.layers.1.1:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.1.2:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.1.3:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.2.0:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.2.1:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.2.2:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.2.3:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.2.4:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.2.5:
|
|
chosen: shuffle_xception
|
|
backbone.layers.2.6:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.2.7:
|
|
chosen: shuffle_7x7
|
|
backbone.layers.3.0:
|
|
chosen: shuffle_7x7
|
|
backbone.layers.3.1:
|
|
chosen: shuffle_3x3
|
|
backbone.layers.3.2:
|
|
chosen: shuffle_5x5
|
|
backbone.layers.3.3:
|
|
chosen: shuffle_xception
|