1. 28 Sep, 2021 2 commits
  2. 27 Sep, 2021 3 commits
    • Nikita Shulga's avatar
      Bump main trunk version to 0.12 (#4490) · 136a16ea
      Nikita Shulga authored
      136a16ea
    • Loi Ly's avatar
      Added gray image support to `adjust_saturation` function (#4480) · f483e71b
      Loi Ly authored
      * update channels parameter to every calling to check_functional_vs_PIL_vs_scripted
      
      * update adjust_saturation
      
      * update docstrings for functional transformations
      
      * parametrize channels
      
      * update docstring of ColorJitter class
      
      * move channels to class's parameter
      
      * remove testing channels for geometric transforms
      
      * revert redundant changes
      
      * revert redundant changes
      
      * update grayscale test cases for randaugment, autoaugment, trivialaugment
      
      * update docstrings of randaugment, autoaugment, trivialaugment
      
      * update docstring of ColorJitter
      
      * fix adjust_hue's docstring
      
      * change test equal tolerance
      
      * refactor grayscale tests
      
      * make get_grayscale_test_image private
      f483e71b
    • peterbell10's avatar
      Update gpu atomics include path (#4478) · 3e27eb21
      peterbell10 authored
      
      
      * Update gpu atomics include path
      
      THC is being removed, and this header now lives in ATen.
      See pytorch/pytorch#65470.
      
      * Empty commit to trigger build
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      3e27eb21
  3. 26 Sep, 2021 1 commit
  4. 24 Sep, 2021 6 commits
  5. 23 Sep, 2021 1 commit
  6. 22 Sep, 2021 1 commit
  7. 21 Sep, 2021 7 commits
  8. 20 Sep, 2021 2 commits
  9. 17 Sep, 2021 3 commits
  10. 16 Sep, 2021 3 commits
  11. 15 Sep, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Adding Mixup and Cutmix (#4379) · c8e3b2a5
      Vasilis Vryniotis authored
      * Add RandomMixupCutmix.
      
      * Add test with real data.
      
      * Use dataloader and collate in the test.
      
      * Making RandomMixupCutmix JIT scriptable.
      
      * Move out label_smoothing and try roll instead of flip
      
      * Adding mixup/cutmix in references script.
      
      * Handle one-hot encoded target in accuracy.
      
      * Add support of devices on tests.
      
      * Separate Mixup from Cutmix.
      
      * Add check for floats.
      
      * Adding device on expect value.
      
      * Remove hardcoded weights.
      
      * One-hot only when necessary.
      
      * Fix linter.
      
      * Moving mixup and cutmix to references.
      
      * Final code clean up.
      c8e3b2a5
    • Prabhat Roy's avatar
      Updated annotation to be a Union of Tensor and List (#4416) · b0962719
      Prabhat Roy authored
      * Updated annotation to be a Union of Tensor and List
      
      * Updated check_roi_boxes_shape.
      b0962719
  12. 14 Sep, 2021 6 commits
  13. 13 Sep, 2021 3 commits