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. 22 Jun, 2021 1 commit
  6. 01 Jun, 2021 1 commit
  7. 20 Mar, 2021 1 commit
  8. 23 Oct, 2020 1 commit
  9. 22 Oct, 2020 1 commit
  10. 19 Jul, 2019 1 commit
  11. 03 May, 2019 1 commit
  12. 30 Apr, 2019 1 commit
  13. 08 Apr, 2019 1 commit
  14. 06 Nov, 2018 1 commit
  15. 25 Oct, 2018 1 commit
  16. 30 Apr, 2018 1 commit
  17. 22 Oct, 2017 1 commit
  18. 21 May, 2017 1 commit
  19. 30 Apr, 2017 1 commit
  20. 13 Mar, 2017 1 commit
  21. 27 Feb, 2017 1 commit
  22. 24 Feb, 2017 1 commit
  23. 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