cellflow.training.ComputationCallback.on_train_end

abstractmethod ComputationCallback.on_train_end(valid_source_data, valid_true_data, valid_pred_data, solver)[source]

Called at the end of training to compute metrics

Parameters:
Return type:

dict[str, float]

Returns:

: Statistics of the validation data and predicted data