1. 28 Oct, 2021 1 commit
  2. 25 Oct, 2021 1 commit
  3. 13 Oct, 2021 1 commit
  4. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  5. 06 Aug, 2021 1 commit
  6. 22 Jun, 2021 1 commit
  7. 01 Jun, 2021 1 commit
  8. 17 May, 2021 1 commit
  9. 15 Dec, 2020 1 commit
  10. 09 Nov, 2020 1 commit
  11. 23 Oct, 2020 1 commit
    • F-G Fernandez's avatar
      Added annotation typing to inception (#2857) · 8263c8a1
      F-G Fernandez authored
      * style: Added annotation typing for inception
      
      * refactor: Moved factory function after class definition
      
      * style: Changed attribute setting for type hinting
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed typing in constructors
      
      * fix: Fixed kwargs typing
      
      * style: Fixed lint
      
      * refactor: Moved helpers function back and quote typed it
      8263c8a1
  12. 22 Sep, 2020 1 commit
  13. 05 Jun, 2020 1 commit
  14. 14 May, 2020 1 commit
  15. 05 May, 2020 1 commit
  16. 31 Mar, 2020 1 commit
  17. 30 Jan, 2020 1 commit
  18. 31 Oct, 2019 1 commit
  19. 27 Sep, 2019 1 commit
    • eellison's avatar
      Make Googlnet & InceptionNet scriptable (#1349) · b9cbc227
      eellison authored
      * make googlnet scriptable
      
      * Remove typing import in favor of torch.jit.annotations
      
      * add inceptionnet
      
      * flake fixes
      
      * fix asssert true
      
      * add import division for torchscript
      
      * fix script compilation
      
      * fix flake, py2 division error
      
      * fix py2 division error
      b9cbc227
  20. 19 Jul, 2019 1 commit
  21. 18 Jun, 2019 1 commit
  22. 30 Apr, 2019 1 commit
  23. 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
  24. 29 Mar, 2019 1 commit
  25. 26 Mar, 2019 1 commit
  26. 09 Mar, 2019 1 commit
  27. 18 Feb, 2019 1 commit
  28. 14 Feb, 2019 2 commits
  29. 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
  30. 25 Oct, 2018 1 commit
  31. 30 Apr, 2018 1 commit
  32. 25 Aug, 2017 1 commit
  33. 10 Apr, 2017 1 commit
  34. 18 Mar, 2017 1 commit
  35. 13 Mar, 2017 1 commit