1. 28 Oct, 2021 1 commit
  2. 25 Oct, 2021 1 commit
  3. 04 Oct, 2021 2 commits
    • Nicolas Hug's avatar
      Fix all outstanding flake8 issues (#4535) · b81d189d
      Nicolas Hug authored
      b81d189d
    • 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
  4. 22 Jun, 2021 1 commit
  5. 01 Jun, 2021 1 commit
  6. 19 Nov, 2020 1 commit
  7. 16 Nov, 2020 1 commit
  8. 06 Nov, 2020 1 commit
    • F-G Fernandez's avatar
      Added annotation typing to densenet (#2860) · a8d84961
      F-G Fernandez authored
      * style: Added annotation typing for densenet
      
      * fix: Fixed import
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * chore: Updated mypy.ini
      
      * fix: Fixed tuple typing
      
      * style: Ignored some mypy errors
      
      * style: Fixed typing
      
      * fix: Added missing constructor typing
      a8d84961
  9. 21 May, 2020 1 commit
  10. 25 Feb, 2020 1 commit
  11. 13 Jan, 2020 1 commit
  12. 15 Nov, 2019 1 commit
    • eellison's avatar
      remove BC-breaking changes (#1560) · 10a71116
      eellison authored
      * remove changes that induced BC
      
      * Re-enable tests that have been disabled
      
      * Remove outdated comment
      
      * Remove outdated comment
      10a71116
  13. 20 Sep, 2019 1 commit
    • eellison's avatar
      Make Densenet Scriptable (#1342) · 21110d93
      eellison authored
      * make densenet scriptable
      
      * make py2 compat
      
      * use torch List polyfill
      
      * fix unpacking for checkpointing
      
      * fewer changes to _Denseblock
      
      * improve error message
      
      * print traceback
      
      * add typing dependency
      
      * add typing dependency to travis too
      
      * Make loading old checkpoints work
      21110d93
  14. 19 Jul, 2019 1 commit
  15. 05 Jul, 2019 1 commit
  16. 07 Jun, 2019 1 commit
    • Francisco Massa's avatar
      Memory efficient densenet (#1003) · de387e8c
      Francisco Massa authored
      * GPU efficient Densenets
      
      * removed `import math`
      
      * Changed 'efficient' to 'memory_efficient'
      
      * Add tests
      
      * Bugfix in test
      
      * Fix lint
      
      * Remove unecessary formatting
      de387e8c
  17. 30 Apr, 2019 1 commit
  18. 17 Apr, 2019 1 commit
  19. 01 Apr, 2019 1 commit
  20. 27 Nov, 2018 1 commit
  21. 12 Nov, 2018 1 commit
  22. 30 Apr, 2018 1 commit
  23. 21 Apr, 2018 1 commit
  24. 14 Dec, 2017 1 commit
  25. 22 Oct, 2017 1 commit
  26. 07 Oct, 2017 1 commit
  27. 10 Sep, 2017 1 commit
  28. 14 Jul, 2017 1 commit
  29. 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
  30. 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
  31. 23 Mar, 2017 1 commit