1. 04 Mar, 2022 1 commit
  2. 28 Oct, 2021 1 commit
  3. 07 Oct, 2021 1 commit
  4. 05 Oct, 2021 1 commit
  5. 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
  6. 08 Sep, 2021 1 commit
  7. 16 Apr, 2021 1 commit
  8. 12 Apr, 2021 1 commit
  9. 07 Apr, 2021 1 commit
  10. 26 Jan, 2021 1 commit
  11. 31 Jul, 2020 1 commit
  12. 23 Sep, 2019 1 commit
  13. 26 Jul, 2019 1 commit
  14. 19 Jul, 2019 1 commit
  15. 11 Jun, 2019 1 commit
  16. 12 Apr, 2019 1 commit
  17. 07 Mar, 2019 1 commit
    • Bryan He's avatar
      Add Caltech101, Caltech256, and CelebA (#775) · 9d9f48a3
      Bryan He authored
      * Add Caltech101 and Caltech256
      
      * Add information about default for target_type
      
      * Fix docs
      
      * Add function to download from Google Drive
      
      * Add CelebA dataset
      
      * Only import pandas when needed
      
      * Addressing comments
      
      * Remove trailing whitespace
      
      * Replace torch.LongTensor with torch.as_tensor
      9d9f48a3