1. 07 Mar, 2019 1 commit
    • Michael Kösel's avatar
      Add GoogLeNet (Inception v1) (#678) · a2093007
      Michael Kösel authored
      * Add GoogLeNet (Inception v1)
      
      * Fix missing padding
      
      * Add missing ReLu to aux classifier
      
      * Add Batch normalized version of GoogLeNet
      
      * Use ceil_mode instead of padding and initialize weights using "xavier"
      
      * Match BVLC GoogLeNet zero initialization of classifier
      
      * Small cleanup
      
      * use adaptive avg pool
      
      * adjust network to match TensorFlow
      
      * Update url of pre-trained model and add classification results on ImageNet
      
      * Bugfix that improves performance by 1 point
      a2093007
  2. 18 Feb, 2019 1 commit
  3. 14 Feb, 2019 4 commits
  4. 13 Feb, 2019 1 commit
    • Jonas's avatar
      Added size information for inception v3 (#719) · 6df85a68
      Jonas authored
      * Added size information for inception v3
      
      Since inception v3 expects in contrast to the other models a size
      of 299x299x3 I added a small note in the docstring to point that out
      (addresses #560)
      
      * inception size info in note box; fixed line length
      
      * removed trailing whitespace
      6df85a68
  5. 11 Dec, 2018 1 commit
  6. 06 Dec, 2018 1 commit
  7. 27 Nov, 2018 1 commit
  8. 12 Nov, 2018 2 commits
  9. 06 Nov, 2018 2 commits
  10. 25 Oct, 2018 2 commits
  11. 01 Oct, 2018 1 commit
  12. 09 May, 2018 1 commit
  13. 30 Apr, 2018 1 commit
  14. 21 Apr, 2018 1 commit
  15. 02 Jan, 2018 1 commit
  16. 20 Dec, 2017 1 commit
  17. 14 Dec, 2017 1 commit
  18. 22 Oct, 2017 1 commit
  19. 07 Oct, 2017 1 commit
  20. 20 Sep, 2017 1 commit
  21. 10 Sep, 2017 1 commit
  22. 26 Aug, 2017 1 commit
  23. 25 Aug, 2017 1 commit
  24. 14 Jul, 2017 1 commit
  25. 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
  26. 31 May, 2017 1 commit
  27. 21 May, 2017 1 commit
  28. 30 Apr, 2017 1 commit
  29. 10 Apr, 2017 1 commit
  30. 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
  31. 28 Mar, 2017 1 commit
  32. 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
  33. 23 Mar, 2017 1 commit
  34. 18 Mar, 2017 1 commit