1. 07 Feb, 2023 1 commit
  2. 12 Jan, 2023 1 commit
  3. 25 Aug, 2022 1 commit
  4. 15 Aug, 2022 1 commit
  5. 22 Jul, 2022 1 commit
  6. 14 Jul, 2022 1 commit
  7. 20 May, 2022 1 commit
  8. 12 Apr, 2022 1 commit
  9. 04 Apr, 2022 1 commit
  10. 01 Apr, 2022 1 commit
  11. 08 Dec, 2021 2 commits
  12. 30 Nov, 2021 1 commit
  13. 23 Nov, 2021 1 commit
  14. 28 Oct, 2021 1 commit
  15. 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
  16. 24 Jun, 2021 1 commit
  17. 23 Jun, 2021 2 commits
  18. 22 Jun, 2021 1 commit
  19. 09 Jun, 2021 2 commits
  20. 20 May, 2021 1 commit
  21. 13 May, 2021 1 commit
  22. 23 Apr, 2021 1 commit
  23. 15 Mar, 2021 2 commits
  24. 03 Mar, 2021 1 commit
  25. 02 Feb, 2021 1 commit
  26. 15 Jan, 2021 1 commit
  27. 07 Jan, 2021 1 commit
  28. 20 Nov, 2020 1 commit
  29. 30 Jul, 2020 1 commit
  30. 03 Jul, 2020 1 commit
  31. 22 Jun, 2020 1 commit
  32. 31 Mar, 2020 1 commit
    • Philip Meier's avatar
      Remove six dependency (#2017) · 42b8d462
      Philip Meier authored
      * remove six from python code
      
      * remove six from setup.py
      
      * remove six from tests
      
      * remove six from references
      
      * remove six from packaging
      
      * revert str to torch._six._string_classes
      
      * revert str to torch._six._string_classes
      42b8d462
  33. 16 Mar, 2020 1 commit
  34. 10 Dec, 2019 1 commit
  35. 24 Oct, 2019 1 commit
    • Max Lübbering's avatar
      Implemented integrity check (md5 hash) after dataset download (#1456) · 5eee0117
      Max Lübbering authored
      * Removed unnecessary class variables.
      
      * The integrity of dataset files is now being checked right after the download finished. Thus making sure that a corrupt file is not being extracted. In case of corruption we throw a RuntimeError.
      
      * Added missing md5 hashes to MNIST, FashionMNIST, KMNIST, EMNIST and QMNIST datasets.
      
      * Removed printing of error message when integrity check failed.
      Reformulated error message.
      
      * Reformatted code to be lint conform.
      
      * Fixed formatting in utils.py
      5eee0117
  36. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee