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.