- 22 9月, 2022 1 次提交
-
-
由 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>
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 05 6月, 2022 1 次提交
-
-
由 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
-
- 31 3月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add random varaiable transformations API for paddle's distribution package * add TransformedDistribution API for paddle's probability distribution package * add random variable transformation unitests for static graph * replace math.prod which not support python3.7 with functools.reduce * add Independent and TransformedDistribution distribution * add unittests for constraint * fix typo and AffineTransform sample code error * add mean,variance,rsample abstract method for Distribution
-
- 25 3月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
- 30 1月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add multinomial probability distribution * fix categorical sample bug when logits less than zero * fix categorical sample can't pass hypothesis test and entropy shape error bug
-
- 31 12月, 2021 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add beta distribution * add kl_divergence and register_kl api
-