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

Method load

tf2.0/keras_trader.py:323–324  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

321
322
323 def load(self, name):
324 self.model.load_weights(name)
325
326
327 def save(self, name):

Callers 1

keras_trader.pyFile · 0.45

Calls 1

load_weightsMethod · 0.45

Tested by

no test coverage detected