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
Labels
bug
Something isn't working
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 supportfrom_dict()
. Instead, only directories are supported.Environment info
Ray 2.10.0
Python 3.10.13
Ubuntu
Issue Severity
None
The text was updated successfully, but these errors were encountered: