semipy.datasets.utils.build_transforms
Warning
This section is in construction.
semipy.datasets.utils.build_transforms(config_transforms: List[Dict[str, Any]]) -> torchvision.transforms.Compose
This function builds a composition of transformations from a list of transforms configurations. It allows to add in this composition either transformations from torchvision
or custom transformations. Thoses custom transformations need to be added in the semipy/transforms
directory of SemiPy.
Parameters