vision_unlearning.datasets.local ================================ .. py:module:: vision_unlearning.datasets.local Classes ------- .. autoapisummary:: vision_unlearning.datasets.local.UnlearnDatasetLocal Module Contents --------------- .. py:class:: UnlearnDatasetLocal(/, **data: Any) Bases: :py:obj:`vision_unlearning.datasets.base.UnlearnDataset` Wrapper around huggingface datasets Organize the forget-retain splits .. py:attribute:: path :type: str .. py:method:: _load() -> None Load the dataset from disk or download it. Side effects: updates the properties _dataset_splits, _classes, _n_classes