1. 21 May, 2019 3 commits
  2. 19 May, 2019 1 commit
  3. 01 May, 2019 1 commit
  4. 30 Apr, 2019 1 commit
    • Bar's avatar
      Add ShuffleNet v2 (#849) · 7a4845a9
      Bar authored
      * Add ShuffleNet v2
      
      Added 4 configurations: x0.5, x1, x1.5, x2
      Add 2 pretrained models: x0.5, x1
      
      * fix lint
      
      * Change globalpool to torch.mean() call
      7a4845a9
  5. 18 Apr, 2019 1 commit
  6. 26 Mar, 2019 1 commit
  7. 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
  8. 23 Feb, 2019 1 commit
  9. 18 Feb, 2019 1 commit
  10. 25 Dec, 2018 1 commit
  11. 21 Dec, 2018 1 commit
  12. 13 Dec, 2018 1 commit
    • surgan12's avatar
      docs changed (#685) · 0ce81569
      surgan12 authored
      * pad updated
      
      * checked pad
      
      * pad checked
      
      * pad checked
      
      * docs changed
      0ce81569
  13. 06 Dec, 2018 1 commit
    • Benjamin Pinaya's avatar
      VOCSegmentation, VOCDetection, linting passing, examples. (#663) · e489abc6
      Benjamin Pinaya authored
      
      
      * VOC Dataset, linted, flak8 passing, samples on gist.
      
      * Double backtick on values.
      
      * Apply suggestions from code review
      
      Add suggestions from @ellisbrown, using dict of dicts instead of array index.
      Co-Authored-By: default avatarbpinaya <bpg_92@hotmail.com>
      
      * Fixed errors with the new comments.
      
      * Added documentation on RST
      
      * Removed getBB, added parse_voc_xml, variable naming change.
      
      * Removed unused variable, removed VOC_CLASSES, two new gists for test.
      e489abc6
  14. 04 Dec, 2018 2 commits
  15. 11 Oct, 2018 1 commit
  16. 13 Sep, 2018 1 commit
  17. 15 May, 2018 1 commit
  18. 07 Apr, 2018 1 commit
  19. 27 Mar, 2018 1 commit
  20. 10 Mar, 2018 1 commit
    • Frédérik Paradis's avatar
      Adding a DatasetFolder class. (#444) · fa377c47
      Frédérik Paradis authored
      * Adding tests to ImageFolder
      
      * Adding DatasetFolder class
      
      * Fix tests for pytest and code for lint checker
      
      * Adding mock to requirements for ImageFolder tests
      
      * Remove mocks from requirements
      fa377c47
  21. 09 Mar, 2018 2 commits
  22. 08 Mar, 2018 1 commit
    • Francisco Massa's avatar
      Update link of ImageNet preprocessing · 456d3b97
      Francisco Massa authored
      It was pointing to an old version where the validation pre-processing was the same as the training pre-processing, and thus had randomness in it (instead of CenterCrop).
      456d3b97
  23. 06 Feb, 2018 1 commit
  24. 07 Dec, 2017 1 commit
  25. 06 Dec, 2017 1 commit
  26. 17 Nov, 2017 1 commit
  27. 07 Nov, 2017 1 commit
  28. 03 Nov, 2017 1 commit
  29. 23 Oct, 2017 1 commit
  30. 13 Oct, 2017 1 commit
  31. 08 Oct, 2017 1 commit
  32. 07 Oct, 2017 4 commits