1. 19 Sep, 2017 1 commit
  2. 17 Sep, 2017 1 commit
  3. 16 Sep, 2017 2 commits
  4. 04 Sep, 2017 1 commit
  5. 03 Sep, 2017 4 commits
  6. 02 Sep, 2017 1 commit
  7. 26 Aug, 2017 1 commit
  8. 25 Aug, 2017 1 commit
  9. 24 Aug, 2017 1 commit
  10. 22 Aug, 2017 1 commit
  11. 21 Aug, 2017 2 commits
  12. 15 Aug, 2017 2 commits
  13. 06 Aug, 2017 1 commit
  14. 02 Aug, 2017 1 commit
  15. 27 Jul, 2017 1 commit
  16. 26 Jul, 2017 1 commit
  17. 20 Jul, 2017 2 commits
  18. 17 Jul, 2017 1 commit
  19. 14 Jul, 2017 1 commit
  20. 02 Jul, 2017 1 commit
  21. 13 Jun, 2017 1 commit
  22. 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
  23. 31 May, 2017 1 commit
  24. 28 May, 2017 1 commit
  25. 26 May, 2017 1 commit
  26. 21 May, 2017 1 commit
  27. 30 Apr, 2017 1 commit
  28. 28 Apr, 2017 1 commit
  29. 21 Apr, 2017 1 commit
  30. 17 Apr, 2017 1 commit
  31. 10 Apr, 2017 1 commit
  32. 07 Apr, 2017 1 commit
  33. 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