You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Is there a way to resume TuneSearchCV like with tune.run? I am using named log folders, but it seems like the resume parameter is missing–Is it possible to add? or would you recommend I try to find a workaround, like using the vanilla tune.run?
I think we could just have a tune_run_kwargs argument somewhere, probably in fit that would allow the user to pass any parameter they want to tune.run, including resume.
The text was updated successfully, but these errors were encountered:
From: https://discuss.ray.io/t/tunesearchcv-resume/2414
I think we could just have a
tune_run_kwargs
argument somewhere, probably infit
that would allow the user to pass any parameter they want totune.run
, includingresume
.The text was updated successfully, but these errors were encountered: