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

Method on_test_batch_end

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

Source from the content-addressed store, hash-verified

1660 self._enable_trace()
1661
1662 def on_test_batch_end(self, batch, logs=None):
1663 if self.update_freq == 'epoch':
1664 return
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)

Callers

nothing calls this directly

Calls 1

_increment_stepMethod · 0.95

Tested by

no test coverage detected