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
I searched the issues and found no similar issues.
Ray Component
Ray Tune
What happened + What you expected to happen
When calling RayTune from Ludwig, I had incorrectly specified scheduler type as skopt and search_alg type
as fifo, so the error message from RayTune was really confusing (see below).
So eventually I figured out the error message from RayTune was incorrect & I needed to swap the type values for scheduler and search_alg. Filing this issue so others won't be confused.
Versions / Dependencies
Observed with current top of master commit 19e3280
Reproduction script
Swap the type parameters to RayTune as shown.
Anything else
Always happens on incorrect input
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
amholler
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Oct 21, 2021
Search before asking
Ray Component
Ray Tune
What happened + What you expected to happen
When calling RayTune from Ludwig, I had incorrectly specified scheduler type as skopt and search_alg type
as fifo, so the error message from RayTune was really confusing (see below).
So eventually I figured out the error message from RayTune was incorrect & I needed to swap the type values for scheduler and search_alg. Filing this issue so others won't be confused.
Versions / Dependencies
Observed with current top of master commit 19e3280
Reproduction script
Swap the type parameters to RayTune as shown.
Anything else
Always happens on incorrect input
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: