MCPcopy 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_poetryFunction · 0.95
train_wikipediaFunction · 0.45
train_wikipediaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected