1. 09 May, 2023 1 commit
  2. 29 Oct, 2021 1 commit
    • Francisco Massa's avatar
      [FBcode->GH] Enabling sharded datasets (#4776) (#4796) · b50ffef5
      Francisco Massa authored
      Summary:
      This diff enables ImageNet to be usable from within torchvision.
      
      It implements a different codepath for some families of datasets that can be sharded into multiple pieces, and uses it if within fbcode.
      
      For now all previously supported datasets are also supported (MNIST, CIFAR and FashionMNIST), in addition to ImageNet.
      
      Pull Request resolved: https://github.com/pytorch/vision/pull/4776
      
      Reviewed By: datumbox
      
      Differential Revision: D31929684
      
      fbshipit-source-id: 58f9fe2ed6ce731a6b43a38be912983247eff562
      (cherry picked from commit b43fead8ea5164e37637ade0e80477e94f993365)
      b50ffef5
  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. 17 Jun, 2021 1 commit