"vscode:/vscode.git/clone" did not exist on "06d9038fa9466ede6ce6a6706beaa90d389e788a"
  1. 18 Aug, 2023 1 commit
  2. 17 Aug, 2023 1 commit
  3. 16 Aug, 2023 1 commit
  4. 10 Aug, 2023 1 commit
  5. 01 Aug, 2023 2 commits
  6. 31 Jul, 2023 1 commit
  7. 27 Jul, 2023 1 commit
  8. 13 Jul, 2023 1 commit
  9. 05 Jul, 2023 1 commit
  10. 22 Jun, 2023 1 commit
  11. 14 Jun, 2023 1 commit
  12. 16 May, 2023 1 commit
  13. 24 Feb, 2023 2 commits
  14. 22 Feb, 2023 1 commit
  15. 17 Feb, 2023 1 commit
  16. 16 Feb, 2023 2 commits
  17. 15 Feb, 2023 2 commits
  18. 13 Feb, 2023 1 commit
  19. 09 Feb, 2023 1 commit
  20. 08 Feb, 2023 1 commit
  21. 07 Feb, 2023 2 commits
  22. 01 Feb, 2023 1 commit
  23. 31 Jan, 2023 1 commit
  24. 27 Jan, 2023 1 commit
  25. 26 Jan, 2023 2 commits
  26. 24 Jan, 2023 1 commit
  27. 20 Jan, 2023 1 commit
  28. 20 Dec, 2022 1 commit
    • Philip Meier's avatar
      migrate prototype CI to Nova (#7037) · 9851a69f
      Philip Meier authored
      * improve prototype GPU CI config
      
      * consolidate CPU and GPU prototype workflows
      
      * [REVERTME] deactivate other CI
      
      * syntax
      
      * fix name
      
      * fix echo mutex
      
      * style
      
      * fix runner
      
      * add jobname
      
      * run all prototype tests
      
      * fix mutex echo
      
      * cleanup
      
      * Revert "[REVERTME] deactivate other CI"
      
      This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a.
      
      * remove old workflows
      
      * use free GHA runner for CPU tests
      
      * Revert "use free GHA runner for CPU tests"
      
      This reverts commit a209b31387d9d14bc6446743587db244bccc2106.
      
      * [REVERTME] turn warnings into errors
      
      * try fix test warnings
      
      * fix module import in tests
      
      * revert
      
      * int -> float
      
      * [REVERTME] why do we have to mark as safe?
      9851a69f
  29. 05 Dec, 2022 1 commit
  30. 30 Nov, 2022 1 commit
  31. 14 Nov, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Optimize and clean up all affine methods (#6945) · b1f6c9e2
      Vasilis Vryniotis authored
      * Clean up `_get_inverse_affine_matrix` and `_compute_affine_output_size`
      
      * Optimize `_apply_grid_transform`
      
      * Cleanup `_assert_grid_transform_inputs`
      
      * Fix bugs on `_pad_with_scalar_fill` & `crop_mask` and port `crop_image_tensor`
      
      * Call directly `_pad_with_scalar_fill`
      
      * Fix linter
      
      * Clean up `center_crop_image_tensor`
      
      * Fix comments.
      
      * Fixing rounding issues.
      
      * Bumping tolerance for rotate which is unrelated to this PR.
      
      * Fix tolerance threshold for RandomPerspective.
      
      * Clean up `_affine_grid` and `affine_image_tensor`
      
      * Clean up `rotate_image_tensor`
      
      * Fixing linter
      
      * Address code-review comments.
      b1f6c9e2
  32. 11 Nov, 2022 1 commit
  33. 09 Nov, 2022 1 commit
  34. 07 Nov, 2022 1 commit
    • Philip Meier's avatar
      add a signature consistency tests for v1 vs. v2 dispatchers (#6914) · f30a92f1
      Philip Meier authored
      * add a signature consistency tests for v1 vs. v2 dispatchers
      
      * temporarily increase test verbosity
      
      * Revert "temporarily increase test verbosity"
      
      This reverts commit 468c73f727af8dde8a2a3cc3063fd64923c50f63.
      
      * fix test to allow annotation deviations
      
      * fill <-> center for rotate
      
      * ignore annotation changes for center / translate in rotate / affine
      f30a92f1