1. 19 12月, 2022 1 次提交
  2. 16 12月, 2022 1 次提交
  3. 14 12月, 2022 1 次提交
  4. 13 12月, 2022 1 次提交
  5. 12 12月, 2022 1 次提交
  6. 08 12月, 2022 2 次提交
  7. 06 12月, 2022 1 次提交
  8. 05 12月, 2022 1 次提交
  9. 02 12月, 2022 2 次提交
    • C
      move paddle.fluid.layers.tensor.create_parameter to... · 33d90ae8
      cyber-pioneer 提交于
      move paddle.fluid.layers.tensor.create_parameter to paddle.tensor.creation.create_parameter (#48579)
      
      33d90ae8
    • 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
  10. 01 12月, 2022 1 次提交
  11. 30 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. 23 11月, 2022 1 次提交
  14. 22 11月, 2022 1 次提交
  15. 21 11月, 2022 1 次提交
  16. 08 11月, 2022 2 次提交
  17. 03 11月, 2022 2 次提交
  18. 01 11月, 2022 2 次提交
    • 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
    • N
      [CodeStyle][py2] remove `six` package (part2) (#47334) · 3592ba8c
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `six` package (part2)
      
      * six.ensure_str
      
      * remove unused `import six`
      
      * remove six from BUILTIN_LIKELY_MODULES
      
      * remove six in example code
      
      * remove some decode
      
      * try to fix example code
      
      * fix MockEtcdClient get/get_prefix returns data type
      
      * fix MockEtcdClient get_prefix returns data
      
      * fix MockEtcdClient get returns data
      
      * remove `six` in pypi and conda requirements
      
      * fix MockEtcdClient add_watch_callback/add_watch_prefix_callback returns data type
      
      * refine MockEtcdClient
      3592ba8c
  19. 31 10月, 2022 2 次提交
  20. 28 10月, 2022 1 次提交
  21. 27 10月, 2022 1 次提交
  22. 23 10月, 2022 1 次提交
  23. 20 10月, 2022 1 次提交
  24. 19 10月, 2022 1 次提交
  25. 18 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_text) (#47036) · ad4c773b
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_text)
      
      * remove some unnecessary decode
      
      * remove to_text definition and unittest
      
      * Revert "remove to_text definition and unittest"
      
      This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267.
      
      * remove an assertion
      
      * empty commit
      ad4c773b
  26. 17 10月, 2022 1 次提交
  27. 27 9月, 2022 2 次提交
  28. 26 9月, 2022 1 次提交
  29. 20 9月, 2022 1 次提交
  30. 16 9月, 2022 1 次提交
  31. 14 9月, 2022 1 次提交
  32. 09 9月, 2022 1 次提交
  33. 05 9月, 2022 1 次提交