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
...
Merge pull request !7110 from chenzhongming/zomi_master
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
...
Merge pull request !7083 from XunDeng/categorical
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
...
Merge pull request !6192 from lijiaqi/sequentialcell
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
5 years ago
mindspore-ci-bot
dd215f4080
!5735 delete seed0 and seed1
...
Merge pull request !5735 from caozhou/delete_seed
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
...
Merge pull request !5958 from lilei/modify_bug
5 years ago
lilei
71adabd944
modify_bug
5 years ago
Wei Luning
249382899b
fix bug in cell pickle and copy
5 years ago
caozhou
6509fa9023
delete seed0 and seed1 in Dropout
5 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
...
Merge pull request !5011 from riemann_penn/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
...
update threshold of softplus computation
support fp for bernoulli and geometric distribution
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
...
Merge pull request !4369 from XunDeng/pp_poc_v3
5 years ago
mindspore-ci-bot
1b63c76c61
!4194 Add infer and dpn to nn/probability
...
Merge pull request !4194 from zhangxinfeng3/master
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
...
Merge pull request !4249 from XunDeng/pp_poc_v3
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
...
Merge pull request !3756 from XunDeng/pp_poc_v3
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
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
5 years ago
He Wei
a6db29b11b
Fix a bug for Parameter
...
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
wangnan39@huawei.com
082433183d
uniform learning_rate behavior of optimizers
5 years ago
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
5 years ago
wangnan39@huawei.com
86889c59cb
optimizer adapt IndexedSlices
5 years ago
panyifeng
44e74ad5aa
Apply indexed_slices
5 years ago
leilei_snow
9b21420b3e
update SSIM loss, add MSSSIM loss feature; add their ut testcases.
5 years ago
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
5 years ago
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
wangnan39@huawei.com
172728a6a6
support weight decay for sparse optimizer
5 years ago
zhaozhenlong
71d33b087e
limit ssim input img type to fp32 and fp16
5 years ago
Ziyan
41ddc153a6
modify lars interface
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
lilei
497067d7b2
add sparse proximal ada grad optimizer
5 years ago
simson
ca988e9e69
fix the condition when activation name is 0
5 years ago
liuxiao
aa73abc2f7
Add image.CentralCrop
5 years ago
mindspore-ci-bot
2d84011504
!2071 optimizer support loss scale for sparse situation
...
Merge pull request !2071 from wangnan39/support_loss_scale_for_sparse_optimizer
5 years ago
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
mindspore-ci-bot
3536185f5b
!2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
...
Merge pull request !2007 from wangnan39/add_lazy_adam_optim_and_support_sparse_admm_for_cpu_backend
5 years ago
wangnan39@huawei.com
4042f16ce4
add lazy adam optim and support sparse adam & ftrl for cpu backend
5 years ago
mindspore-ci-bot
5c7cb7bd71
!2023 add op CosineEmbeddingLoss
...
Merge pull request !2023 from zhaozhenlong/op/cosine-embedding-loss-open
5 years ago
zhaozhenlong
19c5921c06
composed op CosineEmbeddingLoss
5 years ago
mindspore-ci-bot
f859dfecc8
!1920 SupportPynativeIndexing
...
Merge pull request !1920 from amongo/SupportPynativeIndexing
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
mindspore-ci-bot
9dfb1011fe
!1854 add SparseApplyAdam and SparseApplyLazyAdam ops
...
Merge pull request !1854 from wangnan39/add_ops_sparse_adam_and_sparse_lazy_adam
5 years ago
wangnan39@huawei.com
de21dbdaef
add ops SparseApplyAdam and SparseApplyLazyAdam
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
...
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
lilei
36d9e353a5
add proximal_ada_grad optimizer
5 years ago
mindspore-ci-bot
c82a8bf483
!1678 modify print
...
Merge pull request !1678 from jinyaohui/print
5 years ago
jinyaohui
5e43edc474
clean pylint
5 years ago
wangnan39@huawei.com
c9b7d95c2c
fix lr check bug in AdamWeightDecayDynamicLR
5 years ago
chenhaozhe
435fc12e28
optimize clip_norm
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
...
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
wangnan39@huawei.com
810ccf80d8
fix_bug_in_check_lamb_warmup_step
5 years ago
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
chenhaozhe
b6aceddeab
update bert scripts according to rules of modelzoo
5 years ago
“liuxiao”
ebbccca78b
pylint clean
5 years ago
“liuxiao”
f4542f810b
pylint clean
5 years ago
“liuxiao”
382a0124c3
pylint clean
5 years ago
mindspore-ci-bot
62c716b68e
!1349 Fix some functions in group parameters and optimizer
...
Merge pull request !1349 from ghzl/add-group-check-for-lars
5 years ago
jinyaohui
fbdba6e4da
clean pylint
5 years ago
guohongzilong
2d2f9ba8fd
fix group parameter code for check
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago
jiangjinsheng
e45532b78c
fixed transpose
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
mindspore-ci-bot
66667d727e
!1034 Gpu Support Dropout operator
...
Merge pull request !1034 from SanjayChan/dropout
5 years ago
chenzomi
661f9dfaf8
add dropout primtive
5 years ago
mindspore-ci-bot
8a45ab1125
!906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
...
Merge pull request !906 from yangyongjie/master
5 years ago
mindspore-ci-bot
deae380969
!637 Learning rate and weight decay making group params
...
Merge pull request !637 from ghzl/learning-rate-make-group-mode
5 years ago
guohongzilong
824bc30a94
learning rate and weight decay support group mode
5 years ago