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
Merge pull request !7254 from chenzhongming/zomi_master
|
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`
Merge pull request !7241 from chenzhongming/zomi_master
|
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
Merge pull request !7083 from XunDeng/categorical
|
5 years ago |
mindspore-ci-bot
|
b1dd00f3a9
|
!7092 Support Logistic Distribution
Merge pull request !7092 from XunDeng/logistic
|
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
Merge pull request !6691 from baihuawei/distributiontype
|
5 years ago |
mindspore-ci-bot
|
ed45993f1e
|
!6937 fix BCELoss
Merge pull request !6937 from baihuawei/lossmodify
|
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
Merge pull request !6439 from peixu_ren/custom_bijector
|
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
Merge pull request !5932 from byweng/master
|
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
Merge pull request !5789 from XunDeng/pp_issue_branch
|
5 years ago |
mindspore-ci-bot
|
b9345d1d34
|
!5775 fix categorical in GraphMode
Merge pull request !5775 from baihuawei/0902
|
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
Merge pull request !5622 from baihuawei/0901
|
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
Merge pull request !5454 from baihuawei/categorical
|
5 years ago |
baihuawei
|
779e27b91d
|
support categorical log_prob
|
5 years ago |
mindspore-ci-bot
|
8f69fb415a
|
!5322 fix Categorical class
Merge pull request !5322 from baihuawei/categorical
|
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
Merge pull request !5295 from peixu_ren/custom_bijector
|
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 |