1. 20 May, 2022 2 commits
  2. 18 May, 2022 1 commit
  3. 17 May, 2022 1 commit
  4. 16 May, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1936) · b326a219
      Zaida Zhou authored
      * Use mdformat pre-commit hook
      
      * allows consecutive numbering
      
      * improve .mdformat.toml
      
      * test mdformat
      
      * format markdown
      
      * minor fix
      
      * fix codespecll
      
      * fix circleci
      
      * add linkify-it-py dependency for cicleci
      
      * add comments
      
      * replace flake8 url
      
      * add mdformat-myst dependency
      
      * remove mdformat-myst dependency
      
      * update contributing.md
      b326a219
  5. 14 May, 2022 1 commit
  6. 13 May, 2022 1 commit
  7. 12 May, 2022 1 commit
  8. 11 May, 2022 1 commit
  9. 10 May, 2022 4 commits
  10. 09 May, 2022 3 commits
  11. 08 May, 2022 2 commits
  12. 07 May, 2022 1 commit
  13. 05 May, 2022 2 commits
  14. 02 May, 2022 1 commit
  15. 30 Apr, 2022 1 commit
  16. 29 Apr, 2022 3 commits
  17. 28 Apr, 2022 1 commit
  18. 27 Apr, 2022 2 commits
  19. 26 Apr, 2022 1 commit
  20. 25 Apr, 2022 2 commits
  21. 24 Apr, 2022 1 commit
  22. 21 Apr, 2022 1 commit
  23. 18 Apr, 2022 5 commits
    • Zaida Zhou's avatar
      bump version to v1.5.0 (#1883) · 235c0253
      Zaida Zhou authored
      235c0253
    • 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
    • Tan SU's avatar
      [Fix] Get correct encoding in Windows for collect_env() (#1887) · a5cfcb93
      Tan SU authored
      * [Fix] get correct encoding in Windows for collect_env()
      
      * stdout.fileno()
      a5cfcb93
    • 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
    • mattcasey02's avatar
      [Fix] Fixed version comparison to include prerelease versions (#1877) · 6f6b17e6
      mattcasey02 authored
      * Fixed version comparison to include prerelease versions
      
      Currently all tagged versions of torch 1.11.0 have version 1.11.0a0. Previously the comparison to 1.11.0 failed and self._sync_params() was still used, causing an error. This fix should include all versions of 1.11.
      
      * Same update
      
      Didn't realize that 1.11.0 was mentioned multiple times in the file. This fixes the other instances.
      6f6b17e6
  24. 17 Apr, 2022 1 commit
    • Hu Di's avatar
      [Feature] Support MMCV on IPU (#1882) · 5221a388
      Hu Di authored
      * implement runner on IPU
      
      * adjust import
      
      * adjust import
      
      * add ignore for ipu on without ipu
      
      * remove compilation cache
      
      * remove ipu from mmcv/runner.__all__
      
      * adjust IS_IPU and IS_MLU
      
      * adjust by isort
      
      * add ipuHardwareIsAvailable
      
      * remove engine_cache
      
      * code review 9
      5221a388