CSPNet 解析
前言
(cspnet) (cspnet) (helpers)
cspresnet50 –> _create_cspnet -> build_model_with_cfg
–> CspNet
–> CspModelCfg
–> stem: CspStemCfg –> model_cfg
–> stages: CspStagesCfg
--> create_csp_stem
--> create_csp_stages
--> _get_stage_fn() --> crossstage
--> _get_block_fn() --> Block
--> DarkBlock
--> EdgeBlock
--> BottleneckBlock
--> _get_attn_fn() --> partial
--> head
--> ClassifierHead
–>_init_weights