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

Method on_train_begin

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

Source from the content-addressed store, hash-verified

779 """
780
781 def on_train_begin(self, logs=None):
782 self.epoch = []
783 self.history = {}
784
785 def on_epoch_end(self, epoch, logs=None):
786 logs = logs or {}

Callers 2

_pipeline_fit_loopMethod · 0.45
on_train_beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected