1. 03 Aug, 2021 1 commit
  2. 02 Aug, 2021 1 commit
  3. 01 Aug, 2021 1 commit
  4. 28 Jul, 2021 1 commit
  5. 23 Jul, 2021 4 commits
  6. 22 Jul, 2021 1 commit
  7. 20 Jul, 2021 7 commits
  8. 14 Jul, 2021 1 commit
  9. 13 Jul, 2021 4 commits
  10. 09 Jul, 2021 3 commits
  11. 07 Jul, 2021 3 commits
  12. 06 Jul, 2021 1 commit
  13. 03 Jul, 2021 2 commits
  14. 02 Jul, 2021 3 commits
    • Zaida Zhou's avatar
      [Docs] Refactor docs (#1102) · 66cefaff
      Zaida Zhou authored
      * [Docs] Refactor documentation
      
      * [Docs] Refactor documentation
      
      * refactor docs
      
      * refactor docs
      
      * set sphinx==3.1.2
      
      * fix typo
      
      * modify according to comment
      
      * modify according to comment
      
      * modify according to comment
      
      * [Docs] delete unnecessary file
      
      * fix title
      
      * rename
      
      * rename
      66cefaff
    • Zaida Zhou's avatar
      add citation in readme.md (#1160) · cdcbc03c
      Zaida Zhou authored
      cdcbc03c
    • Haodong Duan's avatar
      [Fix] Fix saconv (#1147) · 7e285d35
      Haodong Duan authored
      * fix saconv
      
      * update
      
      * update
      
      * fix
      
      * use LooseVersion
      7e285d35
  15. 29 Jun, 2021 3 commits
  16. 28 Jun, 2021 1 commit
  17. 27 Jun, 2021 1 commit
  18. 25 Jun, 2021 2 commits
    • Zaida Zhou's avatar
      bump version to v1.3.8 (#1148) · db097bd1
      Zaida Zhou authored
      db097bd1
    • Ma Zerun's avatar
      support print hooks before running. (#1123) · 1b15f022
      Ma Zerun authored
      * support print using hooks before running.
      
      * Support to print hook trigger stages.
      
      * Print stage-wise hook infos. And make `stages` as class attribute of
      `Hook`
      
      * Add util function `is_method_overriden` and use it in
      `Hook.get_trigger_stages`.
      
      * Add unit tests.
      
      * Move `is_method_overriden` to `mmcv/utils/misc.py`
      
      * Improve hook info text.
      
      * Add base_class argument type assertion, and fix some typos.
      
      * Remove `get_trigger_stages` to `get_triggered_stages`
      
      * Use f-string.
      1b15f022