EvaluationCallback
Simple custom Callback object.
Constructors
EvaluationCallback
Link copied to clipboard
fun EvaluationCallback()
Content copied to clipboard
Functions
onEpochBegin
Link copied to clipboard
onEpochEnd
Link copied to clipboard
open 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
open override fun onTestBatchBegin(batch: Int, batchSize: Int, logs: History)
Content copied to clipboard
onTestBatchEnd
Link copied to clipboard
open override fun onTestBatchEnd(batch: Int, batchSize: Int, event: BatchEvent?, logs: History)
Content copied to clipboard
onTestBegin
Link copied to clipboard
open override fun onTestBegin()
Content copied to clipboard
onTrainBatchBegin
Link copied to clipboard
open fun onTrainBatchBegin(batch: Int, batchSize: Int, logs: TrainingHistory)
Content copied to clipboard
onTrainBatchEnd
Link copied to clipboard
open fun onTrainBatchEnd(batch: Int, batchSize: Int, event: BatchTrainingEvent, logs: TrainingHistory)
Content copied to clipboard
onTrainBegin
Link copied to clipboard
open fun onTrainBegin()
Content copied to clipboard
onTrainEnd
Link copied to clipboard