- 08 9月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [Dy2St]Renae in_declarative_mode into in_to_static_mode [Dy2St]Renae in_declarative_mode into in_to_static_mode fix comment
-
- 07 9月, 2023 1 次提交
-
-
由 Difer 提交于
* rename fluid to base * fix setup and rename paddle.fluid * fix protobuf generated paddle.fluid * fix some errors * fix cmake depends * fix some error * try to fix cache error * fix codestyle && some doc error * remove build change * fix some error --------- Co-authored-by: NXiangGao <jeff41404@gmail.com>
-
- 21 8月, 2023 1 次提交
-
-
由 Candy2Tang 提交于
[xdoctest][task 109] Reformat example code with google style in python/paddle/optimizer/lr.py (#56225) * [xdoctest][task 109] test=docs_preview * fix whitespace test=docs_preview * Apply suggestions from code review * fix indent and legacy fluid apis --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 18 8月, 2023 1 次提交
-
-
由 Kai Song 提交于
* [Custom Device]add lr_ratio support of adamw for mlu * fix * fix
-
- 16 8月, 2023 3 次提交
-
-
由 PommesPeter 提交于
* fix: updated code examples. * fix: updated blank lines. * fix: updated code style * fix: removed extra changes * fix: refine detail
-
由 Candy2Tang 提交于
[xdoctest][task 108] Reformat example code with google style in python/paddle/optimizer/lbfgs.py (#56224) * [xdoctest][task 108] test=docs_preview * Apply suggestions from code review --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 zhaoyingli 提交于
* make params_grads order same bewteen dynamic and static mode * revert inplace clip * use sorted attribute to control * tiny fix * fix find loss_grad_op
-
- 15 8月, 2023 2 次提交
-
-
由 Sonder 提交于
-
由 xiaoguoguo626807 提交于
* add reference of lbfgs * add reference of lbfgs
-
- 14 8月, 2023 5 次提交
-
-
由 Candy2Tang 提交于
[xdoctest][task 107]reformat example code with google style in python/paddle/optimizer/lamb.py test=docs_preivew (#56223)
-
由 Candy2Tang 提交于
[xdoctest][task 106] Reformat example code with google style in python/paddle/optimizer/adamw.py (#56222) * [xdoctest][task 106]reformat example code with google style in python/paddle/optimizer/adamw.py * fix word typo test=docs_preview * fix word typo test=docs_preview * fix whitespace test=docs_preview
-
由 Candy2Tang 提交于
[xdoctest][task 110] Reformat example code with google style in python/paddle/optimizer/momentum.py (#56226) * [xdoctest][task 110] test=docs_preview * fix whitespace test=docs_preview
-
由 Candy2Tang 提交于
[xdoctest][task 111] Reformat example code with google style in python/paddle/optimizer/rmsprop.py (#56227) * [xdoctest][task 111] test=docs_preview * fix whitespace test=docs_preview
-
由 Candy2Tang 提交于
[xdoctest][task 112] Reformat example code with google style in python/paddle/optimizer/sgd.py (#56228)
-
- 11 8月, 2023 3 次提交
-
-
由 LoneRanger 提交于
* remove the optimizer base and learning rate base * fix bug * fix bug
-
由 Candy2Tang 提交于
[xdoctest][task 105]reformat example code with google style in python/paddle/optimizer/adamax.py (#56167) * [xdoctest][task 105]reformat example code with google style in python/paddle/optimizer/adamax.py * fix word typo test=docs_preview * fix comment test=docs_preview
-
由 Difer 提交于
* move fluid apis * fix type error * remove static exponential_decay * fix some import error * remove nn.py * fix some error * fix type error
-
- 09 8月, 2023 1 次提交
-
-
由 LoneRanger 提交于
remove the AdamOptimizer、SGDOptimizer、MomentumOptimizer、ModelAverage、LookaheadOptimizer、FtrlOptimizer、DecayedAdagradOptimizer、DpsgdOptimizer in fluid and relocate the ExponentialMovingAverage、PipelineOptimizer、GradientMergeOptimizer and change optimizer base for LarsMomentumOptimizer and RecomputeOptimizer (#55970) * change the optimizer base for SGDOptimizer * change the optimizer base for SGDOptimizer * replace the SGDOptimizer with SGD * fix bug of sgd * change the optimizer base for MomentumOptimizer * fix the remaining tests * remove the Momentum in fluid/optimizer.py * fix bug * fix bug * fix bug * fix bug * Update test_resnet_cinn.py * Update test_resnet_prim_cinn.py * fix bug * fix bug * fix bug * remove the ModelAverage in fluid * remove the LookaheadOptimizer in fluid * fix bug * remove AdamOptimizer in fluid * Update test_image_classification_fp16.py * fix bug * relocate the ExponentialMovingAverage in fluid * restore the static api * remove the FtrlOptimizer in fluid * remove the DecayedAdagradOptimizer in fluid * remove the DpsgdOptimizer in fluid * fix bug * fix codestyle * fix bug * fix bug * relocate the PipelineOptimizer * relocate the GradientMergeOptimizer * fix bug * fix bug * fix bug * fix doc * Update __init__.py * Update test_fleet_qat_meta_optimizer.py * change optimizer base for LarsMomentumOptimizer * fix bug * fix conflict * fix code-style * fix sample codes * fix bug * fix bug * fix cinn bug * fix bug * fix bug * Update qat_optimizer.py * Update __init__.py * fix bug * change optimizer base for RecomputeOptimizer * fix bug * fix bug * Update test_imperative_optimizer_v2.py
-
- 07 8月, 2023 1 次提交
-
-
由 lijialin03 提交于
-
- 19 7月, 2023 2 次提交
-
-
由 jjyaoao 提交于
Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
由 jjyaoao 提交于
Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
- 11 7月, 2023 1 次提交
-
-
由 pangengzheng 提交于
* support sharding parallel * fix name * fix * update * test amp for sharding --------- Co-authored-by: pangengzheng <pangengzheng.baidu.com>
-
- 28 6月, 2023 2 次提交
-
-
由 zqw_1997 提交于
* demo1 * add test cases * modify the usage of StepDecay * refine
-
由 LoneRanger 提交于
* replace PiecewiseDecay(LearningRateDecay) with PiecewiseDecay(LRScheduler) * fix bug * fix bug * replace the StepDecay,MultiStepDecay,LambdaDecay with 2.0 version
-
- 16 6月, 2023 1 次提交
-
-
由 zhiboniu 提交于
* fix lamb always_adapt * fix optest * fix all optests
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 09 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
* bump ruff to 0.0.271 and update config * exclude third_party * bump ruff to 0.0.272 * refine config
-
- 02 6月, 2023 1 次提交
-
-
由 Zhang Ting 提交于
* support master_grad for adam and momentum Co-authored-by: zhangting_2017@163.com <zhangting2020>
-
- 22 5月, 2023 1 次提交
-
-
由 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
-
- 18 5月, 2023 2 次提交
-
-
由 co63oc 提交于
-
由 shaojie_wang 提交于
* add master gradients on static graph * add unit test for bf16 master grad static graph * use float16 as v100 test dtype * only skip GPU which do not support bf16 * use linear layer to test master grad * 1.push master grad creation before all optimizer ops; 2.remove useless unittest; 3.use a function to create master grad states
-
- 16 5月, 2023 1 次提交
-
-
由 meteor135 提交于
* remove _in_eager_mode_ * remove _in_eager_mode_
-
- 15 5月, 2023 1 次提交
-
-
由 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 2 次提交
-
-
由 lijialin03 提交于
-
由 jjyaoao 提交于
-
- 04 5月, 2023 1 次提交
-
-
由 hua-zi 提交于
-
- 27 4月, 2023 1 次提交
-
-
由 hua-zi 提交于
* updata Adamw.py out.backward() -> loss.backward() * Update adamw.py
-
- 26 4月, 2023 1 次提交
-
-
由 lijialin03 提交于
* modify numel in lbfgs and add a new test case. test=develop * change param 'lr' to 'learning_rate' in lbfgs and its test * add opt LBFGS and change test
-
- 22 4月, 2023 1 次提交
-
-
由 Tian 提交于
-
- 11 4月, 2023 1 次提交
-
-
由 wangzhen38 提交于
-