Get Optuna study from hyperparameter-search in Trainer?

Hi there,

I use hyperparameter-search in Trainer with Optuna and wanted to know if there is an easy option to access the study itself. From what I’ve read in the implementation, only the BestRun is returned by run_hp_search_optuna() and not the study itself.
(I’m asking because I wanted to try out the plot functions of Optuna that work on the study)

3 Likes

Hello, I have this confusion too. Have you solved this problem? After some trying, I find this page is helpful——Saving/Resuming Study with RDB Backend. :grinning: