Make Pytorch transforms function working with Tensorflow
- Compose
- ToTensor
- ToPILImage
- Normalize
- Resize
- Scale
- CenterCrop
- Pad
- Lambda
- RandomApply
- RandomChoice
- RandomOrder
- RandomCrop
- RandomHorizontalFlip
- RandomVerticalFlip
- RandomResizedCrop
- RandomSizedCrop
- FiveCrop
- TenCrop
- LinearTransformation
- ColorJitter
- RandomRotation
- RandomAffine
- Grayscale
- RandomGrayscale
- RandomPerspective
- RandomErasing
Convert all method to pure Tensorflow