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

Method load

tf2.0/rl_trader.py:316–317  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

314
315
316 def load(self, name):
317 self.model.load_weights(name)
318
319
320 def save(self, name):

Callers 2

rl_trader.pyFile · 0.45
plot_rl_rewards.pyFile · 0.45

Calls 1

load_weightsMethod · 0.45

Tested by

no test coverage detected