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

Function zipp

code/lstm.py:58–63  ·  view source on GitHub ↗

When we reload the model. Needed for the GPU stuff.

(params, tparams)

Source from the content-addressed store, hash-verified

56
57
58def zipp(params, tparams):
59 """
60 When we reload the model. Needed for the GPU stuff.
61 """
62 for kk, vv in params.items():
63 tparams[kk].set_value(vv)
64
65
66def unzip(zipped):

Callers 1

train_lstmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected