1. 08 Sep, 2022 1 commit
    • ZShaopeng's avatar
      [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) · 83bedf5a
      ZShaopeng authored
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      83bedf5a
  2. 28 Aug, 2022 1 commit
  3. 23 Aug, 2022 1 commit
  4. 21 Aug, 2022 1 commit
  5. 19 Aug, 2022 1 commit
  6. 17 Aug, 2022 1 commit
  7. 15 Aug, 2022 1 commit
  8. 03 Aug, 2022 1 commit
  9. 29 Jul, 2022 2 commits
    • xcnick's avatar
      [Fix] Fix onnx unit tests (#2155) · 4558bfbd
      xcnick authored
      4558bfbd
    • Peter Ye's avatar
      [Feature] Support setting start epoch and interval epoch for PAVI Logger Hook (#2103) · 78f01001
      Peter Ye authored
      * [Feature] Support setting start epoch and interval epoch for PAVI Logger Hook
      
      * [Feature] Update the coding style as the maintainer wish
      
      * fix: default integer division or modulo by zero
      
      * fix: runner.epoch is less than start and use self.get_epoch instead of runner.epoch
      
      * feat: support for iter-based runner and fix the step bug
      
      * feat: iter based hook
      
      * feat: fix bug and coding style
      
      * fix: coding style
      
      * fix: coding style
      
      * fix: graph may add in evaluation
      78f01001
  10. 23 Jul, 2022 1 commit
  11. 22 Jul, 2022 1 commit
  12. 07 Jul, 2022 1 commit
    • Zaida Zhou's avatar
      [Feature] Add support for mps (#2092) · 6a03918f
      Zaida Zhou authored
      * [Feature] Add support for MPS
      
      * fix import error
      
      * update ut
      
      * fix error
      
      * trigger CI
      
      * use a unique basename for test file modules
      
      * avoid bc-breaking
      6a03918f
  13. 30 Jun, 2022 2 commits
  14. 29 Jun, 2022 1 commit
  15. 15 Jun, 2022 1 commit
  16. 10 Jun, 2022 1 commit
  17. 09 Jun, 2022 1 commit
  18. 08 Jun, 2022 3 commits
  19. 27 May, 2022 1 commit
  20. 25 May, 2022 4 commits
  21. 20 May, 2022 2 commits
  22. 18 May, 2022 1 commit
  23. 10 May, 2022 2 commits
  24. 09 May, 2022 1 commit
  25. 02 May, 2022 1 commit
  26. 29 Apr, 2022 1 commit
    • WilliamKyle's avatar
      [Feature] Add rotated_feature_align cpu & onnxruntime implementation (#1878) · b30755ee
      WilliamKyle authored
      * add rotated_feature_align cpu implementation
      
      * add rotated_feature_align onnxruntime implementation
      
      * Update code for advices from grimoire
      
      Remove useless comment from mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      Replace ambiguous function name atomicAdd in mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      Simplify unit test with parameter in tests/test_ops/test_rotated_feature_align.py
      
      Use fma in interpolate in mmcv/ops/csrc/onnxruntime/cpu/rotated_feature_align.cpp mmcv/ops/csrc/pytorch/cpu/rotated_feature_align.cpp
      
      * Inline the function to reduce the overhead of the function call
      
      Use fma in interpolate
      b30755ee
  27. 27 Apr, 2022 1 commit
  28. 26 Apr, 2022 1 commit
  29. 25 Apr, 2022 1 commit
  30. 24 Apr, 2022 1 commit
  31. 18 Apr, 2022 1 commit
    • Mashiro's avatar
      [Enhancement] Enhance get_torchvision_models (#1867) · a80df687
      Mashiro authored
      * enhance get_torchvision_models
      
      * simplify logic
      
      * Dump ckpt in torchvision lower than 0.13.0 to a json file
      
      * add json
      
      * refactor load urls logic
      
      * fix unit test
      
      * change url key to lower letters
      
      * check torchvision version rather than check torch version in unittest
      
      * Fix CI and refine test logic of torchvision version
      
      * add comment
      
      * support compare pre-release version
      
      * support loaad modeel like torchvision
      
      * refine comment.
      
      * fix unit test and comment
      
      * fxi unit test bug
      
      * support get model by lower weights
      a80df687