1. 18 7月, 2023 1 次提交
    • M
      [Add] Paddle 代码 CI 中引入 xdoctest 检查 (#55295) · 26fba07c
      megemini 提交于
      * [Add]Add Xdoctester
      
      * [Fix]fix beta docstring
      
      * [Doctest]change dirichlet docstring
      
      * [Doctest]change gumbel docstring
      
      * [Doctest]change bernoulli docstring
      
      * [Doctest]change categorical docstring
      
      * [Doctest]change ops.py docstring
      
      * [Doctest]change conv docstring
      
      * [Doctest]change distance docstring, test=docs_preview
      
      * [Change]add ref
      
      * [Change]patch xdoctest debug
      26fba07c
  2. 12 6月, 2023 1 次提交
  3. 25 5月, 2023 1 次提交
  4. 22 5月, 2023 1 次提交
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
  5. 18 5月, 2023 1 次提交
  6. 16 5月, 2023 1 次提交
  7. 28 4月, 2023 2 次提交
  8. 14 4月, 2023 1 次提交
  9. 12 4月, 2023 1 次提交
    • M
      【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API (#52244) · f05c870b
      megemini 提交于
      * 【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API
      
      * [Change]change unittest_py scipy version
      
      * [Change]修改BernoulliNumpy的类型参数;优化静态图测试流程
      
      * [Change]优化类的初始化及逻辑;增加0D相关测试用例
      f05c870b
  10. 07 4月, 2023 1 次提交
  11. 30 3月, 2023 1 次提交
  12. 29 3月, 2023 1 次提交
  13. 28 3月, 2023 1 次提交
  14. 14 2月, 2023 1 次提交
  15. 13 1月, 2023 1 次提交
  16. 25 12月, 2022 1 次提交
  17. 08 12月, 2022 2 次提交
  18. 05 12月, 2022 2 次提交
  19. 02 12月, 2022 1 次提交
  20. 01 12月, 2022 1 次提交
  21. 30 11月, 2022 1 次提交
    • V
      [Clean Fluid API]Remove API: log (#47966) · 91af6df8
      Vvsmile 提交于
      * replace log with paddle.log
      
      * replace log with paddle.nn.functional.log
      
      * fix the code style of remove_log
      
      * fix the ImportError of log
      
      * fix the error of modification of the dist_transformer.py
      
      * fix error of Static-Check
      91af6df8
  22. 29 11月, 2022 2 次提交
  23. 24 11月, 2022 1 次提交
  24. 22 11月, 2022 2 次提交
  25. 21 11月, 2022 1 次提交
  26. 14 11月, 2022 1 次提交
  27. 08 11月, 2022 2 次提交
  28. 03 11月, 2022 1 次提交
  29. 23 10月, 2022 1 次提交
  30. 20 10月, 2022 1 次提交
  31. 17 10月, 2022 1 次提交
    • Y
      【Hackathon No.8】 add gumbel distribution api (#46255) · f1a9f877
      YuRonan 提交于
      * init gumbel api
      
      * commit: update test file
      
      * fix:bug
      
      * update Gumbel API
      
      * upgrade distribution/gumbel.py
      
      * add tests/test_distribution_gumbel.py
      
      * fix:code style
      
      * fix:code style
      
      * fix:code style
      
      * fix:code style
      
      * fix bug
      
      * fix:code style
      
      * fix:code style
      
      * fix:rollback uniform
      
      * fix:delete invalid code
      
      * fix:bug and add static test
      
      * fix:code style
      
      * fix:code style
      
      * fix:delete init transforms
      
      * fix:bug
      
      * fix:bug
      
      * fix:code style
      
      * fix:code style
      
      * fix:add transforms
      
      * fix:code style
      
      * fix:code style
      
      * fix:bug
      
      * fix:bug
      
      * fix:code style
      
      * fix:code style
      
      * fix:bug
      
      * fix:code style
      
      * fix:code style
      
      * fix:bug for gumbel.py / add:judge transforms'len for transformed_distribution.py
      
      * update gumbel.py
      
      * fix:bug for test_distribution_gumbel.py
      
      * fix:bug for test_distribution_gumbel_static.py
      
      * fix:code style
      
      * fix:code style
      
      * fix:coverage
      
      * fix:bug
      
      * fix:bug
      
      * fix:code style
      
      * fix:bug
      
      * delete:no use package for gumbel.py
      
      * add:coverage transforms'len judge for test_distribution_gumbel.py
      
      * fix:code style for test_distribution_gumbel.py
      
      * fix:coverage
      
      * fix:code style
      
      * fix:code style
      
      * fix:code style
      
      * fix:code style
      
      * fix:code style
      
      * fix:en doc
      
      * fix:param
      
      * fix:copyright
      
      * fixSample; test=document_fix
      Co-authored-by: Ndasen <sen15530876201@163.com>
      f1a9f877
  32. 12 10月, 2022 1 次提交
  33. 10 10月, 2022 1 次提交
    • M
      【Hackathon No.10】新增 LogNormal API (#46426) · af6d80fb
      MayYouBeProsperous 提交于
      * add LogNormal API
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * add comment
      
      * fix bug
      
      * fix docs
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * add test
      
      * add test
      
      * change the args type of Normal sample
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * add test
      
      * add test
      
      * format
      
      * add comment
      
      * add comment
      
      * add comment
      
      * add comment
      
      * format code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * add comment
      
      * remove name parameter for LogNormal
      
      * organize imports
      af6d80fb
  34. 27 9月, 2022 1 次提交