You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2024. It is now read-only.
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.Checkpointclass does not supportfrom_dict(). Instead, only directories are supported.Environment info
Ray 2.10.0
Python 3.10.13
Ubuntu
Issue Severity
None