78 Commits (bc738d4ec3e73f4e25a3631f71b9833fe6830e47)

Author SHA1 Message Date
  Xun Deng ee684cc750 fix squeeze dimension issue and gradient issue in sampling 5 years ago
  Xun Deng ce170b2241 added Gumbel distribution 5 years ago
  peixu_ren 3df62c759c Solve the problem with input of Nan in logrithm calculation 5 years ago
  mindspore-ci-bot 044a511726 !7254 [ME] reused `check_type` function 5 years ago
  chenzomi 90de7be0fa [ME] reused `check_type` function 5 years ago
  Yi Huaijie c5f7700992 refactor get_seed() interface 5 years ago
  mindspore-ci-bot 7f24a92d1c !7241 [ME] change `check_lega_float_value` to `check_is_float` and add `check_is_int` 5 years ago
  chenzomi cabb387545 [ME] change `check_lega_float_value` to `check_is_float` and add `check_is_int` 5 years ago
  Xun Deng b527a058f1 Fixed some doc issues and removed context checking in CheckTensor 5 years ago
  mindspore-ci-bot ab9cec0531 !7083 Support Categorical distribution 5 years ago
  mindspore-ci-bot b1dd00f3a9 !7092 Support Logistic Distribution 5 years ago
  peixu_ren 3ed22fa2cf Add note regarding to the transformed distribution seed arg 5 years ago
  Xun Deng 05a0dac125 add logistic distribution 5 years ago
  Xun Deng 877b561e77 added categorical distribution 5 years ago
  Xun Deng 322f154abb fixed neginf plus zero issue under fp16 5 years ago
  mindspore-ci-bot 990524c0e2 !6691 modify distribution type note 5 years ago
  mindspore-ci-bot ed45993f1e !6937 fix BCELoss 5 years ago
  baihuawei 345b6f50b9 fix BCE and KLDiv 5 years ago
  Xun Deng ea57699ed1 added raise_not_implemented_error in distribution 5 years ago
  peixu_ren c7563d53bf Remove the redundant parameters from bijectors and transformed distribution 5 years ago
  peixu_ren 23ff21edd8 Added lognormal distribuition 5 years ago
  Xun Deng 2d8be64696 added add_parameter function into distribution base class 5 years ago
  baihuawei 66f1293a47 modify note of type 5 years ago
  panfengfeng 2d7b93e958 fix nn & operations api comments 5 years ago
  mindspore-ci-bot 12f27b8a70 !6439 Fix a minor bug in init file 5 years ago
  Xun Deng 239826515a modified dtype cast logic in custom_log and custom_exp and fixed dtype issues in softplus bijector 5 years ago
  peixu_ren d795687ef5 Fix a minor bug of init file 5 years ago
  peixu_ren 7fc9a1d192 Use P level erf op in distributions 5 years ago
  Zichun Ye cb1e02fcd9 update doc string in distribution and bijector classes 5 years ago
  Xun Deng 67325d63b0 edited common_dtype and check_param dtype logic 5 years ago
  mindspore-ci-bot 36f370b72f !5932 Modify API comments 5 years ago
  bingyaweng 9065ee16e4 modify API comments 5 years ago
  lilei 71adabd944 modify_bug 5 years ago
  mindspore-ci-bot d27de69dfa !5789 Add private interface specification in distribution docs 5 years ago
  mindspore-ci-bot b9345d1d34 !5775 fix categorical in GraphMode 5 years ago
  baihuawei 92f1855a79 fix categorical in GraphMode 5 years ago
  Xun Deng 46773f9557 add specification of private interface arguments in docs 5 years ago
  Yi Huaijie 4a5d115a66 add get_seed() and set_seed() 5 years ago
  Xun Deng 80d8f30a7c fix error message in checkTensor and bug in bernoulli cross entropy 5 years ago
  mindspore-ci-bot 413e3eb5c0 !5622 fix nccl broadcast 5 years ago
  baihuawei 572a7c4741 fix nccl broadcast 5 years ago
  Xun Deng 9083e9dcd6 fixed prob, survival function of exponential distribution 5 years ago
  mindspore-ci-bot b4caf21f63 !5454 fix Categorical log_prob 5 years ago
  baihuawei 779e27b91d support categorical log_prob 5 years ago
  mindspore-ci-bot 8f69fb415a !5322 fix Categorical class 5 years ago
  Xun Deng f438318583 fix common_dtype in distribution utils 5 years ago
  baihuawei 3a7e7802b0 fix Categorical 5 years ago
  mindspore-ci-bot 9f13170217 !5295 Fix some doc errors in pp distributions and bijectors 5 years ago
  Xun Deng 436b54478d add parameter type check in normal and uniform distribution 5 years ago
  peixu_ren 70b0d4150c Fix some doc errors in pp distributions and bijectors 5 years ago