1. 14 9月, 2021 1 次提交
  2. 10 9月, 2021 1 次提交
    • S
      Fix warning (#34875) · 966f042d
      sunzhongkai588 提交于
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      966f042d
  3. 01 9月, 2021 1 次提交
  4. 23 8月, 2021 1 次提交
  5. 17 8月, 2021 1 次提交
  6. 02 8月, 2021 1 次提交
  7. 30 7月, 2021 1 次提交
  8. 27 7月, 2021 2 次提交
  9. 15 7月, 2021 1 次提交
  10. 14 7月, 2021 1 次提交
  11. 08 7月, 2021 1 次提交
  12. 24 6月, 2021 1 次提交
  13. 21 6月, 2021 1 次提交
  14. 15 6月, 2021 1 次提交
  15. 11 6月, 2021 1 次提交
  16. 10 6月, 2021 1 次提交
  17. 31 5月, 2021 1 次提交
  18. 29 4月, 2021 1 次提交
  19. 28 4月, 2021 1 次提交
  20. 27 4月, 2021 1 次提交
  21. 23 4月, 2021 1 次提交
  22. 22 4月, 2021 1 次提交
  23. 21 4月, 2021 1 次提交
  24. 25 3月, 2021 1 次提交
  25. 24 3月, 2021 1 次提交
  26. 05 2月, 2021 1 次提交
  27. 04 2月, 2021 1 次提交
  28. 01 2月, 2021 1 次提交
  29. 19 1月, 2021 1 次提交
  30. 17 1月, 2021 1 次提交
  31. 08 1月, 2021 1 次提交
    • Z
      Support pure fp16 training for AMP API. (#29544) · 7f7dfccf
      Zhen Wang 提交于
      * add cast ops before and after unsupported fp16 ops.
      
      * Keep partial net in FP32 pattern.
      
      * Support check_finite_and_unscale and update_loss_scaling for FP16 calculation mode.
      
      * Add fp16 support for adam op.
      
      * add multi precision attr for adam.
      
      * Fix the bug of test_multi_precision_fp16_train UT.
      
      * Code format for CI.
      
      * Fix the redefine error about MPTypeTrait on windows.
      
      * fix bugs of the _create_accumulators func in Momentum.
      
      * fix bug when inserting post cast op.
      
      * Add the update_loss_scaling op in allow_set of UnusedVarCheck.
      
      * Update for ci coverage.
      
      * Add some doc for OptimizerWithMixedPrecision.
      
      * Fix the code style.
      
      * Imporve the doc of `amp_init`.
      
      * Change for fp16 testing if users have the infer program defined in separate way.
      7f7dfccf
  32. 07 1月, 2021 1 次提交
  33. 05 1月, 2021 1 次提交
  34. 29 12月, 2020 1 次提交
    • C
      fix code bugs (#29932) · af372858
      Chen Long 提交于
      * fix code bugs
      
      * fix code bugs test=document_fix
      
      * fix code bugs test=document_fix
      af372858
  35. 28 12月, 2020 1 次提交
  36. 21 12月, 2020 1 次提交
    • H
      Optimizer trans momentum (#29597) · a29006d1
      huangxu96 提交于
      * merge amp related function in Momentum from paddle.fluid.contrib.optimizer into paddle.optimizer.
      
      * Add unittest for 2.0  Momentum API.
      
      * fix some bugs in weight_decay.
      a29006d1
  37. 01 12月, 2020 3 次提交