1. 20 Oct, 2023 1 commit
  2. 01 Aug, 2023 1 commit
  3. 21 Jun, 2023 1 commit
  4. 16 May, 2023 1 commit
  5. 09 Mar, 2023 1 commit
  6. 11 Jan, 2023 1 commit
  7. 10 Jan, 2023 1 commit
    • David Berard's avatar
      Remove torch.jit.fuser("fuser2") in test (#7069) · 2b16299f
      David Berard authored
      * [WIP] Remove torch.jit.fuser("fuser2") in test
      
      Internally we're considering removing support for fuser2, so we need to remove this special case from the test.
      
      * completely remove special-casing
      2b16299f
  8. 13 Dec, 2022 1 commit
  9. 03 Nov, 2022 1 commit
  10. 05 Oct, 2022 1 commit
  11. 04 Sep, 2022 1 commit
  12. 11 Aug, 2022 1 commit
  13. 02 Aug, 2022 1 commit
  14. 27 Jul, 2022 1 commit
    • Aditya Oke's avatar
      Refactor tests for ops (#6027) · 6aacf497
      Aditya Oke authored
      
      
      * Refactor tests
      
      * Remove tol, fix comments
      
      * Add tolerance only where necessary
      
      * Add tolerance only where necessary
      
      * Add tolerance only where necessary
      
      * Refactor to adapt suggestions
      
      * Refactor and add nits
      
      * Refactor box area
      
      * Refactor to one file
      
      * Adapt almost all except area
      
      * final update
      
      * Tighten for jit
      
      * Refactor slightly
      
      * Fix tests
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      6aacf497
  15. 22 Jul, 2022 1 commit
  16. 09 May, 2022 1 commit
    • Yassine Alouini's avatar
      Distance IoU (#5786) · 1ae38297
      Yassine Alouini authored
      
      
      * [FEAT] Add distance IoU and distance IoU loss + some tests (WIP for tests).
      
      * [FIX] Remove URL from docstring + remove assert since it causes a big performance drop.
      
      * [FIX] eps isn't None.
      
      * [TEST] Update existing box dIoU test + add dIoU loss tests (inspired from cIoU ones).
      
      * [ENH] Some pre-commit fixes + remove print + mypy.
      
      * [ENH] Pass the device in the assertion for the dIoU loss test.
      
      * [FIX] Remove type hints from the dIoU box test.
      
      * [ENH] Refactor box and loss for dIoU functions + fix half tests.
      
      * [FIX] Precommits fix.
      
      * [ENH] Some improvement for the distance IoU tests thanks to code review.
      
      * [ENH] Upcast in distance boxes computation to avoid overflow.
      
      * [ENH] Revert the refactor of distance IoU loss back since it introduced a bug and can be slow.
      
      * Precommit fix.
      
      * [FIX] Few changes introduced by merge conflict.
      
      * Add code reference
      
      * Fix test
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      1ae38297
  17. 28 Apr, 2022 1 commit
  18. 13 Apr, 2022 1 commit
  19. 08 Apr, 2022 1 commit
  20. 29 Mar, 2022 1 commit
  21. 15 Mar, 2022 1 commit
  22. 27 Feb, 2022 1 commit
  23. 08 Feb, 2022 2 commits
    • HeungwooLee's avatar
      Refactor BoxOps tests to use parameterize (#5380) · 60327755
      HeungwooLee authored
      * Refactor BoxOps tests to use parameterize
      
      * Refactor BoxOps tests to use parameterize
      
      * Refactor BoxOps to use parameterize, addressed comments from PR#5380
      
      * Refactor BoxOps to use parameterize, addressed minor styling comments from PR#5380
      
      * Refactor BoxOps to use parameterize, addressed typing errorsfrom PR#5380
      
      * Refactor BoxOps to use parameterize, addressed minor naming comments for PR#5380
      60327755
    • Nicolas Hug's avatar
      Remove APIs that were deprecated before 0.8 (#5386) · 0c2373d0
      Nicolas Hug authored
      * Remove APIs that were deprecated before 0.8
      
      * More stuff
      
      * Some more
      
      * oops
      0c2373d0
  24. 30 Nov, 2021 1 commit
  25. 11 Nov, 2021 1 commit
  26. 28 Oct, 2021 2 commits
  27. 27 Oct, 2021 3 commits
  28. 22 Oct, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Additional SOTA ingredients on Classification Recipe (#4493) · b280c318
      Vasilis Vryniotis authored
      * Update EMA every X iters.
      
      * Adding AdamW optimizer.
      
      * Adjusting EMA decay scheme.
      
      * Support custom weight decay for Normalization layers.
      
      * Fix identation bug.
      
      * Change EMA adjustment.
      
      * Quality of life changes to faciliate testing
      
      * ufmt format
      
      * Fixing imports.
      
      * Adding FixRes improvement.
      
      * Support EMA in store_model_weights.
      
      * Adding interpolation values.
      
      * Change train_crop_size.
      
      * Add interpolation option.
      
      * Removing hardcoded interpolation and sizes from the scripts.
      
      * Fixing linter.
      
      * Incorporating feedback from code review.
      b280c318
  29. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  30. 29 Sep, 2021 1 commit
  31. 24 Sep, 2021 1 commit
  32. 20 Aug, 2021 1 commit
  33. 14 Jul, 2021 1 commit
  34. 17 Jun, 2021 1 commit
  35. 14 Jun, 2021 1 commit
  36. 04 Jun, 2021 1 commit