MCPcopy Create free account
hub / github.com/alexklwong/mondi-python / __init__

Method __init__

src/net_utils.py:673–718  ·  view source on GitHub ↗
(self,
                 in_channels,
                 skip_channels,
                 out_channels,
                 weight_initializer='kaiming_uniform',
                 activation_func=torch.nn.LeakyReLU(negative_slope=0.10, inplace=True),
                 use_batch_norm=False,
                 deconv_type='transpose',
                 use_depthwise_separable=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

TransposeConv2dClass · 0.70
UpConv2dClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected