Imagenette

class torchelie.datasets.Imagenette(*args: Any, **kwargs: Any)

Imagenette by Jeremy Howards ( https://github.com/fastai/imagenette ).

Parameters
  • root (str) – root directory

  • split (bool) – if False, use validation split

  • transform (Callable) – image transforms

  • download (bool) – if True and root empty, download the dataset

  • version (str) – which resolution to download (‘full’, ‘32Opx’, ‘160px’)