Getting Started
Bring Your Own
Extending PyKEEN
Reference
pykeen.nn
Appendix
Bases: Dataset
Dataset
A dataset of images with data augmentation.
Note
requires torchvision to be installed.
torchvision
Initialize the dataset.
images (Sequence[str | Path | Tensor]) – the images, either as (relative) path, or preprocessed tensors.
transforms (Sequence | None) – a sequence of transformations to apply to the images, cf. torchvision.transforms
torchvision.transforms
root (Path | None) – the root directory for images