1. 06 May, 2019 1 commit
  2. 03 May, 2019 1 commit
  3. 30 Apr, 2019 2 commits
  4. 24 Apr, 2019 1 commit
  5. 17 Apr, 2019 1 commit
  6. 15 Apr, 2019 1 commit
  7. 08 Apr, 2019 1 commit
  8. 05 Apr, 2019 1 commit
  9. 04 Apr, 2019 1 commit
    • Sepehr Sameni's avatar
      make auxiliary heads in pretrained models optional (#828) · 50ea596e
      Sepehr Sameni authored
      * add aux_logits support to inception
      
      it is related to pytorch/pytorch#18668
      
      * instantiate InceptionAux only when requested
      
      it is related to pytorch/pytorch#18668
      
      * revert googlenet
      
      * support and aux_logits in pretrained models
      
      * return namedtuple when aux_logit is True
      50ea596e
  10. 02 Apr, 2019 2 commits
  11. 01 Apr, 2019 1 commit
  12. 29 Mar, 2019 2 commits
  13. 28 Mar, 2019 1 commit
    • Francisco Massa's avatar
      Add MobileNet V2 (#818) · a61803f0
      Francisco Massa authored
      * Add MobileNet V2
      
      * Remove redundant functions and make tests pass
      
      * Simplify a bit the implementation
      
      * Reuse ConvBNReLU more often
      
      * Remove input_size and minor changes
      
      * Py2 fix
      a61803f0
  14. 26 Mar, 2019 3 commits
  15. 11 Mar, 2019 1 commit
  16. 09 Mar, 2019 2 commits
  17. 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
  18. 18 Feb, 2019 1 commit
  19. 14 Feb, 2019 4 commits
  20. 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
  21. 11 Dec, 2018 1 commit
  22. 06 Dec, 2018 1 commit
  23. 27 Nov, 2018 1 commit
  24. 12 Nov, 2018 2 commits
  25. 06 Nov, 2018 2 commits
  26. 25 Oct, 2018 2 commits
  27. 01 Oct, 2018 1 commit
  28. 09 May, 2018 1 commit