1. 08 Sep, 2017 3 commits
  2. 04 Sep, 2017 2 commits
  3. 03 Sep, 2017 1 commit
  4. 02 Sep, 2017 1 commit
  5. 26 Aug, 2017 1 commit
  6. 25 Aug, 2017 1 commit
  7. 24 Aug, 2017 1 commit
  8. 22 Aug, 2017 1 commit
  9. 21 Aug, 2017 2 commits
  10. 15 Aug, 2017 2 commits
  11. 06 Aug, 2017 1 commit
  12. 02 Aug, 2017 1 commit
  13. 27 Jul, 2017 1 commit
  14. 26 Jul, 2017 1 commit
  15. 20 Jul, 2017 2 commits
  16. 17 Jul, 2017 1 commit
  17. 14 Jul, 2017 1 commit
  18. 02 Jul, 2017 1 commit
  19. 13 Jun, 2017 1 commit
  20. 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
  21. 31 May, 2017 1 commit
  22. 28 May, 2017 1 commit
  23. 26 May, 2017 1 commit
  24. 21 May, 2017 1 commit
  25. 30 Apr, 2017 1 commit
  26. 28 Apr, 2017 1 commit
  27. 21 Apr, 2017 1 commit
  28. 17 Apr, 2017 1 commit
  29. 10 Apr, 2017 1 commit
  30. 07 Apr, 2017 1 commit
  31. 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
  32. 02 Apr, 2017 1 commit
  33. 01 Apr, 2017 1 commit
    • Furiously Curious's avatar
      Typo (#139) · 97871cd9
      Furiously Curious authored
      I have made some performance improvements to the model, and testing them now.  If results turn out good, I will submit a separate PR.
      97871cd9
  34. 29 Mar, 2017 1 commit