Restoring Corrupted Datasets
Restoring Deep Lake datasets that may be corrupted.
How to restore a corrupted Deep Lake dataset
How to Use Version Control to Retrieve Data
DatasetCorruptError: Exception occured (see Traceback). The dataset maybe corrupted. Try using `reset=True` to reset HEAD changes and load the previous commit. This will delete all uncommitted changes on the branch you are trying to load.ds = deeplake.load(<dataset_path>, reset = True)Was this helpful?