1. 21 8月, 2020 1 次提交
  2. 20 8月, 2020 3 次提交
  3. 19 8月, 2020 1 次提交
  4. 17 8月, 2020 1 次提交
    • Z
      set default python3,fix incompatible,cache dir for third party,unify error... · 5017aa76
      Zhou Wei 提交于
      set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178)
      
      * set default python3 for paddle windows,test=win
      
      * set default python3,cache dir for third party,error code,test=win
      
      * fix some incompatible
      
      * fix some error
      
      * set virtual environment,test=win
      5017aa76
  5. 15 8月, 2020 1 次提交
  6. 13 8月, 2020 2 次提交
    • D
      【paddle.fleet】paddle.fleet -> paddle.distributed.fleet. (#26186) · 50a5bcfc
      Dong Daxiang 提交于
      * move paddle.fleet to paddle.distributed.fleet
      50a5bcfc
    • L
      Feature/Enable Auto-Mixed-Precision in dynamic graph (#24903) · 2d95280e
      Leo Chen 提交于
      * add auto_cast, test=develop
      
      * add loss scaler, test=develop
      
      * add comments, test=develop
      
      * refine code, test=develop
      
      * refine code, test=develop
      
      * do not set flags automatically, test=develop
      
      * fix custom op bug, test=develop
      
      * add more test, test=develop
      
      * refine enable logic, test=develop
      
      * enable amp test with GPU, test=develop
      
      * add unittest
      
      * add test for found_inf
      
      * follow comments
      
      * follow comments
      
      * remove global variable, use singleton
      
      * add some notes
      
      * update comments
      
      * update comments
      
      * update comments
      
      * add use_dynamic_loss_scaling argument
      
      * refine found_inf
      
      * refine found_inf
      2d95280e
  7. 12 8月, 2020 2 次提交
  8. 10 8月, 2020 1 次提交
  9. 08 8月, 2020 1 次提交
  10. 07 8月, 2020 1 次提交
  11. 05 8月, 2020 2 次提交
  12. 03 8月, 2020 3 次提交
  13. 01 8月, 2020 1 次提交
  14. 31 7月, 2020 1 次提交
  15. 30 7月, 2020 3 次提交
  16. 22 7月, 2020 1 次提交
  17. 20 7月, 2020 2 次提交
  18. 17 7月, 2020 1 次提交
  19. 14 7月, 2020 1 次提交
  20. 13 7月, 2020 1 次提交
  21. 07 7月, 2020 2 次提交
  22. 04 7月, 2020 1 次提交
  23. 02 7月, 2020 1 次提交
  24. 30 6月, 2020 2 次提交
  25. 25 6月, 2020 1 次提交
  26. 19 6月, 2020 1 次提交
  27. 08 6月, 2020 1 次提交
  28. 05 6月, 2020 1 次提交
    • C
      Support SelelctedRows allreduce in multi-cards imperative mode (#24690) · 4a702ef3
      Chen Weihang 提交于
      * support selectedrows allreduce in multi-cards dygraph, test=develop
      
      * remove useless import modules in unittests, test=develop
      
      * add nccl cmake to get nccl version, test=develop
      
      * add if-condition to compiled correctly, test=develop
      
      * add detail version parseing for old nccl, test=develop
      
      * polish camke details, test=develop
      
      * fix remove test cmake error, test=develop
      
      * fix cmake condition, test=develop
      
      * change unittest camke list, test=develop
      
      * fix unittest cmake rule, test=develop, test=framep0
      4a702ef3