-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[tune] "metric" parameter not found #4930
Comments
Ah you'll need to install master. Can you try installing with the wheel links here? https://ray.readthedocs.io/en/latest/installation.html#trying-snapshots-from-master |
Hi, it did not work even if I install from the wheel links (I tested for python 3.6 and python 3.7) |
I think the wheel links are not being routed correctly; can you try this for now? https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.7.1-cp36-cp36m-manylinux1_x86_64.whl |
I am using MacOS.... I tried this link : https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.7.1-cp37-cp37m-macos_10_6_intel.whl But the error is now: ERROR: ray-0.7.1-cp37-cp37m-macos_10_6_intel.whl is not a supported wheel on this platform. |
Cool, it works now. |
Hi,
When installing ray (using pip install, or pip install -U [last version]), the version of pbt.py in ray.tune.schedulers is not the same than the one in the GIT repository. For instance, I can't use PopulationBasedTraining.init with the parameters called 'metric' since it was not existing in the previous version. So it seems that the pip package contains an old version of tune.
How can I fix it ?
The text was updated successfully, but these errors were encountered: