mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
...
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
2021-03-19 14:51:26 +08:00
mindspore-ci-bot
1d505ebad3
!13528 Optimize the functions of log module
...
From: @askmiao
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-03-19 14:06:35 +08:00
askmiao
4e39eab473
modify the log module
2021-03-19 09:59:45 +08:00
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
2021-03-18 19:02:28 +08:00
YangLuo
f99204b292
fix python tokenizer
2021-03-18 15:47:09 +08:00
mindspore-ci-bot
b61aa9b4cf
!13342 Throw exception when tensor with 0 shape is constructed
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
2021-03-17 09:18:27 +08:00
mindspore-ci-bot
7454ac8ecd
!13382 [PipelineSplit]change pipeline key word
...
From: @lichen666
Reviewed-by: @kisnwang,@zhunaipan
Signed-off-by: @zhunaipan
2021-03-16 20:20:32 +08:00
mindspore-ci-bot
48a7a94677
!13397 fix shellcheck error
...
From: @xsmq
Reviewed-by: @zhoufeng54,@zhunaipan
Signed-off-by: @zhunaipan
2021-03-16 17:42:19 +08:00
mindspore-ci-bot
f9c408934e
!13380 unify range
...
From: @lianliguang
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-03-16 16:56:53 +08:00
xsmq
bf6da44f84
fix shellcheck error
2021-03-16 15:43:50 +08:00
lichenever
a2b2727ba8
change_pipeline_key_word
2021-03-16 14:02:35 +08:00
LianLiguang
17b9758543
unify range ops
2021-03-16 10:47:42 +08:00
l00591931
bd777e0710
throw exception when tensor has zero in shape
2021-03-16 10:39:48 +08:00
Lixia Chen
30017ea5a0
Fix codex issues
2021-03-15 11:15:15 -04:00
mindspore-ci-bot
ac18da3770
!13061 [MD][bugfix] Fix to_json error: can't pickle pyfunc
...
From: @xiefangqi
Reviewed-by:
Signed-off-by:
2021-03-13 12:48:26 +08:00
Xiao Tianci
4a7100c7f9
fix RandomAffine degree error and some examples in docs
2021-03-12 17:39:38 +08:00
mindspore-ci-bot
682a8926bd
!13176 fix minddata transform issue
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
2021-03-12 17:01:56 +08:00
mindspore-ci-bot
a1c3f55aca
!13197 support item negative index bprop
...
From: @zhangbuxue
Reviewed-by: @ginfung
Signed-off-by:
2021-03-12 15:52:26 +08:00
xiefangqi
41f3e02e87
fix pyfunc pickle issue
2021-03-12 15:17:08 +08:00
buxue
50ee325b96
support item negative index bprop
2021-03-12 13:58:46 +08:00
YangLuo
74d7bb41a6
fix minddata transform issue
2021-03-12 11:37:14 +08:00
mindspore-ci-bot
1e33df94a5
!13142 support name or attribute ast.Expr
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-03-12 09:27:32 +08:00
mindspore-ci-bot
f7040ca134
!13198 Fix get_dataset_size error with PKSampler
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
2021-03-12 06:11:26 +08:00
mindspore-ci-bot
1bb789278d
!13200 Fix CI warnings and test team issues
...
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-03-12 05:38:01 +08:00
Zirui Wu
2692e3cc3d
fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime
2021-03-11 15:43:02 -05:00
mindspore-ci-bot
236c874e64
!12862 Increase default level of parallelism in minddata pipeline
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
2021-03-12 04:23:02 +08:00
alex-yuyue
2457f52596
Fix CI warning and test team issues
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-03-11 13:34:51 -05:00
buxue
2551f5ea7e
support name or attribute ast.Expr
2021-03-11 21:40:33 +08:00
mindspore-ci-bot
e1a95b1152
!12714 rebuild getitem
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2021-03-11 14:49:21 +08:00
RobinGrosman
a0e75b845a
Increase default level of parallelism in mindddata pipeline to 8.
...
Adjust memory usage to not increase as parallelism increases. it will
stay at same level it would be with 4 parallelism
2021-03-10 18:38:11 -08:00
mindspore-ci-bot
54c37bcd61
!12947 Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2021-03-11 08:55:46 +08:00
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
2021-03-10 15:33:07 +08:00
mindspore-ci-bot
3c7463bf2c
!12943 adding fix to sample script
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-03-10 10:22:19 +08:00
Eric
ed373f61ac
Adding inheritance to user defined sampler
...
what if we just do nothing
trying wrapper approach
Fix yolo
2021-03-09 18:14:49 -05:00
mindspore-ci-bot
fe3b26a637
!12982 dice bug
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-03-09 17:04:16 +08:00
jiaqi
cdb7330818
diceloss bug
2021-03-09 16:23:45 +08:00
yepei6
57373ed30a
merge getitem the by otehr types to by tuple(success)
2021-03-09 10:47:29 +08:00
ougongchang
e8ee209877
Optimize summary ut and delete duplicate test cases
...
Change the summary test case to stage3 to avoid multiple processes that cause the summary test case to fail
2021-03-08 17:36:17 +08:00
mindspore-ci-bot
91cf88d692
!12883 Fix bugs of minddata transforms
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
2021-03-08 09:08:30 +08:00
YangLuo
74431ad117
Fix bugs of minddata transforms
2021-03-06 16:41:51 +08:00
mindspore-ci-bot
7ba21f8d8c
!12900 Add communication parallel mode.
...
From: @liujunzhu
Reviewed-by: @zhoufeng54,@guoqi1024
Signed-off-by: @guoqi1024
2021-03-06 15:55:49 +08:00
mindspore-ci-bot
48d4cca512
!12949 Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
...
From: @zh_qh
Reviewed-by: @hwhewei,@zhunaipan
Signed-off-by: @zhunaipan
2021-03-06 14:41:35 +08:00
Zhang Qinghua
df866f7248
Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
2021-03-06 12:39:36 +08:00
mindspore-ci-bot
fe53c71b3b
!12843 Add more callable test and clean the input check for tensor ops
...
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-03-05 22:59:45 +08:00
liujunzhu
6541b96c40
Add communication parallel mode.
2021-03-05 21:36:03 +08:00
mindspore-ci-bot
d285692217
!12852 Change maketuple in coreops
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
2021-03-05 19:13:42 +08:00
l00591931
680324f225
Change make tuple in core.ops
2021-03-05 10:54:33 +08:00
Ziyan
ec9793861f
fix grad accu
2021-03-05 10:28:10 +08:00
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
...
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
2021-03-04 16:01:54 +08:00
mindspore-ci-bot
7ff2b3b499
!12781 fix bug of amp bn cast
...
From: @jojobugfree
Reviewed-by:
Signed-off-by:
2021-03-04 10:14:51 +08:00