1. 13 12月, 2022 2 次提交
  2. 12 12月, 2022 3 次提交
  3. 10 12月, 2022 1 次提交
    • W
      [remove fluid] fluid dygraph Embedding (#48806) · 6e356c68
      wangzhen38 提交于
      * [remove fluid] fluid dygraph Embedding
      
      * [remove fluid] fluid dygraph Embedding
      
      * [remove fluid] fluid dygraph Embedding
      
      * [remove fluid] fluid dygraph Embedding
      
      * [remove fluid] fluid dygraph Embedding
      
      * [remove fluid] fluid dygraph Embedding
      6e356c68
  4. 09 12月, 2022 2 次提交
  5. 08 12月, 2022 3 次提交
  6. 06 12月, 2022 3 次提交
    • W
      update for untrainable params for stage3. (#48577) · e4ee872c
      wuhuachaocoding 提交于
      e4ee872c
    • K
      Remove fluid matmul (#47988) · 8fb829ba
      kangguangli 提交于
      * remove layers.matmul in nets.py
      
      * remove layers.matmul in rnn_impl/test_quantization_pass/auto_parallel_gpt_model/test_auto_parallel_completion_gpt
      
      * remove layers.matmul in other files
      
      * fix
      
      * fix
      
      * remove layers.matmul itself
      
      * remove ref in CMakeLists.txt and tools directory
      
      * remove matmul in fluid.layers.nn.py
      
      * remove matmul in fluid.dygraph.rnn.py && resotre test_matmul_op.py
      
      * replace matmul in fluid.dygraph.rnn.py && clean api_test in test_matmul_op.py
      
      * fix error && restore empty test_auto_search_dist_matmul_op.py
      
      * fix check in test_auto_parallel_partitioner.py
      
      * fix test_dist_matmul && test_flags_mkldnn_ops_on_off
      
      * fix test_fused_attention_op_xpu.py && test_matmul_op_xpu.py
      
      * remove test_auto_search_dist_matmul_op.py
      
      * remove layers.matmul in auto_parallel_gpt_model.py && fix doc in fluid/io.py
      
      * fix for matmul_grad
      
      * fix codestyle
      
      * fix codestyle
      
      * resolve conflicts error
      
      * restore unit test file but not compiled it for later remove
      
      * fix codestyle
      
      * fix wrong unittest skip
      
      * fix unittest delete
      
      * fix scale cost
      
      * fix scale cost
      
      * resolve conflicts error
      
      * resolve conflicts error
      Co-authored-by: Njakpiase <jakpia21@gmail.com>
      8fb829ba
    • W
      [remove fluid] Pool2D (#48707) · d050c188
      wangzhen38 提交于
      d050c188
  7. 05 12月, 2022 3 次提交
  8. 02 12月, 2022 5 次提交
    • C
      remove softmax api from fluid (#48388) · a3ae080a
      Charles-hit 提交于
      * move softmax to paddle2.0
      
      * fix some bugs
      
      * resolve conflict
      
      * remove some code
      
      * modify code style
      
      * fix bugs
      
      * fix code
      
      * fix move code
      
      * fix some bugs
      
      * fix code
      
      * fix some code
      
      * modify the header file
      
      * fix bugs
      
      * fix some examples
      
      * fix mish example
      
      * fix code
      a3ae080a
    • W
      [remove fluid] drop_out API (#48586) · 6af7b42b
      wangzhen38 提交于
      * [remove fluid] drop_out PI
      
      * [remove fluid] drop_out PI
      
      * [remove fluid] drop_out layernorm
      
      * [remove fluid] drop_out layernorm
      
      * [remove fluid] drop_out layernorm
      
      * [remove fluid] drop_out layernorm
      6af7b42b
    • L
      remove less_than (#48584) · e48767fe
      LiYuRio 提交于
      e48767fe
    • Y
      clear fluid apis: square_error_cost (#48029) · 33173ab4
      yuehuayingxueluo 提交于
      * clear fluid apis in fleet and passes
      
      * fix model.py
      
      * fix model.py
      
      * fix cpp_pass.py
      
      * clear loss.py
      
      * change test file
      
      * fix some test_*.py
      
      * fix adaround.py
      
      * fix evaluator.py
      
      * fix CI bug
      
      * fix CI bug
      
      * fix decode.py
      
      * fix detection.py
      
      * fix ci bug
      
      * rm test_sigmoid_cross_entropy_with_logits_op_ipu.py and fix __init__.py
      
      * fix ci bug
      
      * fix ci BUG
      33173ab4
    • W
      [Fluid API] Remove `shrink_memory`, `create_array` & `array_length` (#48287) · a686b3cf
      Wen Sun 提交于
      * refactor: rm shrink_memory
      
      * refactor: rm create_array
      
      * refactor: rm array_length
      a686b3cf
  9. 01 12月, 2022 1 次提交
  10. 30 11月, 2022 2 次提交
    • R
      [Eager] fix recompute for stop_gradient and inpalce (#48471) · 31e380ce
      Roc 提交于
      * fix recompute for stop_gradient and inpalce
      
      * fix ut
      
      * update
      31e380ce
    • W
      [remove fluid] under unittesets (#48212) · 7d6263e6
      wangzhen38 提交于
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      
      * [remove fluid] under unittesets
      7d6263e6
  11. 29 11月, 2022 1 次提交
  12. 28 11月, 2022 1 次提交
    • X
      【fluid api clear】Remove reduce sum (#48330) · 8d00f76e
      xiaoguoguo626807 提交于
      * remove fluid.reduce_sum
      
      * remove fluid.reduce_sum
      
      * modify axis and import paddle
      
      * modify keepdim and out_name
      
      * modift unittest
      
      * modift unittest
      
      * modify CI_static and loss.py
      
      * modify test_mse_loss
      
      * modify static ci
      
      * modify static ci datatype
      
      * add import paddle in test
      
      * fix conflict
      
      * fix conflict
      
      * modify ci
      
      * modify ci
      
      * fix_conflict
      
      * fix bug
      
      * code_style
      8d00f76e
  13. 26 11月, 2022 1 次提交
  14. 25 11月, 2022 1 次提交
  15. 23 11月, 2022 3 次提交
    • V
      [Clean Fluid API]Remove API: label_smooth (#47952) · a0f47350
      Vvsmile 提交于
      * Remove API: label_smooth (replace with paddle.nn.functional.label_smooth)
      	Replace the paddle.fluid.layers.label_smooth with the
      paddle.nn.functional.label_smooth
      
      * modify the call of label_smooth from old style to new style
      a0f47350
    • G
      【fluid clean】 move out LayerList, ParameterList, Sequential from fluid (#48197) · a914d68e
      GGBond8488 提交于
      * fluid clean move out LayerList, ParameterList, Sequential from fluid
      
      * copy Sequential from fluid to paddle.nn
      
      * replace fluid LayerList,ParamterList, Sequential in unit test file
      
      * add omit unit test file use paddle.nn.Sequential
      
      * remove numpy and use paddle.uniform instead
      a914d68e
    • X
      【fluid api clear】remove transpose (#47917) · b994c89d
      xiaoguoguo626807 提交于
      * remove transpose
      
      * codestyle check
      
      * modify CI_STATIC
      
      * modify CI_STATIC
      
      * modify enable static()
      
      * remove unused import
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * endless conflict
      b994c89d
  16. 22 11月, 2022 2 次提交
    • W
      [remove fluid] under fleet meta_optimizers_wz (#47888) · 51b08123
      wangzhen38 提交于
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * update
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      
      * [remove fluid] under fleet meta_optimizers_wz
      51b08123
    • (fluid清理)remove reshape in nn.py under fluid (#47967) · 4244fa6e
      傅剑寒 提交于
      * remove reshape in nn.py under fluid
      
      * remove reshape reference
      
      * fix test case
      
      * fix test case in distribution.uniform
      
      * remove fluid reshape reference
      4244fa6e
  17. 17 11月, 2022 1 次提交
  18. 10 11月, 2022 1 次提交
  19. 09 11月, 2022 1 次提交
  20. 08 11月, 2022 1 次提交
  21. 07 11月, 2022 1 次提交
  22. 03 11月, 2022 1 次提交