1. 06 Jan, 2022 3 commits
  2. 05 Jan, 2022 2 commits
  3. 27 Dec, 2021 1 commit
  4. 22 Dec, 2021 1 commit
    • Joao Gomes's avatar
      Food 101 dataset (#5119) · 65676b4b
      Joao Gomes authored
      
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01.
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017.
      
      * Add Food101 Dataset
      
      Addresses #5108.
      cc @pmeier @NicolasHug
      
      * Remove unecessary Path contructor calls
      
      * Remove unecessary Path contructor callsi and fix types
      
      * Fix tests
      
      * Address PR comments from @pmeier
      
      * Fix bug in tests and in food101 dataset
      
      * Fix bug in tests and in food101 dataset
      
      * Update torchvision/datasets/food101.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      65676b4b
  5. 16 Dec, 2021 1 commit
  6. 09 Dec, 2021 1 commit
  7. 08 Dec, 2021 3 commits
  8. 30 Nov, 2021 1 commit
  9. 23 Nov, 2021 1 commit
  10. 22 Nov, 2021 1 commit
  11. 12 Nov, 2021 1 commit
  12. 09 Nov, 2021 3 commits
  13. 08 Nov, 2021 1 commit
  14. 06 Nov, 2021 1 commit
  15. 05 Nov, 2021 3 commits
  16. 04 Nov, 2021 1 commit
  17. 01 Nov, 2021 1 commit
  18. 28 Oct, 2021 1 commit
  19. 25 Oct, 2021 1 commit
  20. 21 Oct, 2021 2 commits
  21. 20 Oct, 2021 1 commit
  22. 18 Oct, 2021 2 commits
  23. 07 Oct, 2021 3 commits
  24. 06 Oct, 2021 1 commit
  25. 05 Oct, 2021 1 commit
  26. 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