1. 16 5月, 2023 1 次提交
  2. 30 3月, 2023 1 次提交
  3. 03 11月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 14 9月, 2022 1 次提交
  6. 31 3月, 2022 1 次提交
    • X
      Add probability distribution transformation APIs (#40536) · 6735a37a
      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
      6735a37a
  7. 30 1月, 2022 1 次提交
  8. 31 12月, 2021 1 次提交