“5b9c62faee4c3c24a6e5c072cd1c81407aeeb237”上不存在“...fluid/operators/git@gitcode.net:BaiXuePrincess/Paddle.git”
  • 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
test_kl_static.py 7.3 KB