"official/projects/volumetric_models/train.py" did not exist on "2ee42597af33958bc4353c87cbdb6dd00a0f07df"
  1. 01 Sep, 2020 1 commit
    • Samyam Rajbhandari's avatar
      Samyamr/grad acc stage2 (#338) · 7240abf3
      Samyam Rajbhandari authored
      
      
      * Adding gradient accumulation support for ZeRO Stage 2. Changing all Megatron-LM tests to also test gradient accumulation
      
      * Gradient Accumulation support for Stage 2. Model tests added to test the feature
      
      * formatting
      
      * Update deepspeed_light.py
      
      removing comment
      
      * Update ds_config_func_bs8_zero1.json
      
      reverting this file back. Its not needed for this PR
      
      * defining baseline prefix
      Co-authored-by: default avatarJeff Rasley <jerasley@microsoft.com>
      7240abf3
  2. 14 Jul, 2020 1 commit
  3. 27 May, 2020 1 commit
  4. 20 May, 2020 1 commit
  5. 19 May, 2020 1 commit
  6. 18 May, 2020 1 commit
    • Arash Ashari's avatar
      adding BingSqaud e2e test (#214) · c61e23b4
      Arash Ashari authored
      * adding BingSqaud e2e test
      
      * updating the draft test; bring final step under try section
      
      * finalizinf test for base deepspeed and deepspeed with ZeRO
      
      * applying the comment (thanks Jeff); fixed formatting
      c61e23b4
  7. 30 Apr, 2020 1 commit
  8. 27 Mar, 2020 1 commit
    • 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
  9. 10 Mar, 2020 1 commit
  10. 22 Feb, 2020 1 commit
  11. 14 Feb, 2020 1 commit
    • Shaden Smith's avatar
      Porting BingBertSquad test (#70) · 37ff62cc
      Shaden Smith authored
      * Porting BingBertSquad test
      
      * Updating default paths.
      
      * Enable model tests.
      
      * Updating DeepSpeedExamples submodule
      
      * Adding BingBertSquad's log uploads.
      
      * Messed up the submodule again :-)
      37ff62cc
  12. 12 Feb, 2020 1 commit
  13. 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
  14. 04 Feb, 2020 1 commit
  15. 03 Feb, 2020 3 commits