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

Method on_predict_end

tensorflow/python/keras/callbacks.py:619–627  ·  view source on GitHub ↗

Called at the end 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

617 """
618
619 def on_predict_end(self, logs=None):
620 """Called at the end of prediction.
621
622 Subclasses should override for any actions to run.
623
624 Arguments:
625 logs: dict. Currently no data is passed to this argument for this method
626 but that may change in the future.
627 """
628
629
630@keras_export('keras.callbacks.BaseLogger')

Callers 1

on_predict_endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected