1. 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
  2. 22 11月, 2022 2 次提交
    • Y
      clear fluid apis in loss.py v_1 (#48132) · 27f49254
      yuehuayingxueluo 提交于
      * clear fluid apis: center_loss, bpr_loss, edit_distance, hsigmoid, sampled_softmax_with_cross_entropy, rank_loss, margin_rank_loss,  sigmoid_cross_entropy_with_logits, huber_loss
      
      * fix python/paddle/fluid/layers/loss.py
      
      * fix test_layers.py
      
      * fix CI bug
      
      * fix nn.py
      27f49254
    • (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
  3. 09 11月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove unnecessary u-prefix in string literal (#47727) · 433e67bd
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove unnecessary u-prefix in string literal
      
      * `"{}".format(x)` -> `x`
      
      * remove duplicated dtype literals
      
      * revert changes in data_feeder.py
      
      * remove u-prefix in data_feeder
      
      * revert remove duplicated dtype literals in data_feeder
      
      * remove unnecessary convert to str
      
      * for test
      
      * add some comments
      
      * refine comment
      
      * restore a removed str conversion
      
      * re-trigger all ci, empty commit
      433e67bd
  4. 03 11月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 19 10月, 2022 1 次提交
  7. 11 10月, 2022 1 次提交
  8. 27 9月, 2022 1 次提交
  9. 05 7月, 2022 1 次提交
  10. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  11. 30 7月, 2020 1 次提交
  12. 02 4月, 2020 1 次提交
  13. 28 2月, 2020 1 次提交
  14. 13 1月, 2020 1 次提交
  15. 12 12月, 2019 1 次提交
    • T
      memory leak for cpu (#21174) · 9ad940fd
      tangwei12 提交于
      * add fake init for the trainer, fix large memory hold in the trainer
      * do not merge recv vars from a remote endpoint, test=develop
      * add recv and save op, merge slice var in one op, save memory
      * remove hsigmoid with pull sparse, test=develop
      9ad940fd
  16. 14 3月, 2019 2 次提交
  17. 11 3月, 2019 1 次提交
  18. 18 2月, 2019 1 次提交
  19. 23 1月, 2019 1 次提交
  20. 26 12月, 2018 1 次提交
  21. 25 12月, 2018 1 次提交
  22. 18 12月, 2018 2 次提交
  23. 14 12月, 2018 2 次提交
  24. 07 12月, 2018 2 次提交
  25. 29 11月, 2018 2 次提交
  26. 26 11月, 2018 1 次提交
  27. 25 11月, 2018 1 次提交
  28. 08 11月, 2018 2 次提交
    • C
      Fix input<tensor> (#14208) · c5b6573a
      chengduo 提交于
      * fix input<tensor>
      test=develop
      
      * fix split_ids
      test=develop
      
      * ElementwiseMul should not support SelectedRows
      
      * fix scale op
      test=develop
      
      * change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
      
      * fix operator
      
      * refine MultiOutput
      
      * fix MultiOutput
      test=develop
      
      * disable test_dist_save_load
      test=develop
      
      * fix elementwise_op
      test=develop
      
      * add get_sparse_as_op
      test=develop
      
      * add info for check
      test=develop
      
      * rename get_sparse_as_op with extract_rows_as_op.
      test=develop
      
      * elementwise doesn't support selected_rows
      
      * fix regularizer
      
      * remove extract_rows_as
      test=develop
      
      * fix ci
      test=develop
      
      * add test for sum_op
      
      * fix regularizer
      test=develop
      
      *  test=develop
      
      * fix pserver weight decay multi inputs test=develop
      c5b6573a
    • Q
      add comment and unit test · 373f6498
      Qiao Longfei 提交于
      test=develop
      373f6498
  29. 07 11月, 2018 1 次提交
  30. 01 11月, 2018 3 次提交
  31. 31 10月, 2018 1 次提交