1. 04 Oct, 2017 1 commit
    • Sasank Chilamkurthy's avatar
      Add Color transforms (#275) · 618072bf
      Sasank Chilamkurthy authored
      * Add adjust_hue and adjust_saturation
      
      * Add adjust_brightness, adjust_contrast
      
      Also
      * Change adjust_saturation to use pillow implementation
      * Documentation made clear
      
      * Add adjust_gamma
      
      * Add ColorJitter
      
      * Address review comments
      
      * Fix documentation for ColorJitter
      
      * Address review comments 2
      
      * Fallback to adjust_hue in case of BW images
      
      * Add tests
      
      * fix dtype
      618072bf
  2. 01 Oct, 2017 1 commit
  3. 29 Sep, 2017 1 commit
  4. 28 Sep, 2017 1 commit
  5. 26 Sep, 2017 5 commits
  6. 19 Sep, 2017 1 commit
  7. 17 Sep, 2017 1 commit
  8. 16 Sep, 2017 3 commits
  9. 14 Sep, 2017 1 commit
  10. 08 Sep, 2017 2 commits
  11. 04 Sep, 2017 1 commit
  12. 03 Sep, 2017 4 commits
  13. 15 Aug, 2017 1 commit
  14. 17 Jul, 2017 1 commit
  15. 02 Jun, 2017 1 commit
    • Sasank Chilamkurthy's avatar
      Improve torchvision documentation (#179) · 432aa00d
      Sasank Chilamkurthy authored
      * Add documentation for transforms
      
      * document and remove unused imports in mnist.py
      
      * document lsun, mscoco datasets
      
      * rest of the datasets documented
      
      * Clean up the documentation in other functions
      
      * Add links for datasets
      
      * Add more documentation
      
      * pep8 fix
      432aa00d
  16. 28 Apr, 2017 1 commit
  17. 21 Apr, 2017 1 commit
  18. 06 Apr, 2017 1 commit
    • Huan Yang's avatar
      Add support for Transforms.Scale([w, h]) with specific width and height (#133) · f6d49d8b
      Huan Yang authored
      * Fixed border missing on bottom and right side using make_grid
      
      * Add support for Transforms.Scale([h, w]) with specific height and width
      
      if self.size is a int then scale the image with the shorter side,
      otherwise if self.size is a list then scale the image to self.size
      directly
      
      * Add assert of size and doc for README
      
      Add assert of size and doc for README
      
      * Fix linter problem
      
      Fix linter problem
      
      * Add test for Scale
      
      Add test for Scale
      
      * Add both tuple and list support for Scale.size
      
      Add both tuple and list support for Scale.size
      
      * Add order of Scale.size in document and test case for list type of Scale.size
      
      Add order of Scale.size in document and test case for list type of
      Scale.size
      f6d49d8b
  19. 23 Mar, 2017 4 commits
  20. 11 Mar, 2017 1 commit
  21. 27 Feb, 2017 2 commits
  22. 25 Feb, 2017 1 commit
    • Hang Su's avatar
      allow Pad to take non-number color formats (#69) · 6a8380cf
      Hang Su authored
      Previous assertion only allows numbers for `fill`, which rules out the possibility to pad multi-channel colors. For example, now fill=(255,255,255) or fill="white" can be used to achieve white padding for rgb inputs.
      6a8380cf
  23. 24 Feb, 2017 1 commit
  24. 16 Feb, 2017 1 commit
  25. 19 Jan, 2017 1 commit
  26. 03 Jan, 2017 1 commit