1. 21 8月, 2020 2 次提交
  2. 20 8月, 2020 5 次提交
  3. 19 8月, 2020 9 次提交
  4. 18 8月, 2020 6 次提交
  5. 17 8月, 2020 2 次提交
  6. 16 8月, 2020 3 次提交
  7. 15 8月, 2020 2 次提交
  8. 14 8月, 2020 7 次提交
  9. 13 8月, 2020 4 次提交
    • W
      support the tuple for attribute of axis in min, max for api2.0 · 2d6cc0b1
      wawltor 提交于
      Update the code for the min,max, test=develop
      2d6cc0b1
    • D
      【paddle.fleet】paddle.fleet -> paddle.distributed.fleet. (#26186) · 50a5bcfc
      Dong Daxiang 提交于
      * move paddle.fleet to paddle.distributed.fleet
      50a5bcfc
    • L
      [OpDevOptimize] Add common infershape functions (#26096) · ffe52b44
      Leo Chen 提交于
      * add unchaged infershape function
      
      * add broadcast infershape function
      
      * fix bug
      
      * rename infershape functions
      
      * add UnaryOpUnchangedInferShapeCheckAxis
      
      * add error message
      
      * add test for common infer shape functions
      
      * dont update existed ops
      
      * dont update op_desc.h
      
      * add more test
      
      * add error check, refine error message
      ffe52b44
    • 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