- 11 7月, 2023 2 次提交
-
-
由 pangengzheng 提交于
* support sharding parallel * fix name * fix * update * test amp for sharding --------- Co-authored-by: pangengzheng <pangengzheng.baidu.com>
-
由 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
-
- 03 7月, 2023 1 次提交
-
-
由 zhenhailiu 提交于
-
- 29 6月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
* fix vpp mp init prob * triger ci
-
- 20 6月, 2023 1 次提交
-
-
由 ShenLiang 提交于
-
- 19 6月, 2023 1 次提交
-
-
由 Chitsing KUI 提交于
* no endpoints in dy mode * fix fleet api inconsistent
-
- 16 6月, 2023 2 次提交
- 15 6月, 2023 2 次提交
-
-
由 LiYuRio 提交于
-
由 Haohongxiang 提交于
-
- 14 6月, 2023 1 次提交
-
-
由 ShenLiang 提交于
-
- 13 6月, 2023 2 次提交
-
-
由 zhenhailiu 提交于
* polish * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
-
由 LiYuRio 提交于
* use global group to pass meta * use batch isend irecv * add partial send/recv * remove communication group * remove p2p on npu and xpu * remove virtual pp ut
-
- 12 6月, 2023 3 次提交
-
-
由 ShenLiang 提交于
-
由 Yuang Liu 提交于
-
由 Nyakku Shigure 提交于
-
- 10 6月, 2023 1 次提交
-
-
由 Leo Chen 提交于
-
- 09 6月, 2023 2 次提交
-
-
由 pangengzheng 提交于
* support add(x_float32, bfloa16_) or add(x_float32, y_float16) * polish * fix test
-
由 Nyakku Shigure 提交于
* bump ruff to 0.0.271 and update config * exclude third_party * bump ruff to 0.0.272 * refine config
-
- 08 6月, 2023 2 次提交
- 07 6月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 06 6月, 2023 1 次提交
-
-
由 haosicheng 提交于
-
- 05 6月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
* sharding pp overlap * bug fix * update * rename function * update code logic
-
- 02 6月, 2023 1 次提交
-
-
由 Haohongxiang 提交于
-
- 31 5月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 30 5月, 2023 1 次提交
-
-
由 Yulong Ao 提交于
* [Auto Parallel] Reorganize the fold structure * [Auto Parallel] Fix some import errors
-
- 25 5月, 2023 1 次提交
-
-
由 houj04 提交于
-
- 22 5月, 2023 2 次提交
-
-
由 zhenhailiu 提交于
* unify code * remove useless code * polish * python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py * polish * polish
-
由 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
-
- 20 5月, 2023 1 次提交
-
-
由 ShenLiang 提交于
-
- 18 5月, 2023 2 次提交
- 16 5月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 15 5月, 2023 3 次提交
-
-
由 ronnywang 提交于
-
由 Ghost Screaming 提交于
however it can't deal with group of parameter_list of dict.
-
由 LoneRanger 提交于
* relocate regularizer.py * fix bug * fix bug * fix bug * relocate the import * replace _regularization_coeff with coeff * remove the L1DecayRegularizer and L2DecayRegularizer
-
- 11 5月, 2023 3 次提交