MCPcopy Index your code
hub / github.com/lisa-lab/DeepLearningTutorials / get_layer

Function get_layer

code/lstm.py:127–129  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

125
126
127def get_layer(name):
128 fns = layers[name]
129 return fns
130
131
132def ortho_weight(ndim):

Callers 2

init_paramsFunction · 0.85
build_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected