Skip to content
Snippets Groups Projects
  1. Mar 14, 2023
    • Mashiro's avatar
      [Fix] Fix inferencer gets wrong configs path (#996) · ad33a7d0
      Mashiro authored
      * [Fix] Fix inferencer get wrong configs path
      
      * Update CI
      
      * Fix indent
      
      * Fix CI arguments
      
      * gpu test in CI
      
      gpu test in CI
      
      * require lint
      
      * Adjust pytorch version and cuda version
      
      * Fix docker
      
      * Fix docker syntax
      
      * Use bach -c
      
      * Use bach -c
      
      * Replace is_installed with is_imported
      
      * Fix
      
      * Fix PYTHONPATH
      ad33a7d0
  2. Mar 13, 2023
  3. 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
  4. Mar 10, 2023
  5. Mar 09, 2023
  6. Mar 08, 2023
  7. Mar 06, 2023
  8. 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
  9. Feb 27, 2023
  10. Feb 24, 2023
  11. Feb 23, 2023
  12. Feb 22, 2023
  13. Feb 21, 2023
  14. Feb 20, 2023
  15. Feb 19, 2023
  16. Feb 15, 2023
  17. Feb 14, 2023
  18. Feb 13, 2023
  19. 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
      c712070c
  20. Feb 06, 2023
    • xcnick's avatar
      [Feature] Add ApexOptimWrapper (#742) · e35ed5fd
      xcnick authored
      
      * add ApexOptimWrapper
      
      * typo fix
      
      * add apex amp.initialize in optim_context
      
      * assert apex_amp
      
      * polish code
      
      * add parameters of apex_amp.initialize
      
      * add docs
      
      * polish code
      
      * polish code
      
      * polish code
      
      * fix calling of apex amp load_state_dict
      
      * polish
      
      * add comments
      
      * Update apex_optimizer_wrapper.py
      
      * Update apex_optimizer_wrapper.py
      
      ---------
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      e35ed5fd
  21. Feb 03, 2023
  22. Feb 01, 2023
Loading