Skip to content

Initial Release

Compare
Choose a tag to compare
@gregunz gregunz released this 13 Oct 17:16
· 60 commits to master since this release

Initial release of the library, it includes the following transformations:

  • Affine
  • CenterCrop
  • ColorJitter
  • Compose
  • Crop
  • FiveCrop
  • Grayscale
  • Identity
  • Lambda
  • LinearTransformation
  • Normalize
  • Pad
  • Perspective
  • RandomAffine
  • RandomApply
  • RandomChoice
  • RandomCrop
  • RandomErasing
  • RandomGrayscale
  • RandomHorizontalFlip
  • RandomOrder
  • RandomPerspective
  • RandomResizedCrop
  • RandomRotation
  • RandomSizedCrop
  • RandomVerticalFlip
  • Resize
  • Rotation
  • Scale
  • TenCrop
  • ToPILImage
  • ToTensor
  • TransformIf