Skip to content

uname0x96/transform_pytorch_for_tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transform_pytorch_for_tensorflow

Make Pytorch transforms function working with Tensorflow

List transforms supported

  • 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

Next stage

Convert all method to pure Tensorflow

About

Make transforms Pytorch's function working with Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages