Skip to content
Snippets Groups Projects
  1. Apr 20, 2023
  2. Apr 14, 2023
  3. Apr 12, 2023
  4. Apr 10, 2023
  5. Apr 03, 2023
  6. Mar 30, 2023
  7. Mar 29, 2023
  8. Mar 28, 2023
  9. Mar 17, 2023
  10. Mar 13, 2023
  11. Mar 12, 2023
    • Qian Zhao's avatar
      [Feature] Support torch.compile since PyTorch2.0 (#976) · 0d25625b
      Qian Zhao authored
      * enable compile configurations to support torch.compile in Runner
      
      * enable compilation in train, val and test
      
      * fix as comments
      
      * add docstring to illustrate usage
      
      * minor refine error message
      
      * add unittests
      
      * fix ut skip
      
      * add logging message to inform users
      
      * compile `train_step`, `val_step`, `test_step` instead
      
      * fix as comments
      
      * revert to compile `train_step` only due to pt2 issue
      
      * add documentation about torch.compile
  12. Mar 08, 2023
  13. Mar 06, 2023
  14. Feb 27, 2023
  15. Feb 23, 2023
  16. Feb 21, 2023
  17. Feb 19, 2023
  18. Feb 14, 2023
  19. Feb 13, 2023
  20. Feb 08, 2023
    • Qian Zhao's avatar
      [Docs] Resolve warnings in sphinx build (#915) · c712070c
      Qian Zhao authored
      * add ZeroOptimizer to optim
      
      * resolve `duplicate label` warnings
      
      * upgrade docutils && shpinx to resolve `unknown directive or role` warnings
      
      * fix typo
      
      * resolve literal_block && heading warnings
      
      * resolve json literal_block warnings
      
      * resolve python literal_block warnings
      
      * resolve bunches of reference warnings
      
      * resolve bunches of docstring warnings
      
      * resolve warnings in autosummary
      
      * resolve remaining warnings in en docs
      
      * resolve heading warnings in zh_cn docs
      
      * resolve remaining warnings in zh_cn docs
      
      * fix as comments
      
      * fix as comments
  21. Feb 03, 2023
  22. Jan 16, 2023
  23. Jan 13, 2023
  24. Jan 12, 2023
  25. Dec 26, 2022
  26. Dec 23, 2022
  27. Dec 12, 2022
  28. Dec 11, 2022
  29. Nov 22, 2022
    • songyuc's avatar
      [Feature] Add get_hooks_info() to print hooks messages (#672) · 6636f07c
      songyuc authored
      * Add test of get_hooks_info()
      
      * Change to use original Runner for get_hook_info() test
      
      * Change to test after_train_iter hooks for get_hook_info()
      
      * Complement the stages list
      
      * Add logging hooks information in Runner.__init__()
      
      * Rearrange the stages list
      
      * Restore the stages to tuple type
      
      * Clean the unnecessary changes
      
      * Replace  statement with TestCase's methods
      
      * add test stages in method_stages_map
      
      * change the hooks info into a f-string
      
      * return list(trigger_stages) directly
      
      * change keys of method_stages_map
      
      * Fix previous changes to method_stages_map.keys
  30. Nov 21, 2022
  31. Nov 17, 2022
  32. Nov 15, 2022
  33. Nov 03, 2022
  34. Oct 28, 2022
  35. Oct 24, 2022
Loading