Fractals#
- class torch_uncertainty.datasets.Fractals(root, transform=None, target_transform=None, download=False)[source]#
Dataset used for PixMix augmentations.
- Parameters:
root (
str|Path) – Root directory of dataset.transform (
Callable[...,Any] |None) – Transform to apply to the input samples. Defaults toNone.target_transform (
Callable[...,Any] |None) – Transform to apply to the target labels. Defaults toNone.download (
bool) – IfTrue, downloads the dataset if not present. Defaults toFalse.
Note
There is no information on the license of the dataset. It may not be suitable for commercial use.