While using tune.run() one of the trial failed
while resuming the errored trial with resume=‘ERRORED_ONLY’ option, it failed with below message.
Could someone please point out how to resume the ERRORED trials successfully.
While using tune.run() one of the trial failed
while resuming the errored trial with resume=‘ERRORED_ONLY’ option, it failed with below message.
Could someone please point out how to resume the ERRORED trials successfully.
Hey @narik11, this error should be fixed in [Tune] Respect default_resources during Trial.reset(). by xwjiang2010 · Pull Request #18209 · ray-project/ray · GitHub
This change is expected to be released in Ray 1.7.0. In the meantime, you can follow these instructions to install a daily release which would include this fix.
sure… thanks for the update…