MCPcopy Create free account
hub / github.com/HRNet/Lite-HRNet / __init__

Method __init__

models/backbones/litehrnet.py:444–476  ·  view source on GitHub ↗
(
            self,
            num_branches,
            num_blocks,
            in_channels,
            reduce_ratio,
            module_type,
            multiscale_output=False,
            with_fuse=True,
            conv_cfg=None,
            norm_cfg=dict(type='BN'),
            with_cp=False,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

_check_branchesMethod · 0.95
_make_naive_branchesMethod · 0.95
_make_fuse_layersMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected