1. 21 12月, 2022 13 次提交
    • Z
      remove paddle.fluid.layers.layer_norm (#49174) · b333d7ed
      zqw_1997 提交于
      * remove paddle.fluid.layers.layer_norm
      
      * templatedoc import from paddle.fluid.layers.layer_function_generator
      
      * del import of fluid.layers.layer_norm in __init__.py
      
      * add import of ..common.layer_norm in __init__.py
      
      * fix bug in UT
      
      * fix doc
      b333d7ed
    • X
      update lbfgs optimizers (#48938) · aa40d80d
      xiaoguoguo626807 提交于
      * lbfgs right version
      
      * delete log
      
      * code_style
      
      * add test
      
      * delete sparse grad
      
      * add test for converage
      
      * modify example in dygraph
      
      * revert lbfgs
      
      * add test for linesearch
      
      * code_style
      
      * add test
      
      * modify test
      
      * modify test
      
      * modify set
      
      * modify set
      
      * modify test
      
      * modiy code_block; test=docs_preview
      
      * modiy code_block; test=docs_preview
      aa40d80d
    • N
    • G
      remove paddle.static.sparsity and move out sparsity from fluid (#48450) · b51a752f
      GGBond8488 提交于
      * move out sparsity from fluid
      
      * fix typro
      
      * fix circle import error
      
      * fix circle import
      
      * fix circle import
      
      * fix conflicts
      
      * remove paddle.static.sparsity
      
      * remove paddle.asp
      
      * Undo history modifications
      
      * remove sparsity in static package
      
      * modify setup.py
      
      * add missing modifications on unitest files
      
      * remove redundant sparsiy hierarchy
      
      * fix unitest file
      b51a752f
    • Z
      Refactor Pass for fused_conv (#48848) · 7f0eb2e3
      zyfncg 提交于
      * refactor conv_activation_mkldnn_fuse_pass
      
      * refactor conv_affine_channel_mkldnn_fuse_pass
      
      * fix conv_activation_mkldnn_fuse_pass
      
      * fix mkldnn unittest
      
      * refactor int8_scale_calculation_mkldnn_pass and params_quantization_mkldnn_pass
      
      * refactor conv_elementwise_add_mkldnn_fuse_pass
      
      * fix quant
      
      * refactor conv_bn_fuse_pass
      
      * fix conv_bn_fuse_pass
      
      * refactor depthwise_conv_bn_fuse_pass
      
      * fix unittest
      
      * fix conv_bn_fuse_pass
      
      * remove redundant conv2d in params_quantization_mkldnn_pass
      
      * fix params_quantization_mkldnn_pass_tester
      7f0eb2e3
    • W
      Fluid clean (#48841) · b8814777
      wangxiaoning 提交于
      * add index sample fp16 support
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py"
      
      This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264.
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * remove index sample op changes
      
      * remove fluid APIs under fleet.base
      
      * remove fluid APIs under fleet.layers.mpu
      
      * remove fluid APIs under fleet.meta_optimizers
      
      * fix fluid error
      
      * fix util_factory.py
      
      * reset fluid.io.load_inference_model API
      
      * remove dygraph.parallel.prepare_context
      
      * remove fluid.dygraph.StaticModelRunner API
      
      * remove split_lod_tensor merge_lod_tensor
      
      * remove unittests
      b8814777
    • rm unittests eager guard tests part7 faster2conv3d (#48820) · 1e0f8734
      姜永久 提交于
      * rm unittests eager guard tests part7 faster2conv3d
      
      * minor change
      
      * rm post_hook test
      1e0f8734
    • rm unittests eager guard test part8 gaussian2gumnel (#48821) · 3210ea8e
      姜永久 提交于
      * rm unittests eager guard test part8 gaussian2gumnel
      
      * rm
      
      * modify
      
      * fix
      
      * fix GroupNorm param
      3210ea8e
    • 675b3486
    • rm unittests eager guard tests part19 rnn2sparse_model (#48878) · fb8f2de6
      姜永久 提交于
      * rm unittests eager guard tests part19 rnn2sparse_model
      
      * fix conflix
      
      * fix set value
      fb8f2de6
    • 3900d562
    • W
      Replace `assert np.close` with `np.testing.assert_allclose` in collective... · a6dcaf64
      Wen Sun 提交于
      Replace `assert np.close` with `np.testing.assert_allclose` in collective communication unittests (#49195)
      
      * refactor: replace `assert` with `assert_allclose`
      
      * chore: add coverage conf
      
      * revert: remove incorrect coverage conf
      a6dcaf64
    • A
      fix unittests (#49203) · 10d3c096
      Aganlengzi 提交于
      10d3c096
  2. 20 12月, 2022 14 次提交
  3. 19 12月, 2022 13 次提交