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

Method on_epoch_begin

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

Source from the content-addressed store, hash-verified

1665 self._increment_step(self._validation_run_name)
1666
1667 def on_epoch_begin(self, epoch, logs=None):
1668 self._set_default_writer(self._train_run_name)
1669
1670 def on_epoch_end(self, epoch, logs=None):
1671 """Runs metrics and histogram summaries at epoch end."""

Callers

nothing calls this directly

Calls 1

_set_default_writerMethod · 0.95

Tested by

no test coverage detected