Skip to content

semipy.transforms

Warning

This section is in construction.

This module is dedicated to data transformation. Here developpers can add custom transformations in the form of a new class. As and example, a 'Cutout' class has been created as it is not present in torchvision.transforms but often used in SSL benchmarks.

API Reference Description
semipy.transforms.Cutout To apply Cutout on images for data augmentation.