1. 16 5月, 2023 1 次提交
  2. 28 4月, 2023 2 次提交
  3. 14 4月, 2023 1 次提交
  4. 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
  5. 07 4月, 2023 1 次提交
  6. 30 3月, 2023 1 次提交
  7. 29 3月, 2023 1 次提交
  8. 28 3月, 2023 1 次提交
  9. 14 2月, 2023 1 次提交
  10. 13 1月, 2023 1 次提交
  11. 25 12月, 2022 1 次提交
  12. 08 12月, 2022 2 次提交
  13. 05 12月, 2022 2 次提交
  14. 02 12月, 2022 1 次提交
  15. 01 12月, 2022 1 次提交
  16. 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
  17. 29 11月, 2022 2 次提交
  18. 24 11月, 2022 1 次提交
  19. 22 11月, 2022 2 次提交
  20. 21 11月, 2022 1 次提交
  21. 14 11月, 2022 1 次提交
  22. 08 11月, 2022 2 次提交
  23. 03 11月, 2022 1 次提交
  24. 23 10月, 2022 1 次提交
  25. 20 10月, 2022 1 次提交
  26. 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
  27. 12 10月, 2022 1 次提交
  28. 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
  29. 27 9月, 2022 1 次提交
  30. 23 9月, 2022 1 次提交
    • N
      【PaddlePaddle Hackathon 3 No.9】为 Paddle 新增 Laplace API (#44913) · 09e4875f
      nihao 提交于
      * 增加ks-test;注册kl_divergence
      
      * bug fix
      
      * bug fix data shape
      
      * 按要求修改
      
      * sample code fix
      
      * 按要求修改
      
      * bugfix
      
      * bugfix
      
      * bugfix
      
      * bugfix
      
      * bugfix
      
      * fix sample func
      
      * fix sample func
      
      * 按要求修改;sample函数bugfix
      
      * 按要求修改;sample函数bugfix
      
      * bugfix
      
      * 补充英文文档公式
      
      * 英文文档bugfix
      
      * bugfix
      
      * bugfix
      
      * 英文文档修复
      
      * 去除name参数
      09e4875f
  31. 22 9月, 2022 2 次提交
    • Fix the En docs (delete some expression like 'This OP') (#46165) · 3a928a8c
      张春乔 提交于
      * 1. Delete some expression like 'This Op'
      2. remove import numpy as np
      
      * test=document_fix
      
      * fix eg; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix some docs; test=document_fix
      
      * delete raise; test=document_fix
      
      * add some introduction; test=document_fix
      
      * add some introduction; test=document_fix
      
      * test=document_fix
      
      * Fix ’note‘ format; test=document_fix
      
      * Fix Returns of cholesky; test=document_fix
      
      * Fix Example format; test=document_fix
      
      * Fix det; test=document_fix
      
      * Fix eig; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * test=document_fix
      
      * test=document_fix
      
      * KLDiv;test=document_fix
      
      * norm example code; test=document_fix
      
      * revert python/paddle/fluid/**/*
      
      * revert python/paddle/distributed/spawn.py
      
      * revert python/paddle/fluid/*
      
      * fix a `Note` format
      
      * Fix inv; test=document_fix
      
      * Fix lu; test=document_fix
      
      * Fix lu_unpack; test=document_fix
      
      * Fix matrix_power; test=document_fix
      
      * Fix multi_dot; test=document_fix
      
      * Fix solve; test=document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      3a928a8c
    • I
      [docs] fix some format issue (#45752) · 2963e6a0
      Infinity_lee 提交于
      * fix some error
      
      * fix
      
      * fix some error
      
      * fix bugs
      
      * fix some errors
      
      * fix
      
      * Update transform.py
      
      fix some docs errors
      
      * Update normal.py
      
      fix some doc errors
      
      * Update uniform.py
      
      fix some docs errors
      
      * Update kl.py
      
      fix some docs errors
      
      * Update math.py
      
      fix some docs error
      
      * Update math.py
      
      fix heaviside links
      
      * Update loss.py
      
      fix
      
      * Update transform.py
      
      fix bugs
      
      * Update math.py
      
      fix
      
      * fix some format issue
      
      * Update normal.py
      
      * fix missing np
      
      * order imports
      
      * fix some flake8 warning
      
      * Update python/paddle/tensor/math.py
      
      * fix OP-->API
      
      * fix op
      
      * fix grid_sample format
      
      * trim trailing whitespace
      
      * empty commit, test=document_fix
      
      * empty commit
      Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      2963e6a0
  32. 16 9月, 2022 1 次提交
  33. 14 9月, 2022 1 次提交