Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

[Bug]: ray.air checkpoints has moved to ray.train checkpoints #118

Open
ajikmr opened this issue Mar 24, 2024 · 1 comment
Open

[Bug]: ray.air checkpoints has moved to ray.train checkpoints #118

ajikmr opened this issue Mar 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ajikmr
Copy link

ajikmr commented Mar 24, 2024

Notebook with bug

Computer_vision_workloads/Semantic_segmentation/Scaling_batch_inference.ipynb

What happened?

Import as well as other dependencies need to be fixed for chekpoint related changes.

#from ray.air import Checkpoint
from ray.train import Checkpoint

Futher Checkpoint.from_dict() does not work as:

AttributeError: The new ray.train.Checkpoint class does not support from_dict(). Instead, only directories are supported.

Environment info

Ray 2.10.0
Python 3.10.13
Ubuntu

Issue Severity

None

@ajikmr ajikmr added the bug Something isn't working label Mar 24, 2024
@ajikmr ajikmr changed the title [Bug]: ray.air checkpoints has moved to ray.tain checkpoints [Bug]: ray.air checkpoints has moved to ray.train checkpoints Mar 24, 2024
@kamil-kaczmarek
Copy link
Collaborator

This notebook wi tested with ray==2.3.1, have a look at requirements.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants