1. 21 3月, 2023 2 次提交
  2. 20 3月, 2023 5 次提交
    • A
      [CodeStyle][UP008] remove super call with parameters (#51812) · 81f3f6b5
      Ainavo 提交于
      * remove super call with parameters
      
      * fix bug
      81f3f6b5
    • A
      [CodeStyle][UP004] remove useless object inheritance (#51771) · 9983892e
      Ainavo 提交于
      * add_up004_for_ruff
      
      * 修改配置文件并清除object
      
      * fix md
      9983892e
    • zhouweiwei2014's avatar
    • G
      【fluid clean】Move out layers and layers helper (#49415) · 1d5cad23
      GGBond8488 提交于
      * remove no used fluid beam_search_decoder
      
      * move Layer and related helper to paddle.nn.common
      
      * modify Layer references from dygraph.layers.Layer to paddle.nn.common.layers
      
      * stash changge
      
      * remove fluid layer_object_helper, layers.py
      
      * remove fluid layers init
      
      * add setip
      
      * fix unitest
      
      * delete layers in fluid.dygraph
      
      * merge paddle.tensor.stat,py
      
      * fix circle import
      
      * fix curcle import
      
      * remove redundant in_dygraph_mode import
      
      * revoce paddle.nn.common.* in fluid.__init__
      
      * recovery nn.rnn
      
      * paddle.frame use lazy import import paddle.jit to avoid circle import
      
      * remove left dygraph.layers ref
      
      * merge develop
      
      * fix import error
      
      * fix test error
      
      * fxi merge error
      
      * fix test fluid.Layer
      
      * fix test error
      
      * fix test error
      
      * fix import error
      
      * fix import error
      
      * fix comments
      
      * fix circle import
      
      * fix rnn import error
      
      * fix circle import
      1d5cad23
    • G
      Fluid clean move out fill constant (#49511) · c985b1ac
      GGBond8488 提交于
      * migrate fill_constant to paddle.tensor
      
      * move fill_constant to paddle.tensor and repalce the reference
      
      * add missing fill_constant replacement
      
      * fix typro
      
      * remove unused import fill_constant
      
      * fix zeros import error
      
      * fix circle import
      
      * fix layers.zeros
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * use paddle.full replace fill_constant in samplecode
      
      * fix sample code
      
      * recovery xpu test
      
      * recovery xpu test
      
      * fix circle import
      
      * fix utils import error
      
      * fix utils error
      
      * fix circle import
      
      * redo
      
      * fix circle import
      
      * fix prim fill constant import
      
      * fix type error
      
      * fix increase error
      
      * fix test error
      
      * fix fill_constant
      c985b1ac
  3. 17 3月, 2023 2 次提交
  4. 15 3月, 2023 2 次提交
  5. 13 3月, 2023 1 次提交
    • K
      [with_data_parallel][part6] remove with_data_parallel in distributed optimizer (#50719) · 1404f732
      kangguangli 提交于
      * find relevant testcase
      
      * remove with_data_parallel
      
      * trigger CI
      
      * do not apply ParameterServerGraphOptimizer
      
      * remove useless optimizer
      
      * remove with_data_parallel in test_dist_base
      
      * fix test_fleet_base_3
      
      * only reserve changes for GraphExecutionOptimizer
      
      * fix bug
      
      * fix test_minst_dgc_nccl
      
      * fix typo
      
      * fix test_dist_mnist_gradient_merge
      
      * rm TestDistMnistNCCL2DGCMultiCards
      
      * fix optimizer conflicts
      
      * fix dist_mnist
      
      * fix test_dist_hapi
      
      * delete test_fleet_graph_execution_meta_optimizer & test_fleet_graph_executor
      
      * temporally not delete unittest
      
      * fix unittests
      
      * fix ci
      
      * recover prune in python/paddle/hapi/model.py
      1404f732
  6. 10 3月, 2023 1 次提交
  7. 09 3月, 2023 1 次提交
    • G
      Fix hybrid parallel training strategy using bf16 (#51103) · 8db15a42
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix bug of hybrid parallel strategy with recompute using bf16.
      
      * Fix bug of recompute_hybrid ctx.amp_dtype
      
      * Fix bug of amp_dtype.
      
      * Fix bug of auto_cast.
      8db15a42
  8. 08 3月, 2023 2 次提交
  9. 06 3月, 2023 2 次提交
  10. 03 3月, 2023 3 次提交
  11. 02 3月, 2023 2 次提交
  12. 28 2月, 2023 2 次提交
  13. 27 2月, 2023 1 次提交
  14. 24 2月, 2023 1 次提交
    • W
      Revert grad scale optimization pr (#50839) · 8a503522
      Weilong Wu 提交于
      * Revert "fixoptminizer _set_auxiliary_var bug (#50335)"
      
      This reverts commit c44005f0.
      
      * Revert "refine optimizer create accumulators (#50188)"
      
      This reverts commit 244e7546.
      
      * Revert "fix found_inf bug for custom optimizer (#50158)"
      
      This reverts commit 64573f9f.
      
      * Revert "refine amp scaler found_inf (#49864)"
      
      This reverts commit 382e9a06.
      
      * fix code format
      
      * fix conflict
      8a503522
  15. 22 2月, 2023 2 次提交
  16. 21 2月, 2023 2 次提交
  17. 20 2月, 2023 1 次提交
  18. 16 2月, 2023 1 次提交
  19. 15 2月, 2023 2 次提交
  20. 09 2月, 2023 3 次提交
  21. 07 2月, 2023 1 次提交
  22. 03 2月, 2023 1 次提交