heat.utils.vision_transforms

File with the available transforms for images

Module Contents

__getattr__(name)

When a function is called for the heat.vision_transforms module it will attempt to run the heat function/class with that name, then, if there is no such object, it will attempt to get the torchvision.transforms object of that name.