1. 26 Sep, 2017 2 commits
  2. 19 Sep, 2017 1 commit
  3. 17 Sep, 2017 1 commit
  4. 16 Sep, 2017 3 commits
  5. 14 Sep, 2017 1 commit
  6. 08 Sep, 2017 2 commits
  7. 04 Sep, 2017 1 commit
  8. 03 Sep, 2017 4 commits
  9. 15 Aug, 2017 1 commit
  10. 17 Jul, 2017 1 commit
  11. 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
  12. 28 Apr, 2017 1 commit
  13. 21 Apr, 2017 1 commit
  14. 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
  15. 23 Mar, 2017 4 commits
  16. 11 Mar, 2017 1 commit
  17. 27 Feb, 2017 2 commits
  18. 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
  19. 24 Feb, 2017 1 commit
  20. 16 Feb, 2017 1 commit
  21. 19 Jan, 2017 1 commit
  22. 03 Jan, 2017 1 commit
  23. 29 Dec, 2016 1 commit
  24. 27 Nov, 2016 2 commits
  25. 16 Nov, 2016 2 commits
  26. 12 Nov, 2016 1 commit
  27. 10 Nov, 2016 1 commit