Restoring Corrupted Datasets
Restoring Deep Lake datasets that may be corrupted.
Last updated
Restoring Deep Lake datasets that may be corrupted.
Last updated
Deliberate of accidental interruption of code may make a Deep Lake dataset or some of its tensors unreadable. At scale, code interruption is more likely to occur, and Deep Lake's version control is the primary tool for recovery.
When manipulating Deep Lake datasets, it is recommended to commit periodically in order to create snapshots of the dataset that can be accessed later. This can be done automatically when , or manually using
If a dataset becomes corrupted, when loading the dataset, you may see an error like:
To reset the uncommitted corrupted changes, load
the dataset with the reset = True
flag:
Note: this operation deletes all uncommitted changes.