1. 22 11月, 2022 1 次提交
  2. 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
  3. 03 11月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 19 10月, 2022 1 次提交
  6. 11 10月, 2022 1 次提交
  7. 27 9月, 2022 1 次提交
  8. 05 7月, 2022 1 次提交
  9. 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
  10. 30 7月, 2020 1 次提交
  11. 02 4月, 2020 1 次提交
  12. 28 2月, 2020 1 次提交
  13. 13 1月, 2020 1 次提交
  14. 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
  15. 14 3月, 2019 2 次提交
  16. 11 3月, 2019 1 次提交
  17. 18 2月, 2019 1 次提交
  18. 23 1月, 2019 1 次提交
  19. 26 12月, 2018 1 次提交
  20. 25 12月, 2018 1 次提交
  21. 18 12月, 2018 2 次提交
  22. 14 12月, 2018 2 次提交
  23. 07 12月, 2018 2 次提交
  24. 29 11月, 2018 2 次提交
  25. 26 11月, 2018 1 次提交
  26. 25 11月, 2018 1 次提交
  27. 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
  28. 07 11月, 2018 1 次提交
  29. 01 11月, 2018 3 次提交
  30. 31 10月, 2018 1 次提交
  31. 28 10月, 2018 2 次提交