1. 15 Jan, 2024 1 commit
  2. 28 Oct, 2021 1 commit
  3. 21 Oct, 2021 1 commit
    • Philip Meier's avatar
      make mypy more strict for prototype datasets (#4513) · 4ba91bff
      Philip Meier authored
      * make mypy more strict for prototype datasets
      
      * fix code format
      
      * apply strictness only to datasets
      
      * fix more mypy issues
      
      * cleanup
      
      * fix mnist annotations
      
      * refactor celeba
      
      * warn on redundant casts
      
      * remove redundant cast
      
      * simplify annotation
      
      * fix import
      4ba91bff
  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. 01 Feb, 2021 1 commit
  6. 03 Aug, 2020 1 commit
  7. 18 May, 2020 1 commit
  8. 31 Mar, 2020 1 commit
  9. 19 Jul, 2019 1 commit
  10. 15 Jul, 2019 1 commit
  11. 27 May, 2019 1 commit
    • Francisco Massa's avatar
      Usps dataset (#961) · d4a126b6
      Francisco Massa authored
      * add USPS dataset
      
      * minor fixes
      
      * Improvements to the USPS dataset
      
      Add it to the documentation, expose it to torchvision.datasets
      and inherit from VisionDataset
      d4a126b6