1. 20 5月, 2021 1 次提交
  2. 19 5月, 2021 1 次提交
  3. 16 5月, 2021 1 次提交
  4. 14 5月, 2021 4 次提交
  5. 13 5月, 2021 1 次提交
    • C
      Improve flops profiler functionality (#1065) · 4544b7d2
      Cheng Li 提交于
      * use the original function's name as the key to old_functions dict
      
      * update profile output format
      
      * print at global rank 0
      
      * add flops calculation in bwd pass using time from ds timers
      
      * improve aggregated profiling out to show all depth
      
      * print samples/second
      
      * update readme and examples
      
      * update docs
      
      * fix typo and reorder printing
      
      * fix format
      4544b7d2
  6. 08 5月, 2021 1 次提交
  7. 06 5月, 2021 1 次提交
  8. 04 5月, 2021 2 次提交
    • S
      fix assert message (#1040) · 47ec97eb
      Stas Bekman 提交于
      * fix assert
      
      The current assert "Model must initialized in fp16 mode for ZeRO Stage 3." needs TLC - I rewrote it completely to match its cousen assert, so now we have 2 consistent matching asserts:
      
      - f"fp16 is enabled but one or several model parameters have dtype that is not fp16"
      - f"fp16 is not enabled but one or several model parameters have dtype of fp16"
      
      * remove f
      47ec97eb
    • J
      Change methods to be static (#1038) · 21047072
      janEbert 提交于
      Fix #1032
      21047072
  9. 03 5月, 2021 1 次提交
  10. 01 5月, 2021 5 次提交
  11. 30 4月, 2021 2 次提交
  12. 29 4月, 2021 1 次提交
  13. 25 4月, 2021 1 次提交
    • H
      Add find_unused_parameters option to DeepSpeedEngine (#945) · d0b61f18
      hamlet 提交于
      * Add find_unused_parameters option
      
      As unused parameters in modules may not be expected sometimes, 
      add an explicit error msg when it occurred and an option to avoid the error: https://github.com/microsoft/DeepSpeed/issues/707
      
      * Add find_unused_parameters option
      
      As unused parameters in modules may not be expected sometimes, 
      add an explicit error msg when it occurred and an option to avoid the error: https://github.com/microsoft/DeepSpeed/issues/707
      
      * Fix syntax error
      
      * Fix yapf error
      
      * Fix yapf error
      
      * Fix yapf error
      
      * Fix yapf error
      
      * Move stage2 find_unused_parameters to config file
      
      * Add stage2 find_unused_parameters
      
      * Add stage2 find_unused_parameters
      
      * Add stage2_find_unused_parameters option
      
      * Change error msg to reflect zero_optimization config change
      
      * Fix yapf error
      
      * Fix yapf errors
      
      * Change find_unused_parameters option name
      
      * Change find_unused_parameters option name
      
      * Change find_unused_parameters option name
      
      * Change find_unused_parameters option name
      
      * Change find_unused_parameters option name
      
      * Add UnusedParametersModel for test option find_unused_parameters
      
      * Add unit test for stage2 find_unused_parameters
      
      * Add cpu-adam compatible check
      
      * Remove dups import
      
      * Trim spaces
      
      * Fix yapf errors
      
      * Trim spaces
      
      * Add False Positive test check
      
      * Fix find_unused_parameters test
      
      * Trim spaces
      
      * Fix yapf error
      d0b61f18
  14. 24 4月, 2021 1 次提交
  15. 23 4月, 2021 1 次提交
  16. 22 4月, 2021 3 次提交
  17. 21 4月, 2021 3 次提交
  18. 20 4月, 2021 2 次提交
  19. 19 4月, 2021 1 次提交
  20. 17 4月, 2021 1 次提交
  21. 15 4月, 2021 1 次提交
  22. 14 4月, 2021 2 次提交
  23. 08 4月, 2021 3 次提交