1. 25 May, 2022 1 commit
  2. 20 May, 2022 2 commits
  3. 18 May, 2022 1 commit
  4. 17 May, 2022 1 commit
  5. 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
  6. 14 May, 2022 1 commit
  7. 13 May, 2022 1 commit
  8. 12 May, 2022 1 commit
  9. 11 May, 2022 1 commit
  10. 10 May, 2022 4 commits
  11. 09 May, 2022 3 commits
  12. 08 May, 2022 2 commits
  13. 07 May, 2022 1 commit
  14. 05 May, 2022 2 commits
  15. 02 May, 2022 1 commit
  16. 30 Apr, 2022 1 commit
  17. 29 Apr, 2022 3 commits
  18. 28 Apr, 2022 1 commit
  19. 27 Apr, 2022 2 commits
  20. 26 Apr, 2022 1 commit
  21. 25 Apr, 2022 2 commits
  22. 24 Apr, 2022 1 commit
  23. 21 Apr, 2022 1 commit
  24. 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