1. 28 Aug, 2020 1 commit
  2. 27 Aug, 2020 4 commits
  3. 22 Aug, 2020 1 commit
  4. 21 Aug, 2020 2 commits
    • Benjamin Lefaudeux's avatar
      [feat] Simple macro OSS benchmark (#47) · 46c3776b
      Benjamin Lefaudeux authored
      
      
      * initial commit, dummy training loop, pure pytorch but not DDP
      
      * probably slightly broken, but rough DDP benchmark run
      
      * adding the torchvision requirement for testing
      
      * brainfart
      
      * reduce the loss, do something slightly distributed
      
      * Some cleanup, distributing the training on two GPUs
      
      * some cleanup + adding a vanilla run, still not good to go
      
      * less silly defaults, gtg for a start I think
      
      * smaller batch to fit the smaller gpus used in the circleci rigs
      
      * Adding some options for the benchmark, and regression testing
      
      * [test] set torch seed for Adam tests (#49)
      
      Set the torch seed for tests. xfail mixed precision and memory-efficient mixed-precision state_dict tests due to their states being cast to FP16 and back to FP32 during load_state_dict.
      Co-authored-by: default avatarJun Ru Anderson <andersonic@fb.com>
      
      * linting, I really need to automate this isort insanity
      Co-authored-by: default avatarJun Ru Anderson <33384298+andersonic@users.noreply.github.com>
      Co-authored-by: default avatarJun Ru Anderson <andersonic@fb.com>
      46c3776b
    • Jun Ru Anderson's avatar
      [test] set torch seed for Adam tests (#49) · 0e8c2a96
      Jun Ru Anderson authored
      
      
      Set the torch seed for tests. xfail mixed precision and memory-efficient mixed-precision state_dict tests due to their states being cast to FP16 and back to FP32 during load_state_dict.
      Co-authored-by: default avatarJun Ru Anderson <andersonic@fb.com>
      0e8c2a96
  5. 20 Aug, 2020 1 commit
  6. 19 Aug, 2020 1 commit
  7. 18 Aug, 2020 1 commit
  8. 14 Aug, 2020 5 commits
  9. 13 Aug, 2020 5 commits
  10. 08 Aug, 2020 1 commit
  11. 06 Aug, 2020 2 commits
  12. 01 Aug, 2020 1 commit
  13. 31 Jul, 2020 11 commits
  14. 08 Jul, 2020 1 commit