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

Method __init__

src/networks.py:1402–1548  ·  view source on GitHub ↗
(self,
                 input_channels=256,
                 output_channels=1,
                 n_scale=4,
                 n_filters=[256, 128, 64, 32, 16],
                 n_skips=[256, 128, 64, 32, 0],
                 weight_initializer='kaiming_uniform',
                 activation_func='leaky_relu',
                 output_func='linear',
                 use_batch_norm=False,
                 deconv_type='transpose',
                 resolutions_depthwise_separable=[-1])

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