"vscode:/vscode.git/clone" did not exist on "d93dd468a8a60552f2bd734ef8e323f259120ab4"
  1. 04 Jun, 2020 1 commit
    • Chunyang Wen's avatar
      Add log util (#230) · e1ad8803
      Chunyang Wen authored
      * Add log util
      
      * replace all occurrences of print and logging
      
      * address format
      
      * disable propagate to avoid duplicate log
      e1ad8803
  2. 03 Jun, 2020 1 commit
  3. 29 May, 2020 1 commit
  4. 28 May, 2020 2 commits
  5. 27 May, 2020 5 commits
  6. 19 May, 2020 1 commit
  7. 11 May, 2020 1 commit
  8. 06 May, 2020 2 commits
  9. 04 May, 2020 1 commit
  10. 30 Apr, 2020 1 commit
  11. 29 Apr, 2020 1 commit
    • Samyam Rajbhandari's avatar
      CSR+FP32 fix (#206) · 6cb332f1
      Samyam Rajbhandari authored
      1) CSR parameter names should end with .weight. 
      2) When using basic optimizer directly, DeepSpeed should handle zero_grad. Letting the basic optimizer do the zero_grad resulted in residual gradients in the embedding layer due to unknown reasons.
      6cb332f1
  12. 24 Apr, 2020 1 commit
  13. 22 Apr, 2020 1 commit
  14. 21 Apr, 2020 1 commit
  15. 20 Apr, 2020 1 commit
  16. 12 Apr, 2020 1 commit
  17. 07 Apr, 2020 1 commit
  18. 03 Apr, 2020 1 commit
  19. 27 Mar, 2020 2 commits
    • Olatunji Ruwase's avatar
      Support multi-output models (#170) · 53c73fe3
      Olatunji Ruwase authored
      * Push to remote
      
      * Correctly handle multi output models by doing loss scaling in backward()
      Unit tests for multi output models
      
      * Fix formatting issues
      
      * Formatting issues fix
      
      * Fix formatting
      
      * Update DeepSpeedExamples submodule
      Enable Megatron model tests
      53c73fe3
    • Calogero Zarbo's avatar
      Add "zero_allow_untested_optimizer" option in conf file (#173) · 43f27332
      Calogero Zarbo authored
      * added zero_allow_untested_optimizer flag helpers
      
      * add zero_allow_untested_optimizer config constants
      
      * zero_allow_untested_optimizer logic with assertion
      
      * Added unit test and CustomOptimizer helper class
      43f27332
  20. 26 Mar, 2020 1 commit
  21. 25 Mar, 2020 1 commit
  22. 23 Mar, 2020 1 commit
  23. 22 Mar, 2020 2 commits
  24. 12 Mar, 2020 1 commit
  25. 10 Mar, 2020 3 commits
  26. 03 Mar, 2020 1 commit
  27. 27 Feb, 2020 2 commits
  28. 26 Feb, 2020 1 commit
    • Jeff Rasley's avatar
      Init distributed torch only if needed (#108) · 5aa58b38
      Jeff Rasley authored
      * add auto-detect to torch dist init
      
      * update tests to infer distributed init status
      
      * prevent crash if dist_init_required is True but already initiliazed
      
      * only init if safe to do so (forgot to add this file in prev commit)
      5aa58b38
  29. 24 Feb, 2020 1 commit