1. 22 Sep, 2022 1 commit
  2. 21 Sep, 2022 3 commits
  3. 20 Sep, 2022 2 commits
    • Vasilis Vryniotis's avatar
      Make prototype `F` JIT-scriptable (#6584) · 841b9a19
      Vasilis Vryniotis authored
      
      
      * Improve existing low kernel test.
      
      * Add new midlevel jit-scriptability test (failing).
      
      * Remove duplicate aliases from kernel tests.
      
      * Fixing colour kernels.
      
      * Fixing deprecated kernels.
      
      * fix mypy
      
      * Silence mypy instead of fixing to avoid performance penalty
      
      * Fixing augment kernels.
      
      * Fixing augment meta.
      
      * Remove is_tracing calls.
      
      * Add fake ImageType and DType
      
      * Fixing type conversion kernels.
      
      * Fixing misc kernels.
      
      * partial fix geometry
      
      * Remove mutable default from `_pad_with_vector_fill()` + all other unnecessary defaults.
      
      * Fix geometry ops
      
      * Fixing tests
      
      * Removed xfail for jit tests on midlevel ops
      Co-authored-by: default avatarvfdev-5 <vfdev.5@gmail.com>
      841b9a19
    • Ambuj Pawar's avatar
      Remove warnings pytest models (#6593) · 3a1f05ed
      Ambuj Pawar authored
      
      
      * ADD: init_weights config for googlenet
      
      * Fix: Inception and googlenet warnings
      
      * Fix: warning in test_datasets.py
      
      * Fix: Formatting error with ufmt
      
      * Fix: Failing tests in quantized_classification_model
      
      * Update test/test_models.py to make googlenet in 1 line
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Refactor: Change inception quantisation class initialization to use args/kwargs
      
      * Resolve mypy issue
      
      * Move *args before inception_blocks
      
      * Move args keywords before other arguments
      Co-authored-by: default avatarAmbuj Pawar <your_email@abc.example>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      3a1f05ed
  4. 19 Sep, 2022 3 commits
  5. 16 Sep, 2022 4 commits
  6. 15 Sep, 2022 5 commits
  7. 14 Sep, 2022 3 commits
  8. 13 Sep, 2022 3 commits
  9. 12 Sep, 2022 2 commits
  10. 09 Sep, 2022 3 commits
  11. 08 Sep, 2022 3 commits
  12. 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
  13. 06 Sep, 2022 1 commit
  14. 05 Sep, 2022 1 commit
  15. 04 Sep, 2022 1 commit
  16. 01 Sep, 2022 1 commit
  17. 31 Aug, 2022 3 commits