1. 09 Sep, 2022 4 commits
  2. 08 Sep, 2022 3 commits
  3. 07 Sep, 2022 1 commit
    • Philip Meier's avatar
      fix padding for degenerate segmentation masks (#6542) · 84dcf695
      Philip Meier authored
      * fix padding for degenerate segmentation masks
      
      * extend test data degeneration to degenerate inputs
      
      * add even more degenerate shapes
      
      * simplify kernel
      
      * [SKIP CI] only GHA
      
      * add more degenerate segmentation masks
      
      * fix segmentation mask generation
      
      * xfail some tests
      
      * Revert "simplify kernel"
      
      This reverts commit 18c5e4fc59de86fdfd304bf0c0a988b410b81fd9.
      
      * fix resize for degenerate inputs
      
      * [SKIP CI] CircleCI
      
      * fix RandomIoUCrop test
      
      * [SKIP CI] CircleCI
      
      * cleanup
      
      * [SKIP CI] CircleCI
      
      * add perf TODO comments
      
      * [SKIP CI] CircleCI
      84dcf695
  4. 06 Sep, 2022 1 commit
  5. 05 Sep, 2022 3 commits
  6. 04 Sep, 2022 1 commit
  7. 01 Sep, 2022 4 commits
  8. 31 Aug, 2022 6 commits
  9. 30 Aug, 2022 5 commits
  10. 29 Aug, 2022 1 commit
  11. 26 Aug, 2022 8 commits
  12. 25 Aug, 2022 3 commits
    • Philip Meier's avatar
      Cleanup of prototype transforms (#6492) · becaba0e
      Philip Meier authored
      * fix passtrough on transforms and add dispatchers for five and ten crop
      
      * Revert "cleanup prototype auto augment transforms (#6463)"
      
      This reverts commit d8025b9a
      
      .
      
      * use legacy kernels in deprecated Grayscale and RandomGrayscale transforms
      
      * fix default type for Lambda transform
      
      * fix default type for ToDtype transform
      
      * move simple_tensor to features module
      
      * [skip ci]
      
      * Revert "move simple_tensor to features module"
      
      This reverts commit 7043b6ee3e3b1f6541371a4f2442cfc1fd664e4a.
      
      * cleanup
      
      * reinstate valid AA changes
      
      * address review
      
      * Fix linter
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      becaba0e
    • Vasilis Vryniotis's avatar
      [proto] Fix kernel passthrough and types of Normalize (#6490) · 79098ad9
      Vasilis Vryniotis authored
      * Fix pass-through and supported types of Normalize
      
      * update error message on kernel
      
      * Fix linter.
      
      * Fix the tests.
      
      * Update type.
      
      * Update type.
      
      * Remove unnecessary tests for bboxes and masks.
      79098ad9
    • ptrblck's avatar
      Add CUDA 11.7 builds (#6425) · 35ee1dd8
      ptrblck authored
      
      
      * add CUDA11.7 builds
      
      * add CUDA 11.7 builds
      
      * run regenerate.py
      
      * try to add filters to binary_win_conda_py3.10_cu117
      
      * rerun regenerate.py
      
      * Removing conda-forge adding cu117 to windows unit tests
      
      * Debug code
      
      * Remove debug code
      Co-authored-by: default avataratalman <atalman@fb.com>
      35ee1dd8