Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 346 Bytes

File metadata and controls

7 lines (4 loc) · 346 Bytes

PytorchCustomImageTransforms

A simple demonstration of using custom image transform within a PyTorch workflow. Currently ReflectPad() is the only available custom transform.

pytorch_image_transforms.ipynb - provides and example of using the CustomTransforms in a PyTorch pipline.

The CustomTransforms.py can be used in your own project.