1. 08 12月, 2022 1 次提交
  2. 02 12月, 2022 1 次提交
    • 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
  3. 08 11月, 2022 1 次提交
  4. 01 11月, 2022 1 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
  5. 23 10月, 2022 1 次提交
  6. 19 10月, 2022 1 次提交
  7. 27 9月, 2022 1 次提交
  8. 14 9月, 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. 01 7月, 2020 1 次提交
  11. 14 5月, 2020 1 次提交
  12. 18 3月, 2020 1 次提交
  13. 28 2月, 2020 1 次提交
  14. 23 2月, 2020 1 次提交
  15. 22 2月, 2020 1 次提交
  16. 15 2月, 2020 1 次提交
  17. 17 1月, 2020 1 次提交
  18. 13 1月, 2020 1 次提交
  19. 07 1月, 2020 2 次提交
  20. 06 1月, 2020 1 次提交
  21. 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
  22. 06 12月, 2019 1 次提交
  23. 28 11月, 2019 1 次提交
  24. 01 11月, 2019 1 次提交
  25. 17 10月, 2019 1 次提交
  26. 15 10月, 2019 2 次提交
  27. 11 10月, 2019 1 次提交
  28. 09 10月, 2019 1 次提交
  29. 07 10月, 2019 1 次提交
  30. 30 9月, 2019 1 次提交
  31. 26 9月, 2019 1 次提交
  32. 16 9月, 2019 1 次提交
  33. 06 9月, 2019 1 次提交
  34. 28 8月, 2019 2 次提交
  35. 26 8月, 2019 1 次提交
  36. 12 8月, 2019 1 次提交
  37. 11 7月, 2019 1 次提交