Commit Graph

134 Commits (5b769dfb204911ffa59e21b3fb75ed22de35c46c)

Author SHA1 Message Date
chenzomi 5b769dfb20 [ME] Bug fix
4 years ago
mindspore-ci-bot c967bf6846 !7339 fix for se-resnet50 accurancy
4 years ago
Xun Deng f2e8e143be added gumbel_cdf and invert bijectors
4 years ago
mindspore-ci-bot 55e369a125 !7144 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
chenzomi d471d32e87 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
mindspore-ci-bot 3d21c80e3b !7110 [ME] delete check_bool and replace with Validate.check_bool
4 years ago
chenzomi d4e8e94981 [ME] delete check_bool and replace with Validate.check_bool
4 years ago
mindspore-ci-bot ab9cec0531 !7083 Support Categorical distribution
4 years ago
Xun Deng 05a0dac125 add logistic distribution
4 years ago
Xun Deng 877b561e77 added categorical distribution
4 years ago
wanyiming 4e93413c5a add_BCELoss
4 years ago
Xun Deng ea57699ed1 added raise_not_implemented_error in distribution
4 years ago
peixu_ren 23ff21edd8 Added lognormal distribuition
4 years ago
guohongzilong a754dea90c delete SoftmaxCrossEntropyExpand
4 years ago
Xun Deng c64f6a0a2a move pp related tests cases to probability folder
4 years ago
mindspore-ci-bot d0e49c5cf8 !6192 Improve the functions of class SequentialCell and add examples
4 years ago
Jiaqi 76cec24098 modify sequentialcell
4 years ago
bingyaweng 866a8a1178 modify path of ut and st of mdp
4 years ago
Xun Deng 67325d63b0 edited common_dtype and check_param dtype logic
4 years ago
mindspore-ci-bot dd215f4080 !5735 delete seed0 and seed1
4 years ago
mindspore-ci-bot eedbbb3649 !5958 Modify interface for function and remove duplicated def
4 years ago
lilei 71adabd944 modify_bug
4 years ago
Wei Luning 249382899b fix bug in cell pickle and copy
4 years ago
caozhou 6509fa9023 delete seed0 and seed1 in Dropout
4 years ago
buxue 4168c51f0d add check tensor when graph output is a const or parameter
5 years ago
Wei Luning 4cc8342b5b fix bug in Parameter init_data
5 years ago
panyifeng 1a54785fe2 remove name arg from gradoperation
5 years ago
mindspore-ci-bot abe6b82138 !5011 remove global grad ops
5 years ago
panyifeng 637e812347 remove global grad ops
5 years ago
Yi Huaijie 394be43492 raise RuntimeError when set different mode after Initializer created
5 years ago
Zichun Ye 9e7d6e2397 fix bernoulli prob formula; fix some other minor bugs
5 years ago
peixu_ren 1c8eb9b15d Fix errors in log calculation logics
5 years ago
Wei Luning 77dcdd89ec support parameter updata with implicit type conversion
5 years ago
Yi Huaijie 89a4ebf8a1 parallel mode must be set before create an initializer
5 years ago
Wei Luning d18ce95714 * add support to update by scalar* fix update error for by Initializer when slice_shape is* add ut for compute and update
5 years ago
mindspore-ci-bot 93f60269c3 !4369 Added distribution_specific_args checking to some functions and fixed minor issues in docs
5 years ago
mindspore-ci-bot 1b63c76c61 !4194 Add infer and dpn to nn/probability
5 years ago
zhangxinfeng3 b16b71b9e8 add infer and dpn
5 years ago
Xun Deng c0a3b51bb8 fixed minor issues in docs, updated parameter checking in some functions in distributions
5 years ago
mindspore-ci-bot b120cbcfb4 !4249 Add parameter checking in distributions
5 years ago
Xun Deng be6db4a6fe add scalar affine and softplus bijector
5 years ago
Xun Deng 415dad3adb added some parameter checking
5 years ago
Wei Luning d4d6457ea7 init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
5 years ago
peixu_ren b9c8c0b439 Added Bijector TransformDistribution base classes and two instances: power and exp bijectors
5 years ago
mindspore-ci-bot af9398b39a !3756 Change distribution api
5 years ago
Wei Luning a05c38bb63 make python Parameter inherit from Tensor
5 years ago
Xun Deng e87e1fc6bc changed distribution api
5 years ago
Xun Deng e94d91ba95 remove import probability from nn/__init__.py
5 years ago
peixu_ren 292f2de0cf Add sampling functions in exponential, geometric and uniform distributions
5 years ago
Xun Deng 7bb83067d0 added exponential uniform geometric distribution
5 years ago