cellflow.training.Metrics.on_train_end

Metrics.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:

: Computed metrics between the true validation data and predicted validation data as a dictionary