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

Method on_train_begin

tensorflow/python/keras/callbacks.py:1881–1882  ·  view source on GitHub ↗
(self, logs=None)

Source from the content-addressed store, hash-verified

1879 self.wait = 0
1880
1881 def on_train_begin(self, logs=None):
1882 self._reset()
1883
1884 def on_epoch_end(self, epoch, logs=None):
1885 logs = logs or {}

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected