- 24 6月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* Use all sitepackages path as the library/include path (#42940) * Fix several unit tests and increase the unit tests stability (#43670) * Reduce gather op unit tests size and increase the timeout * Add NVIDIA_TF32_OVERRIDE for multi-processes environment * Remove record test for device event ut * Fix 3 unittest errors (#43532) * Fix test_fuse_resnet_unit failure * Fix test_imperative_auto_mixed_precision failure * Fix sparse_attention_op error * Fix sparse_attention_op error * Use fixed random seed (#43659) * for CI test_collective_sendrecv_api Co-authored-by: Nzlsh80826 <rewang@nvidia.com> Co-authored-by: NShijie <505749828@qq.com>
-
- 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
-
- 31 12月, 2021 1 次提交
-
-
由 Xiaoxu Chen 提交于
* add beta distribution * add kl_divergence and register_kl api
-