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

Method on_test_begin

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

Source from the content-addressed store, hash-verified

1630 self._is_tracing = True
1631
1632 def on_test_begin(self, logs=None):
1633 self._set_default_writer(self._validation_run_name)
1634
1635 def on_train_batch_end(self, batch, logs=None):
1636 """Writes scalar summaries for metrics on every training batch.

Callers

nothing calls this directly

Calls 1

_set_default_writerMethod · 0.95

Tested by

no test coverage detected