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

Method on_test_end

tensorflow/python/keras/callbacks.py:599–607  ·  view source on GitHub ↗

Called at the end of evaluation or validation. Subclasses should override for any actions to run. Arguments: logs: dict. Currently no data is passed to this argument for this method but that may change in the future.

(self, logs=None)

Source from the content-addressed store, hash-verified

597 """
598
599 def on_test_end(self, logs=None):
600 """Called at the end of evaluation or validation.
601
602 Subclasses should override for any actions to run.
603
604 Arguments:
605 logs: dict. Currently no data is passed to this argument for this method
606 but that may change in the future.
607 """
608
609 def on_predict_begin(self, logs=None):
610 """Called at the beginning of prediction.

Callers 1

on_test_endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected