MCPcopy Create free account
hub / github.com/OpenGVLab/InternImage / __init__

Method __init__

classification/ops_dcnv3/modules/dcnv3.py:222–306  ·  view source on GitHub ↗

DCNv3 Module :param channels :param kernel_size :param stride :param pad :param dilation :param group :param offset_scale :param act_layer :param norm_layer

(
        self,
        channels=64,
        kernel_size=3,
        dw_kernel_size=None,
        stride=1,
        pad=1,
        dilation=1,
        group=4,
        offset_scale=1.0,
        act_layer='GELU',
        norm_layer='LN',
        center_feature_scale=False,
        remove_center=False,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 5

_reset_parametersMethod · 0.95
_is_power_of_2Function · 0.70
build_norm_layerFunction · 0.70
build_act_layerFunction · 0.70

Tested by

no test coverage detected