1. 28 Aug, 2022 1 commit
  2. 23 Aug, 2022 1 commit
  3. 21 Aug, 2022 1 commit
  4. 19 Aug, 2022 1 commit
  5. 17 Aug, 2022 1 commit
  6. 15 Aug, 2022 1 commit
  7. 03 Aug, 2022 1 commit
  8. 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
  9. 23 Jul, 2022 1 commit
  10. 22 Jul, 2022 1 commit
  11. 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
  12. 30 Jun, 2022 2 commits
  13. 29 Jun, 2022 1 commit
  14. 15 Jun, 2022 1 commit
  15. 10 Jun, 2022 1 commit
  16. 09 Jun, 2022 1 commit
  17. 08 Jun, 2022 3 commits
  18. 27 May, 2022 1 commit
  19. 25 May, 2022 4 commits
  20. 20 May, 2022 2 commits
  21. 18 May, 2022 1 commit
  22. 10 May, 2022 2 commits
  23. 09 May, 2022 1 commit
  24. 02 May, 2022 1 commit
  25. 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
  26. 27 Apr, 2022 1 commit
  27. 26 Apr, 2022 1 commit
  28. 25 Apr, 2022 1 commit
  29. 24 Apr, 2022 1 commit
  30. 18 Apr, 2022 2 commits
    • 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
    • Vince Jankovics's avatar
      [Enhancement] Support None in DictAction (#1834) · b8044770
      Vince Jankovics authored
      * None parsing fixed for config
      
      * Formatting
      
      * Lower case none fix
      b8044770