Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ save
Method
save
rnn_class/rrnn_language.py:99–100 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
97
plt.show()
98
99
def
save(self, filename):
100
np.savez(filename, *[p.get_value()
for
p in self.params])
101
102
@staticmethod
103
def
load(filename, activation):
Callers
1
train_poetry
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected