Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ save
Method
save
rnn_class/srn_language.py:124–125 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
122
plt.show()
123
124
def
save(self, filename):
125
np.savez(filename, *[p.get_value()
for
p in self.params])
126
127
@staticmethod
128
def
load(filename, activation):
Callers
3
train_poetry
Function · 0.95
train_wikipedia
Function · 0.45
train_wikipedia
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected