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

Method __init__

src/networks.py:323–348  ·  view source on GitHub ↗
(self,
                 n_layer,
                 input_channels_image=3,
                 input_channels_depth=1,
                 n_filters_image=[48, 96, 192, 384, 384],
                 n_filters_depth=[16, 32, 64, 128, 128],
                 weight_initializer='kaiming_uniform',
                 activation_func='leaky_relu',
                 use_batch_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

ResNetEncoderClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected