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

Method __init__

emolga/layers/gridlstm.py:41–84  ·  view source on GitHub ↗
(self,
                 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
                 )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

set_weightsMethod · 0.45
set_nameMethod · 0.45

Tested by

no test coverage detected