1. 11 7月, 2023 2 次提交
    • P
      support sharding parallel (#54634) · b7a05057
      pangengzheng 提交于
      * support sharding parallel
      
      * fix name
      
      * fix
      
      * update
      
      * test amp for sharding
      
      ---------
      
      Co-authored-by: pangengzheng <pangengzheng.baidu.com>
      b7a05057
    • L
      replace the AdagradOptimizer... · 94365855
      LoneRanger 提交于
      replace the AdagradOptimizer 、adamaxOptimizer、AdadeltaOptimizer、RMSPropOptimizer、LambOptimizer and Momentum (#54152)
      
      * replace the AdadeltaOptimizer with Adadelta
      
      * replace the RMSPropOptimizer with RMSProp
      
      * replace the LambOptimizer with lamb
      
      * replace the momentum in contrib/optimizer.py with Momentum in python/paddle/optimizer/momentum.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug of Lamp
      
      * fix bug of Lamp
      
      * fix bug of import
      
      * replace the AdamaxOptimizer with Admax and change the optimizer base for AdagradOptimizer
      
      * fix bug
      
      * fix bug
      
      * Update optimizer.py
      
      * fix bug
      
      * fix bug
      94365855
  2. 03 7月, 2023 1 次提交
  3. 29 6月, 2023 1 次提交
  4. 20 6月, 2023 1 次提交
  5. 19 6月, 2023 1 次提交
  6. 16 6月, 2023 2 次提交
  7. 15 6月, 2023 2 次提交
  8. 14 6月, 2023 1 次提交
  9. 13 6月, 2023 2 次提交
  10. 12 6月, 2023 3 次提交
  11. 10 6月, 2023 1 次提交
  12. 09 6月, 2023 2 次提交
  13. 08 6月, 2023 2 次提交
  14. 07 6月, 2023 1 次提交
  15. 06 6月, 2023 1 次提交
  16. 05 6月, 2023 1 次提交
  17. 02 6月, 2023 1 次提交
  18. 31 5月, 2023 1 次提交
  19. 30 5月, 2023 1 次提交
  20. 25 5月, 2023 1 次提交
  21. 22 5月, 2023 2 次提交
    • zhenhailiu's avatar
      精简 virtual pipeline 调度逻辑 (#54003) · 6fde2056
      zhenhailiu 提交于
      * unify code
      
      * remove useless code
      
      * polish
      
      * python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
      
      * polish
      
      * polish
      6fde2056
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
  22. 20 5月, 2023 1 次提交
  23. 18 5月, 2023 2 次提交
  24. 16 5月, 2023 1 次提交
  25. 15 5月, 2023 3 次提交
  26. 11 5月, 2023 3 次提交