"examples/vscode:/vscode.git/clone" did not exist on "66bf7ea5be7099c8a47b9cba135f276d55247447"
  1. 28 Oct, 2021 1 commit
  2. 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
  3. 01 Jun, 2021 1 commit
  4. 28 Apr, 2021 1 commit
  5. 26 Apr, 2021 1 commit
  6. 07 Apr, 2021 1 commit
  7. 30 Mar, 2021 1 commit
  8. 24 Mar, 2021 1 commit
  9. 15 Jan, 2021 1 commit
  10. 07 Dec, 2020 1 commit
  11. 06 Nov, 2020 1 commit
  12. 31 Jul, 2020 1 commit
  13. 29 Apr, 2020 1 commit
  14. 27 Apr, 2020 1 commit
  15. 16 Apr, 2020 1 commit
  16. 01 Apr, 2020 1 commit
  17. 30 Mar, 2020 1 commit
  18. 18 Nov, 2019 1 commit
  19. 02 Sep, 2019 1 commit
  20. 19 Jul, 2019 1 commit
  21. 25 Apr, 2019 2 commits
  22. 12 Apr, 2019 1 commit
  23. 05 Apr, 2019 1 commit
  24. 04 Apr, 2019 1 commit
    • Philip Meier's avatar
      Refactoring of the datasets (#749) · 6cabab3a
      Philip Meier authored
      * introduced new super class for all vision datasets
      
      * Removed root from repr if dataset has no root
      
      * reverted some overly-ambitious autoformatting
      
      * reverted some overly-ambitious autoformatting
      
      * added split attribute to repr of STL10 dataset
      
      * made Python2 friendly and more robust
      
      * Fixed call of the superclass constructor
      
      * moved transform and target_transform back to the base classes
      
      * added check if transforms are present before printing to avoid setting them within the constructor
      
      * added missing transforms and target_transforms to base classes
      
      * fixed linter error
      6cabab3a
  25. 03 Apr, 2019 1 commit
    • James Hamm's avatar
      Replace endswith calls in a loop with a single endswith call (#832) · f566fac8
      James Hamm authored
      str.endswith can take a single string, or a tuple of strings. This replaces a loop over each extension and a call to endswith with a single call to endswith passing in all the allowed extensions. This has the advantage that the loop over each extension is done in c rather than python, and the code is a little less verbose.
      f566fac8
  26. 11 Feb, 2019 1 commit
  27. 25 Jan, 2019 1 commit
  28. 27 Jul, 2018 1 commit
  29. 06 Jun, 2018 1 commit
  30. 18 May, 2018 1 commit
  31. 17 May, 2018 1 commit
    • David Morton's avatar
      Add metadata to some datasets (#501) · 628e90cb
      David Morton authored
      * Add classes metadata to MNIST and FashionMNIST
      
      * Add `targets` property to MNIST and FashionMNIST
      
      * Add class metadata to CIFAR10/CIFAR100
      
      * Add `targets` property to CIFAR10/CIFAR100
      
      * Add targets attribute to DatasetFolder
      628e90cb
  32. 04 Apr, 2018 1 commit
  33. 10 Mar, 2018 1 commit
    • Frédérik Paradis's avatar
      Adding a DatasetFolder class. (#444) · fa377c47
      Frédérik Paradis authored
      * Adding tests to ImageFolder
      
      * Adding DatasetFolder class
      
      * Fix tests for pytest and code for lint checker
      
      * Adding mock to requirements for ImageFolder tests
      
      * Remove mocks from requirements
      fa377c47
  34. 09 Mar, 2018 2 commits
  35. 04 Jan, 2018 1 commit
  36. 06 Dec, 2017 1 commit
    • Alykhan Tejani's avatar
      Fix PIL img close warning (#357) · 6c2ac026
      Alykhan Tejani authored
      * add scale and ratio params to RandomResizedCrop.get_params
      
      * don't use Image as a context manager to avoid exceptions on close
      
      * flake8
      6c2ac026
  37. 06 Nov, 2017 1 commit
  38. 02 Aug, 2017 1 commit