Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
127
def
get_layer(name):
128
fns = layers[name]
129
return
fns
130
131
132
def
ortho_weight(ndim):
Callers
2
init_params
Function · 0.85
build_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected