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

Method on_predict_begin

tensorflow/python/keras/callbacks.py:609–617  ·  view source on GitHub ↗

Called at the beginning of prediction. 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

607 """
608
609 def on_predict_begin(self, logs=None):
610 """Called at the beginning of prediction.
611
612 Subclasses should override for any actions to run.
613
614 Arguments:
615 logs: dict. Currently no data is passed to this argument for this method
616 but that may change in the future.
617 """
618
619 def on_predict_end(self, logs=None):
620 """Called at the end of prediction.

Callers 1

on_predict_beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected