mindspore-ci-bot
|
a835d265ca
|
!15858 Fix HSigmoidGrad bug in GPU
From: @TFbunny
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@wuxuejian
|
2021-04-30 11:35:58 +08:00 |
mindspore-ci-bot
|
ee3012fd3f
|
!15303 add lsq quantization method
From: @erpim
Reviewed-by:
Signed-off-by:
|
2021-04-30 11:26:42 +08:00 |
mindspore-ci-bot
|
ac912672bf
|
!15871 Support pass args or|and kwargs for OP CreateInstance.
From: @zh_qh
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @hwhewei
|
2021-04-30 10:39:04 +08:00 |
mindspore-ci-bot
|
31df54f424
|
!15784 if Switch/SwitchLayer, do not replace Load or remove UpdateState
From: @huangbingjian
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
|
2021-04-30 09:23:17 +08:00 |
mindspore-ci-bot
|
cefcf6c2ae
|
!15931 Add eager tests for transform ops, and add a shape comparison in the EXPECT_MSTENSOR_EQ Macro
From: @alexyuyue
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
|
2021-04-30 06:15:12 +08:00 |
alex-yuyue
|
9ef4331f56
|
Add eager tests for transform ops
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
2021-04-29 13:19:24 -04:00 |
mindspore-ci-bot
|
7dd9819e9b
|
!15829 add modelzoo network transformer testcase
From: @anzhengqi
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @jonyguo,@liucunwei
|
2021-04-29 19:51:56 +08:00 |
mindspore-ci-bot
|
b5555f00de
|
!15830 add modelzoo network yolov3-darknet testcase
From: @anzhengqi
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
|
2021-04-29 14:52:23 +08:00 |
mindspore-ci-bot
|
cdeb5d0584
|
!15847 [test] Fix GRAPH_MODE not restored after PYNATIVE_MODE is set
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
2021-04-29 14:30:54 +08:00 |
Zhang Qinghua
|
cd7f7d40fb
|
Support pass args or|and kwargs for OP CreateInstance.
|
2021-04-29 14:14:58 +08:00 |
mindspore-ci-bot
|
33966f0cd5
|
!15744 Add encryption for ckpt file
From: @liu_luobin
Reviewed-by: @baochong,@chongbao
Signed-off-by:
|
2021-04-29 11:18:50 +08:00 |
mindspore-ci-bot
|
42fef2b09c
|
!15780 [ME][Control]Add assign operations in inner control flow testcases
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
2021-04-29 10:20:17 +08:00 |
TFBunny
|
309fb476bf
|
add fix to hsigmoid grad
|
2021-04-28 22:16:50 -04:00 |
mindspore-ci-bot
|
966f89198a
|
!15107 use internal ge runtime
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
|
2021-04-29 10:05:54 +08:00 |
mindspore-ci-bot
|
f4aadc7346
|
!15802 add modelzoo network bgcf testcase
From: @anzhengqi
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @liucunwei
|
2021-04-29 09:28:58 +08:00 |
He Wei
|
171cd83188
|
[test] Fix GRAPH_MODE not restored after PYNATIVE_MODE is set
|
2021-04-29 09:28:24 +08:00 |
mindspore-ci-bot
|
fd2a9e700d
|
!15800 Add int64 support to GPU AddN
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
|
2021-04-29 04:50:31 +08:00 |
mindspore-ci-bot
|
577cf7cd1d
|
!15758 [Offline Debug] Add UT tests to the offline debugger.
From: @islam_amin
Reviewed-by: @john_tzanakakis,@tom__chen,@robingrosman
Signed-off-by: @john_tzanakakis
|
2021-04-29 04:33:02 +08:00 |
Islam Amin
|
6bb740f137
|
added GPU UT tests
|
2021-04-28 13:03:51 -04:00 |
anzhengqi
|
e0289cd196
|
add modelzoo network bgcf testcase
|
2021-04-28 18:00:04 +08:00 |
liuluobin
|
a40229d171
|
Add encryption for ckpt file
|
2021-04-28 16:24:29 +08:00 |
anzhengqi
|
b7eb95a167
|
add modelzoo network yolov3_darknet testcase
|
2021-04-28 16:11:55 +08:00 |
anzhengqi
|
fa3354c19b
|
add modelzoo network transformer testcase
|
2021-04-28 16:03:22 +08:00 |
mindspore-ci-bot
|
a1aeb7b8f1
|
!15616 remove unnecessary ops && modify static check
From: @lyvette
Reviewed-by: @jpc_chenjianping,@hangangqiang
Signed-off-by: @jpc_chenjianping
|
2021-04-28 11:31:29 +08:00 |
mindspore-ci-bot
|
78fcdbc7c9
|
!15790 modify scatter update op
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
|
2021-04-28 10:48:19 +08:00 |
huangbingjian
|
2a85af5d83
|
1. if Switch/SwitchLayer, do not replace Load or remove UpdateState; 2. add control flow testcases; 3. fix codedex problem
|
2021-04-28 10:15:07 +08:00 |
mindspore-ci-bot
|
1e2e554db3
|
!15380 Unify minddata include files(except for datasets.h) in scenario of cloud and lite
From: @luoyang42
Reviewed-by: @tiancixiao
Signed-off-by:
|
2021-04-28 09:57:46 +08:00 |
mindspore-ci-bot
|
b663bbd9ca
|
!15597 [MD] save op support variable dimension 0
From: @liyong126
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
|
2021-04-28 09:38:58 +08:00 |
mindspore-ci-bot
|
cbca36d723
|
!15766 modify tile op
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
|
2021-04-28 09:17:17 +08:00 |
mindspore-ci-bot
|
6dd37c5857
|
!15777 [Auto parallel] Fix some codestyle warnings
From: @xiaoda_zh
Reviewed-by: @yangzhenzhang,@stsuteng
Signed-off-by: @stsuteng
|
2021-04-28 09:09:25 +08:00 |
TFBunny
|
bc5434090c
|
addn int64 support
|
2021-04-27 16:55:14 -04:00 |
Erpim
|
90d5d5dab3
|
add lsq quantization method
|
2021-04-27 20:48:04 +08:00 |
yangzhenzhang
|
075f680a42
|
modify scatter update op
|
2021-04-27 20:23:14 +08:00 |
chenfei
|
ae87a8ace3
|
more complex basic case
|
2021-04-27 20:02:53 +08:00 |
Xiaoda Zhang
|
5fecfe92a6
|
code style warnings fixing
|
2021-04-27 19:54:56 +08:00 |
chendongsheng
|
05d3ae2219
|
add http communicator
|
2021-04-27 19:44:57 +08:00 |
liuyu
|
d259c159ba
|
remove unnecessary ops
fix static check
|
2021-04-27 19:23:32 +08:00 |
liyong
|
587247e793
|
add support save dynamic shape tensor
|
2021-04-27 19:15:10 +08:00 |
mindspore-ci-bot
|
3bd51c88f4
|
!14580 [auto-monad] Enforce order of exection for Loads user nodes in frontend
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
|
2021-04-27 17:09:43 +08:00 |
mindspore-ci-bot
|
a24c3cbfc5
|
!15709 add AdamWeightDecay CPU op and optimize with SIMD Intrinsics
From: @zhaosida_hw
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
|
2021-04-27 16:48:55 +08:00 |
mindspore-ci-bot
|
9e650da6d7
|
!15578 numpy-native tensor setitem bug fix & restructure
From: @jachua
Reviewed-by: @guoqi1024,@kisnwang
Signed-off-by: @kisnwang
|
2021-04-27 15:20:25 +08:00 |
mindspore-ci-bot
|
105ca52e53
|
!15651 add tests/stmodel_zoo_tests testcase lenet and resnet50
From: @anzhengqi
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
|
2021-04-27 14:34:03 +08:00 |
He Wei
|
121a6a28d9
|
[auto-monad] Enforce order of exection for Loads user nodes in frontend
|
2021-04-27 12:48:52 +08:00 |
Xiaoda Zhang
|
aa52399200
|
Making the Tile operator to have more parallel strategies
|
2021-04-27 11:36:40 +08:00 |
huangmengxi
|
d6be043cb9
|
fix & restructure setitem
|
2021-04-27 10:03:10 +08:00 |
mindspore-ci-bot
|
e3d54b7e3b
|
!15695 dont insert VirtualOutput for scalar
From: @yao_yf
Reviewed-by: @yangzhenzhang,@stsuteng
Signed-off-by: @stsuteng
|
2021-04-27 09:25:30 +08:00 |
anzhengqi
|
fc1546b950
|
commit network lenet and resnet
|
2021-04-27 09:19:30 +08:00 |
mindspore-ci-bot
|
83cdb8bb38
|
!15560 Optimize cache_admin tool to allow multiple session destroy
From: @lixiachen
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
|
2021-04-27 07:55:29 +08:00 |
mindspore-ci-bot
|
94ed3b89a3
|
!15647 Add rint op for cpu and gpu
From: @xcnick
Reviewed-by: @liangchenghui,@tom__chen
Signed-off-by: @liangchenghui
|
2021-04-26 23:22:24 +08:00 |
mindspore-ci-bot
|
ef535c360a
|
!15607 bugfix-issue:DepthToSpace SyncHostToDevice failed and the result is incorrect.
From: @kanghui0204
Reviewed-by: @liangchenghui,@tom__chen
Signed-off-by: @liangchenghui
|
2021-04-26 23:20:33 +08:00 |