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

Method __init__

external_src/kbnet/src/networks.py:52–299  ·  view source on GitHub ↗
(self,
                 input_channels_image=3,
                 input_channels_depth=1,
                 n_filters_image=[48, 96, 192, 384, 384],
                 n_filters_depth=[16, 32, 64, 128, 128],
                 n_filters_fused=[48, 96, 192, 384, 384],
                 n_convolutions_image=[1, 1, 1, 1, 1],
                 n_convolutions_depth=[1, 1, 1, 1, 1],
                 n_convolutions_fused=[1, 1, 1, 1, 1],
                 resolutions_backprojection=[0, 1, 2],
                 weight_initializer='kaiming_uniform',
                 activation_func='leaky_relu')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected