Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lisa-lab/DeepLearningTutorials
/ load
Method
load
code/rnnslu.py:245–248 ·
view source on GitHub ↗
(self, folder)
Source
from the content-addressed store, hash-verified
243
param.name +
'.npy'
), param.get_value())
244
245
def
load(self, folder):
246
for
param in self.params:
247
param.set_value(numpy.load(os.path.join(folder,
248
param.name +
'.npy'
)))
249
250
251
def
main(param=None):
Callers
7
atisfold
Function · 0.80
load_data
Function · 0.80
load_data
Function · 0.80
predict
Function · 0.80
load_params
Function · 0.80
train
Function · 0.80
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected