Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ray Tune warnings #4

Open
iacobo opened this issue Sep 6, 2021 · 2 comments
Open

Ray Tune warnings #4

iacobo opened this issue Sep 6, 2021 · 2 comments
Labels

Comments

@iacobo
Copy link
Owner

iacobo commented Sep 6, 2021

Ray Tune produces the following warnings:

INFO registry.py:66 -- Detected unknown callable for trainable. Converting to class.
WARNING experiment.py:295 -- No name detected on trainable. Using DEFAULT.

Non-fatal, but it's annoying to have these messages bloating the console output.

@iacobo
Copy link
Owner Author

iacobo commented Sep 6, 2021

@krfricke
Copy link

krfricke commented Jan 11, 2022

I've filed this PR to tackle this issue: ray-project/ray#21518

Note however that we generally recommend using tune.with_parameters instead of functools.partial, as the latter will re-serialize the data for every new trial. tune.with_parameters will store the data in the object store and each trial will access the same object, which should be much more efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants