1. 29 Sep, 2021 1 commit
    • Yi Zhang's avatar
      enable windows cuda unit tests (#4421) · 932ca5a3
      Yi Zhang authored
      
      
      * enable cuda for unittest
      
      * add one check
      
      * rename
      
      * minor fix
      
      * add more check
      
      * add cuda envs
      
      * add more cuda envs
      
      * add driver update
      
      * update vs integration
      
      * get cuda version
      
      * merge
      
      * add envs in install.sh
      
      * reduce some change and add comments
      
      * minor improve
      
      * fix typo
      
      * exit if driver update failed
      
      * fix lint
      
      * fix lint
      
      * Avoid catching exception to show error message
      
      * try 11.1
      
      * try 11.1
      
      * "try 11.1"
      
      * set the downloaded gpu driver dlls only for 10.2
      
      * check torch.cuda.is_available()
      
      * add display.driver
      
      * Revert "Avoid catching exception to show error message"
      
      This reverts commit 1ce58c50de9fefcc3438d29ff398b941f9b6a757.
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      
      * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarNikita Shulga <nikita.shulga@gmail.com>
      Co-authored-by: default avatarNikita Shulga <nshulga@fb.com>
      932ca5a3
  2. 28 Sep, 2021 2 commits
  3. 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
  4. 26 Sep, 2021 1 commit
  5. 24 Sep, 2021 6 commits
  6. 23 Sep, 2021 1 commit
  7. 22 Sep, 2021 1 commit
  8. 21 Sep, 2021 7 commits
  9. 20 Sep, 2021 2 commits
  10. 17 Sep, 2021 3 commits
  11. 16 Sep, 2021 3 commits
  12. 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
  13. 14 Sep, 2021 6 commits
  14. 13 Sep, 2021 2 commits