vision_unlearning.datasets.cifar ================================ .. py:module:: vision_unlearning.datasets.cifar Classes ------- .. autoapisummary:: vision_unlearning.datasets.cifar.UnlearnDatasetCifar Module Contents --------------- .. py:class:: UnlearnDatasetCifar(/, **data: Any) Bases: :py:obj:`vision_unlearning.datasets.base.UnlearnDataset` Wrapper around huggingface datasets Organize the forget-retain splits .. py:attribute:: download_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