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

Method on_batch_end

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

Source from the content-addressed store, hash-verified

266 self._call_batch_hook(ModeKeys.TRAIN, 'begin', batch, logs=logs)
267
268 def on_batch_end(self, batch, logs=None):
269 self._call_batch_hook(ModeKeys.TRAIN, 'end', batch, logs=logs)
270
271 def on_epoch_begin(self, epoch, logs=None):
272 """Calls the `on_epoch_begin` methods of its callbacks.

Callers

nothing calls this directly

Calls 1

_call_batch_hookMethod · 0.95

Tested by

no test coverage detected