1. 25 Oct, 2018 1 commit
  2. 01 Oct, 2018 1 commit
  3. 09 May, 2018 1 commit
  4. 30 Apr, 2018 1 commit
  5. 21 Apr, 2018 1 commit
  6. 02 Jan, 2018 1 commit
  7. 20 Dec, 2017 1 commit
  8. 14 Dec, 2017 1 commit
  9. 22 Oct, 2017 1 commit
  10. 07 Oct, 2017 1 commit
  11. 20 Sep, 2017 1 commit
  12. 10 Sep, 2017 1 commit
  13. 26 Aug, 2017 1 commit
  14. 25 Aug, 2017 1 commit
  15. 14 Jul, 2017 1 commit
  16. 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
  17. 31 May, 2017 1 commit
  18. 21 May, 2017 1 commit
  19. 30 Apr, 2017 1 commit
  20. 10 Apr, 2017 1 commit
  21. 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
  22. 28 Mar, 2017 1 commit
  23. 27 Mar, 2017 1 commit
    • Yuanzheng Ci's avatar
      Change division style to prevent error in python3 (#127) · 74d04d2c
      Yuanzheng Ci authored
      Using python2 style '/' will convert int type to float in python3 which will cause the following error when creating FloatTensor:
      
      TypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (float, int, int, int), but expected one of:
       * no arguments
       * (int ...)
            didn't match because some of the arguments have invalid types: (float, int, int, int)
      74d04d2c
  24. 23 Mar, 2017 1 commit
  25. 18 Mar, 2017 1 commit
  26. 16 Mar, 2017 1 commit
  27. 13 Mar, 2017 2 commits
  28. 10 Mar, 2017 1 commit
  29. 27 Feb, 2017 1 commit
  30. 24 Feb, 2017 1 commit
  31. 21 Feb, 2017 1 commit
  32. 11 Feb, 2017 1 commit
    • Marat Dukhan's avatar
      SqueezeNet 1.0 and 1.1 models (#49) · d44273b4
      Marat Dukhan authored
      * Add SqueezeNet 1.0 and 1.1 models
      * Selectively avoid inplace in SqueezeNet
      * Use Glorot uniform initialization in SqueezeNet
      * Make all ReLU in SqueezeNet in-place
      * Add pretrained SqueezeNet 1.0 and 1.1
      * Minor fixes in SqueezeNet models
      d44273b4
  33. 02 Feb, 2017 1 commit
  34. 17 Jan, 2017 2 commits
  35. 12 Jan, 2017 1 commit
  36. 09 Jan, 2017 1 commit