MCPcopy Create free account
hub / github.com/MTLab/MorphMLP / __init__

Method __init__

slowfast/models/stem_helper.py:134–179  ·  view source on GitHub ↗

The `__init__` method of any subclass should also contain these arguments. Args: dim_in (int): the channel dimension of the input. Normally 3 is used for rgb input, and 2 or 3 is used for optical flow input. dim_out (int): the output dimensio

(
        self,
        dim_in,
        dim_out,
        kernel,
        stride,
        padding,
        inplace_relu=True,
        eps=1e-5,
        bn_mmt=0.1,
        norm_module=nn.BatchNorm3d,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_construct_stemMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected