FitCallback
Simple custom Callback object.
Constructors
FitCallback
Link copied to clipboard
fun FitCallback()
Content copied to clipboard
Functions
onEpochBegin
Link copied to clipboard
onEpochEnd
Link copied to clipboard
open override fun onEpochEnd(epoch: Int, event: EpochTrainingEvent, logs: TrainingHistory)
Content copied to clipboard
onPredictBatchBegin
Link copied to clipboard
onPredictBatchEnd
Link copied to clipboard
onPredictBegin
Link copied to clipboard
open fun onPredictBegin()
Content copied to clipboard
onPredictEnd
Link copied to clipboard
open fun onPredictEnd()
Content copied to clipboard
onTestBatchBegin
Link copied to clipboard
onTestBatchEnd
Link copied to clipboard
open fun onTestBatchEnd(batch: Int, batchSize: Int, event: BatchEvent?, logs: History)
Content copied to clipboard
onTestBegin
Link copied to clipboard
open fun onTestBegin()
Content copied to clipboard
onTrainBatchBegin
Link copied to clipboard
open override fun onTrainBatchBegin(batch: Int, batchSize: Int, logs: TrainingHistory)
Content copied to clipboard
onTrainBatchEnd
Link copied to clipboard
open override fun onTrainBatchEnd(batch: Int, batchSize: Int, event: BatchTrainingEvent, logs: TrainingHistory)
Content copied to clipboard
onTrainBegin
Link copied to clipboard
open override fun onTrainBegin()
Content copied to clipboard
onTrainEnd
Link copied to clipboard