Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lisa-lab/DeepLearningTutorials
/ init_tparams
Function
init_tparams
code/lstm.py:120–124 ·
view source on GitHub ↗
(params)
Source
from the content-addressed store, hash-verified
118
119
120
def
init_tparams(params):
121
tparams = OrderedDict()
122
for
kk, pp in params.items():
123
tparams[kk] = theano.shared(params[kk], name=kk)
124
return
tparams
125
126
127
def
get_layer(name):
Callers
1
train_lstm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected