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

Method __init__

external_src/kbnet/src/net_utils.py:1181–1235  ·  view source on GitHub ↗
(self,
                 in_channels,
                 out_channels,
                 kernel_sizes,
                 pool_func='max',
                 weight_initializer='kaiming_uniform',
                 activation_func=torch.nn.LeakyReLU(negative_slope=0.10, inplace=True),
                 use_batch_norm=False,
                 use_instance_norm=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

Conv2dClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected