MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set_model

Method set_model

tensorflow/python/keras/callbacks.py:462–463  ·  view source on GitHub ↗
(self, model)

Source from the content-addressed store, hash-verified

460 self.params = params
461
462 def set_model(self, model):
463 self.model = model
464
465 def on_batch_begin(self, batch, logs=None):
466 """A backwards compatibility alias for `on_train_batch_begin`."""

Callers 3

set_modelMethod · 0.45
GetLocalCPUInfoFunction · 0.45
GetLocalGPUInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected