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 3, 2023. It is now read-only.
when using the population based scheduler I get error
raise ValueError(
ValueError: To fetch the `best_config`, pass a `metric` and `mode` parameter to `tune.run()`. Alternatively, use the `get_best_config(metric, mode)` method to set the metric and mode explicitly.
pytorch-lightning 1.6.5
ray 2.0.0
ray-lightning 0.3.0
cross referencing from https://discuss.ray.io/t/checkpointing-errors-on-complex-models/7637/6
when using the population based scheduler I get error
pytorch-lightning 1.6.5
ray 2.0.0
ray-lightning 0.3.0
full list of python packages
https://docs.google.com/document/d/1PlgcDDYKZ9qB-7YioISuEOFIfWpTk1xFYFA2dW4yqUo/edit
below minimal working examples showing problems
example giving error
Reference not giving error
full error
https://docs.google.com/document/d/1ZAPDP935Iueiud-7F2W2pu-s_HpK7En7QPLBp1zwoqo/edit?usp=sharing
The text was updated successfully, but these errors were encountered: