MCPcopy Create free account
hub / github.com/MultiPath/CopyNet / __init__

Method __init__

emolga/layers/gridlstm.py:460–567  ·  view source on GitHub ↗
(self,
                 # parameters for Grid.
                 output_dims,
                 input_dims,    # [0, ... 0], 0 represents no external inputs.
                 priority=1,
                 peephole=True,
                 init='glorot_uniform', inner_init='orthogonal',
                 forget_bias_init='one',
                 activation='tanh', inner_activation='sigmoid',
                 use_input=False,
                 name=None, weights=None,
                 identity_connect=None,

                 # parameters for 2D-GridLSTM
                 depth=5,
                 learn_init=False,
                 pooling=True,
                 attention=False,
                 shared=True,
                 dropout=0,
                 rng=None,
                 )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

AttentionClass · 0.90
DenseClass · 0.85
buildMethod · 0.80
__init__Method · 0.45
_addMethod · 0.45
set_weightsMethod · 0.45
set_nameMethod · 0.45

Tested by

no test coverage detected