Return best Eval Results in test epoch end

Hello,
i am currently performing a 4-fold Crossvalidation with the help of sklearn and a list of dataloaders.

I want to return the result of the best eval of the models as well as the test results, because I can only count the best test score for the best eval score in CV. So is there a possibility to access the best eval metrics in the test_epoch_end method? And if so how?

Thank you :slight_smile:
BR Skyy93

hello, we have deprecated EvalResult back in 1.0