"examples/pytorch/vscode:/vscode.git/clone" did not exist on "85231dc93bc11515bea95cbc67e7347c0bfea467"
  1. 11 Sep, 2020 2 commits
  2. 10 Sep, 2020 3 commits
  3. 03 Sep, 2020 1 commit
  4. 02 Sep, 2020 2 commits
  5. 10 Aug, 2020 1 commit
  6. 15 Jul, 2020 2 commits
  7. 11 Jul, 2020 1 commit
  8. 06 Jul, 2020 1 commit
  9. 23 Jun, 2020 1 commit
  10. 30 May, 2020 1 commit
  11. 29 May, 2020 1 commit
  12. 27 May, 2020 1 commit
  13. 19 May, 2020 1 commit
  14. 11 May, 2020 1 commit
  15. 06 May, 2020 1 commit
  16. 24 Apr, 2020 1 commit
  17. 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
  18. 25 Mar, 2020 1 commit
  19. 10 Mar, 2020 2 commits
  20. 27 Feb, 2020 1 commit
  21. 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
  22. 20 Feb, 2020 1 commit
  23. 15 Feb, 2020 1 commit
  24. 10 Feb, 2020 1 commit
  25. 07 Feb, 2020 1 commit
    • Samyam Rajbhandari's avatar
      Samyamr/batchconfig (#33) · 5a0abc65
      Samyam Rajbhandari authored
      * simplifying the batch config, using a single assert to test for validity and allowing for specifying only the micro batch size
      
      * Simplifying Batch Config, Adding ability to specify batch using just micro_batch, and adding a bunch of unit tests
      
      * ran formatting
      
      * Typo fixes and added the config file
      
      * reformatting
      
      * path fixes
      
      * removing print statements
      5a0abc65
  26. 06 Feb, 2020 2 commits
  27. 05 Feb, 2020 1 commit
  28. 04 Feb, 2020 3 commits
  29. 01 Feb, 2020 1 commit