1. 28 Aug, 2019 2 commits
  2. 21 Aug, 2019 1 commit
  3. 12 Aug, 2019 1 commit
  4. 08 Aug, 2019 4 commits
  5. 07 Aug, 2019 3 commits
  6. 06 Aug, 2019 4 commits
  7. 05 Aug, 2019 3 commits
  8. 04 Aug, 2019 1 commit
  9. 02 Aug, 2019 1 commit
    • Francisco Massa's avatar
      Expose docs for io and ops package (#1189) · 4ec38d49
      Francisco Massa authored
      * Expose docs for io and ops package
      
      Had do modify the docstrings to use Napoleon NumPy style, because Napoleon Google Style doesn't support multiple return arguments
      
      * Add video section
      4ec38d49
  10. 01 Aug, 2019 2 commits
  11. 31 Jul, 2019 3 commits
  12. 26 Jul, 2019 5 commits
  13. 24 Jul, 2019 3 commits
  14. 23 Jul, 2019 5 commits
  15. 22 Jul, 2019 1 commit
  16. 19 Jul, 2019 1 commit
    • Vinh Nguyen's avatar
      Fix apex distributed training (#1124) · c187c2b1
      Vinh Nguyen authored
      * adding mixed precision training with Apex
      
      * fix APEX default optimization level
      
      * adding python version check for apex
      
      * fix LINT errors and raise exceptions if apex not available
      
      * fixing apex distributed training
      
      * fix throughput calculation: include forward pass
      
      * remove torch.cuda.set_device(args.gpu) as it's already called in init_distributed_mode
      
      * fix linter: new line
      
      * move Apex initialization code back to the beginning of main
      
      * move apex initialization to before lr_scheduler - for peace of mind. Though, doing apex initialization after lr_scheduler seems to work fine as well
      c187c2b1