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.
Hi,
I'm training a custom sklearn model with tune-sklearn and skopt Bayesian.
All works fine, except that in my logs I get the warning: WARNING Trial Runner checkpointing failed: cannot pickle 'dict_values' object
No other info is provided, just the warning. How do I fix this issue?
I use:
tune-sklearn 0.2.1
ray 1.2.0
sklearn 0.0
I had few session crashes on GCP and I tried to restore the state from ray, however no checkpoints were found.
I guess this pertains to the warning above.
The text was updated successfully, but these errors were encountered:
thanks for the quick reply.
I just tried TuneSearchCV without the parameter search_optimization (default random search)
And there weren't any warnings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm training a custom sklearn model with tune-sklearn and skopt Bayesian.
All works fine, except that in my logs I get the warning:
WARNING Trial Runner checkpointing failed: cannot pickle 'dict_values' object
No other info is provided, just the warning. How do I fix this issue?
I use:
tune-sklearn 0.2.1
ray 1.2.0
sklearn 0.0
I had few session crashes on GCP and I tried to restore the state from ray, however no checkpoints were found.
I guess this pertains to the warning above.
The text was updated successfully, but these errors were encountered: