"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "aba6308825a351dc1e7657f3e800b901196b8ad9"
  1. 03 Sep, 2019 1 commit
    • Deyu Fu's avatar
      Fix issues in fused_dam (#469) · 7fa74925
      Deyu Fu authored
      * move import of amp_C to __init__()
      
      * make fp16/32 separate lists to support mixed param types, disable double test
      
      * make zero_grad consistent between adam/novograd/lamb
      7fa74925
  2. 27 Aug, 2019 1 commit
    • ptrblck's avatar
      Enable Checkpointing (#420) · dec4fdd6
      ptrblck authored
      * add state_dict, load_state_dict
      
      * add test_restoring, test_loss_scale_decrease
      
      * disable amp outputs for checkpoint tests
      
      * add test for amp.state_dict, cleanup
      
      * add state_dict patch, add test
      
      * fixed testing, cleanup
      
      * add readme for checkpointing
      
      * add docs to source/amp
      
      * add review changes to doc
      dec4fdd6
  3. 17 Aug, 2019 1 commit
  4. 15 Aug, 2019 1 commit
  5. 13 Aug, 2019 2 commits
  6. 12 Aug, 2019 1 commit
  7. 08 Aug, 2019 1 commit
  8. 06 Aug, 2019 1 commit
    • ngimel's avatar
      Clean up layer norm tests (#418) · 3ef01fae
      ngimel authored
      * Bug fix for non-affine layer-norm + add backward unit test
      
      * clean up tests and add tests for a large batch
      3ef01fae
  9. 26 Jul, 2019 1 commit
    • jjsjann123's avatar
      [sbn update] (#384) · 896ecdd6
      jjsjann123 authored
      fixing empty return from python implementation
        adding proper test to verify functional correctness for python implementation
      896ecdd6
  10. 12 Jul, 2019 1 commit
    • jjsjann123's avatar
      [sbn update] (#384) · 574fe244
      jjsjann123 authored
      fixing empty return from python implementation
        adding proper test to verify functional correctness for python implementation
      574fe244
  11. 03 Jul, 2019 3 commits
  12. 31 May, 2019 1 commit
  13. 27 May, 2019 2 commits
  14. 16 May, 2019 1 commit
  15. 13 May, 2019 1 commit
  16. 02 May, 2019 1 commit
  17. 01 May, 2019 1 commit
  18. 30 Apr, 2019 1 commit
  19. 10 Apr, 2019 3 commits
  20. 04 Apr, 2019 1 commit
    • mcarilli's avatar
      WIP: Handle arbitrary combinations of optimizers/models/losses (#232) · 3f87614f
      mcarilli authored
      * Refactor to allow more flexible treatment of multiple optimizers/models/losses
      
      * Adding _process_optimizers.py
      
      * Created L0 tests (now passing).
      
      * fix: minor print typo (#234)
      
      * make L1 results easier to read
      
      * L0 multiple model/optimizer/loss test fleshed out
      
      * Adding test that master params remain synced across distributed processes
      
      * Docstring updates
      
      * Docstring updates
      3f87614f
  21. 22 Mar, 2019 1 commit
    • mcarilli's avatar
      Check cuda version (#216) · 5b8faa29
      mcarilli authored
      * Adding Torch + bare-metal nvcc version check and container build tests
      
      * Putting a canary in the coalmine
      
      * canary proved elusive
      
      * Trying direct setup.py install
      
      * this should work
      
      * Removing canary
      
      * hopefully this works
      5b8faa29
  22. 19 Mar, 2019 1 commit
  23. 13 Mar, 2019 2 commits
  24. 12 Mar, 2019 1 commit
  25. 10 Mar, 2019 1 commit
  26. 08 Mar, 2019 3 commits
  27. 07 Mar, 2019 1 commit
  28. 02 Mar, 2019 1 commit
  29. 01 Mar, 2019 3 commits