Skip to content
Snippets Groups Projects
  1. Apr 10, 2023
  2. Apr 07, 2023
  3. Apr 06, 2023
  4. Apr 05, 2023
  5. Apr 04, 2023
  6. Apr 03, 2023
  7. Mar 30, 2023
  8. Mar 29, 2023
  9. Mar 28, 2023
  10. Mar 19, 2023
  11. Mar 17, 2023
  12. Mar 16, 2023
  13. Mar 14, 2023
  14. Mar 13, 2023
  15. 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
      0d25625b
  16. Mar 10, 2023
  17. Mar 09, 2023
  18. Mar 08, 2023
  19. Mar 06, 2023
  20. Mar 01, 2023
    • Qian Zhao's avatar
      [Feature] Enable bf16 in AmpOptimWrapper (#960) · 2ed8e343
      Qian Zhao authored
      * support bf16 in AmpOptimWrapper
      
      * add docstring
      
      * modify docs
      
      * add unittests for bf16 in AmpOptimWrapper
      
      * fix type
      
      * fix to pass ci
      
      * fix ut skip logic to pass ci
      
      * fix as comment
      
      * add type hints
      
      * fix docstring and add warning information
      
      * remove check for pytorch>=1.6 in unittest
      
      * modify unittest
      
      * modify unittest
      
      * remove torch.float32 && torch.float64 from valid dtypes
      
      * fix as comments
      
      * minor refine docstring
      
      * fix unittest parameterized to pass CI
      
      * fix unittest && add back torch.float32, torch.float64
      2ed8e343
  21. Feb 27, 2023
  22. Feb 24, 2023
  23. Feb 23, 2023
    • Mashiro's avatar
      [Enhance] Get model configs from metafile without installation (#901) · 7e1b2730
      Mashiro authored
      * Support get config from model-index without installing downstream repo
      
      * Rename _get_models_from_package to _get_models_from_config_dir
      
      * adjust priority
      
      * Fix as comment
      
      * Refine exception
      
      * Replace osp.xxx with fileio.xxx
      
      * Refine as comment
      
      * Revert "Replace osp.xxx with fileio.xxx"
      
      This reverts commit 6aed9b2e88f5cf98614772ddbd89ccad22fa7d2f.
      
      * replace fileio with osp
      
      * fix
      
      * Fix as comment
      7e1b2730
    • Zaida Zhou's avatar
      fix typo (#955) · d8abf9ac
      Zaida Zhou authored
      d8abf9ac
Loading