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.
I keep on getting the following error. I have ray 2.5.0 and latest sklearn. Also tried 2.4.0 and lower versions of sklearn but no luck. Please guide here, I am dead stucked.
Job failed due to an application error, last available logs (truncated to 20,000 chars):
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/tune.py", line 1018, in run
runner.setup_experiments(
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/execution/trial_runner.py", line 305, in setup_experiments
self._callbacks.setup(**spec)
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/callback.py", line 357, in setup
callback.setup(**info)
AttributeError: 'str' object has no attribute 'setup'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I keep on getting the following error. I have ray 2.5.0 and latest sklearn. Also tried 2.4.0 and lower versions of sklearn but no luck. Please guide here, I am dead stucked.
Job failed due to an application error, last available logs (truncated to 20,000 chars):
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/tune.py", line 1018, in run
runner.setup_experiments(
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/execution/trial_runner.py", line 305, in setup_experiments
self._callbacks.setup(**spec)
File "/home/rayuser/.local/lib/python3.8/site-packages/ray/tune/callback.py", line 357, in setup
callback.setup(**info)
AttributeError: 'str' object has no attribute 'setup'
The text was updated successfully, but these errors were encountered: