MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / load

Method load

pytorch/rl_trader.py:345–346  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

343
344
345 def load(self, name):
346 self.model.load_weights(name)
347
348
349 def save(self, name):

Callers 3

load_weightsMethod · 0.45
rl_trader.pyFile · 0.45
plot_rl_rewards.pyFile · 0.45

Calls 1

load_weightsMethod · 0.45

Tested by

no test coverage detected