He Wei
1f6771256d
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.
2020-07-27 15:45:18 +08:00
wangnan39@huawei.com
082433183d
uniform learning_rate behavior of optimizers
2020-07-20 21:09:20 +08:00
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
2020-07-18 17:41:34 +08:00
wangnan39@huawei.com
86889c59cb
optimizer adapt IndexedSlices
2020-07-17 15:57:50 +08:00
panyifeng
44e74ad5aa
Apply indexed_slices
2020-07-13 15:36:25 +08:00
leilei_snow
9b21420b3e
update SSIM loss, add MSSSIM loss feature; add their ut testcases.
2020-07-10 11:11:48 +08:00
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
2020-07-07 18:13:58 -04:00
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
2020-07-07 17:29:42 -04:00
panyifeng
d6635bbbe2
Add IndexedSlices
2020-06-30 17:38:24 +08:00
wangnan39@huawei.com
172728a6a6
support weight decay for sparse optimizer
2020-06-28 17:49:03 +08:00
zhaozhenlong
71d33b087e
limit ssim input img type to fp32 and fp16
2020-06-28 15:35:07 +08:00
Ziyan
41ddc153a6
modify lars interface
2020-06-23 11:23:28 +08:00
panyifeng
3c2057297e
support multi param for tuple grad
2020-06-20 08:39:42 +08:00
lilei
497067d7b2
add sparse proximal ada grad optimizer
2020-06-19 09:56:28 +08:00
simson
ca988e9e69
fix the condition when activation name is 0
2020-06-18 09:14:45 +08:00
liuxiao
aa73abc2f7
Add image.CentralCrop
2020-06-16 16:10:17 +08:00
mindspore-ci-bot
2d84011504
!2071 optimizer support loss scale for sparse situation
...
Merge pull request !2071 from wangnan39/support_loss_scale_for_sparse_optimizer
2020-06-16 15:01:49 +08:00
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
2020-06-15 22:17:53 +08:00
kingfo
9708e58259
fix TupleToArray & Cast operator issue
2020-06-15 14:39:10 +08:00
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
2020-06-12 17:22:03 +08:00
wangnan39@huawei.com
4042f16ce4
add lazy adam optim and support sparse adam & ftrl for cpu backend
2020-06-12 16:06:11 +08:00
mindspore-ci-bot
5c7cb7bd71
!2023 add op CosineEmbeddingLoss
...
Merge pull request !2023 from zhaozhenlong/op/cosine-embedding-loss-open
2020-06-12 11:09:55 +08:00
zhaozhenlong
19c5921c06
composed op CosineEmbeddingLoss
2020-06-11 21:28:35 +08:00
mindspore-ci-bot
f859dfecc8
!1920 SupportPynativeIndexing
...
Merge pull request !1920 from amongo/SupportPynativeIndexing
2020-06-11 21:11:36 +08:00
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
2020-06-11 19:14:22 +08:00
mindspore-ci-bot
9dfb1011fe
!1854 add SparseApplyAdam and SparseApplyLazyAdam ops
...
Merge pull request !1854 from wangnan39/add_ops_sparse_adam_and_sparse_lazy_adam
2020-06-11 16:35:03 +08:00
wangnan39@huawei.com
de21dbdaef
add ops SparseApplyAdam and SparseApplyLazyAdam
2020-06-11 15:50:28 +08:00
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
...
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
2020-06-11 14:11:49 +08:00
panyifeng
acaa66a738
sparse grad for gatherv2
2020-06-11 12:00:53 +08:00
lilei
36d9e353a5
add proximal_ada_grad optimizer
2020-06-10 09:21:36 +08:00
mindspore-ci-bot
c82a8bf483
!1678 modify print
...
Merge pull request !1678 from jinyaohui/print
2020-06-08 11:20:53 +08:00
jinyaohui
5e43edc474
clean pylint
2020-06-04 21:03:30 +08:00
wangnan39@huawei.com
c9b7d95c2c
fix lr check bug in AdamWeightDecayDynamicLR
2020-06-03 19:20:36 +08:00
chenhaozhe
435fc12e28
optimize clip_norm
2020-06-02 09:48:29 +08:00
jinyaohui
86d197dfeb
clean pylint
2020-05-29 23:00:00 +08:00
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
...
Merge pull request !1257 from candanzg/implicit_type_conversion2
2020-05-28 17:05:56 +08:00
wangnan39@huawei.com
810ccf80d8
fix_bug_in_check_lamb_warmup_step
2020-05-28 12:15:12 +08:00
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-05-27 20:04:52 +08:00
chenhaozhe
b6aceddeab
update bert scripts according to rules of modelzoo
2020-05-27 14:27:09 +08:00
“liuxiao”
ebbccca78b
pylint clean
2020-05-26 19:36:54 +08:00
“liuxiao”
f4542f810b
pylint clean
2020-05-26 19:11:12 +08:00
“liuxiao”
382a0124c3
pylint clean
2020-05-25 21:16:04 +08:00
mindspore-ci-bot
62c716b68e
!1349 Fix some functions in group parameters and optimizer
...
Merge pull request !1349 from ghzl/add-group-check-for-lars
2020-05-22 16:05:36 +08:00
jinyaohui
fbdba6e4da
clean pylint
2020-05-22 13:23:13 +08:00
guohongzilong
2d2f9ba8fd
fix group parameter code for check
2020-05-22 11:05:45 +08:00
jinyaohui
5a914994ba
clean pylint
2020-05-18 16:42:35 +08:00
jiangjinsheng
e45532b78c
fixed transpose
2020-05-16 18:07:52 +08:00
candanzg
2cc85bdc93
Support weight compile according to shape
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-05-13 17:49:07 +08:00
jinyaohui
26fd75895d
pylint waring clean
2020-05-13 11:30:27 +08:00
mindspore-ci-bot
66667d727e
!1034 Gpu Support Dropout operator
...
Merge pull request !1034 from SanjayChan/dropout
2020-05-12 09:11:30 +08:00