MCPcopy Create free account
hub / github.com/HXMap/HRMapNet / make_sparse_convmodule

Function make_sparse_convmodule

mmdetection3d/mmdet3d/ops/sparse_block.py:113–176  ·  view source on GitHub ↗

Make sparse convolution module. Args: in_channels (int): the number of input channels out_channels (int): the number of out channels kernel_size (int|tuple(int)): kernel size of convolution indice_key (str): the indice key used for sparse tensor stride (i

(
    in_channels,
    out_channels,
    kernel_size,
    indice_key,
    stride=1,
    padding=0,
    conv_type="SubMConv3d",
    norm_cfg=None,
    order=("conv", "norm", "act"),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by 2