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] tune.ExperimentAnalysis(path) fails #49364

Open
dennymarcels opened this issue Dec 19, 2024 · 1 comment
Open

[Ray Tune] tune.ExperimentAnalysis(path) fails #49364

dennymarcels opened this issue Dec 19, 2024 · 1 comment
Labels
bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) tune Tune-related issues

Comments

@dennymarcels
Copy link

What happened + What you expected to happen

When trying to reload the results of an experiment from the directory with tune.ExperimentAnalysis(path), I get:

[/usr/local/lib/python3.10/dist-packages/ray/tune/utils/serialization.py](https://localhost:8080/#) in _from_cloudpickle(self, obj)
     41 
     42     def _from_cloudpickle(self, obj):
---> 43         return cloudpickle.loads(hex_to_binary(obj["value"]))

TypeError: code expected at most 16 arguments, got 18

Versions / Dependencies

Ray 2.40, tried 2.38 also, same issue.

Reproduction script

tune.ExperimentAnalysis(path) with a path to a finished experiment.

Issue Severity

Medium: It is a significant difficulty but I can work around it.

@dennymarcels dennymarcels added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Dec 19, 2024
@dennymarcels
Copy link
Author

Seems to be related to #46740 but the error thrown is different.

@jcotant1 jcotant1 added the tune Tune-related issues label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) tune Tune-related issues
Projects
None yet
Development

No branches or pull requests

2 participants