Commit Graph

17210 Commits

Author SHA1 Message Date
chenhaozhe 7bda2afb4c fix bugs of wrong height and width of ssd 2021-01-09 17:00:23 +08:00
zhaozhenlong 49d41ab33f fix resize get new height 2021-01-09 16:37:14 +08:00
wangshuide2020 d574de4c42 add adapter of Asin, Asinh, Atan etc. operators for graphengine. 2021-01-09 16:34:40 +08:00
laiyongqiang 56d7dd294b adapt to None Type Input 2021-01-09 15:30:02 +08:00
mindspore-ci-bot cb74e58148 !11111 fix bugs of op BroadcastTo, MaxPoolWithArgmax, FastGelu, Momentum, PReLU, Sigmoid and so on in API
From: @lihongkang1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-01-09 11:05:54 +08:00
chendongsheng 048534b75e Switch bare pointer to shared_ptr 2021-01-09 10:21:07 +08:00
mindspore-ci-bot ee1c80abc6 !11086 fix fasttext doc issue
From: @zhaojichen
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-01-09 10:09:05 +08:00
yuzhenhua 4f21be7a03 fix readme bug 2021-01-09 09:47:01 +08:00
Cathy Wong 440ddefb73 dataset: codedex CI fixes for const pointer 2021-01-08 18:02:21 -05:00
mindspore-ci-bot a76e2b2649 !10802 fix potential size problem in gpu argmaxwithvalue
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
2021-01-09 05:17:42 +08:00
mindspore-ci-bot 64c53edaad !11112 [GPU] one_hot and one_like ops support int64 indexing
From: @tom__chen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
2021-01-09 05:14:39 +08:00
mindspore-ci-bot 7957a3b6f5 !10988 Tensor op decoupling stage 1
From: @ezphlow
Reviewed-by: 
Signed-off-by:
2021-01-09 05:12:10 +08:00
mindspore-ci-bot d27ba8ff2a !10856 Change topk shape size from int to size_t
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
2021-01-09 05:08:32 +08:00
tom__chen 558fac2858 add one_hot and one_like int64_t requirement 2021-01-08 12:38:03 -05:00
Eric be46ccf721 Started vision decoupling
map validate params

Changing bindings

Change behavior of vision.cc

Added signature and changed Cmake

Compiling

Need to fix compile

Added compiling random transforms

python changes for decoupling

two failed test case remaining

Compiling random choice

passes all ut

Changed assert

review comments

Added validate params

add back return value

Fix lint

py lint fix

pylint 2

Addressing comments
2021-01-08 09:42:20 -05:00
mindspore-ci-bot b355f5402b !10309 Port over getter pass and tensor fusion pass to IR
From: @ziruiwu
Reviewed-by: 
Signed-off-by:
2021-01-08 21:37:51 +08:00
mindspore-ci-bot db741b2fb7 !10826 cpp st framework and script
From: @zhoufeng54
Reviewed-by: @kisnwang,@xsmq
Signed-off-by:
2021-01-08 21:11:18 +08:00
lihongkang 5bd1a198ad fix bugs 2021-01-08 19:19:51 +08:00
zhoufeng bf1df8a05b set env TBE_IMPL_PATH and add platform.so deps
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-01-08 18:13:25 +08:00
mindspore-ci-bot bee68da2d8 !11104 remove wrong set shape in resize nn
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
2021-01-08 17:43:57 +08:00
mindspore-ci-bot bb2870fe71 !10922 optimize somas logs
From: @laiyongqiang
Reviewed-by: 
Signed-off-by:
2021-01-08 17:22:41 +08:00
mindspore-ci-bot 198d3b09eb !11103 fix bug in getitem when index is True
From: @zhangbuxue
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-01-08 17:16:14 +08:00
mindspore-ci-bot 70cef3f348 !10913 fix url path spelling error and remove unnecessary hyperlink
From: @zhouneng2
Reviewed-by: @linqingke,@liangchenghui
Signed-off-by: @linqingke
2021-01-08 16:57:52 +08:00
mindspore-ci-bot 8c54a87bca !11070 fix bug of LessEqual kernel info on CPU
From: @shibeiji
Reviewed-by: @liangchenghui,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@liangchenghui
2021-01-08 16:54:50 +08:00
mindspore-ci-bot e341b7ee97 !10335 bleu score
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-08 16:38:08 +08:00
fuzhiye ca84fa1a00 add avx int8 add 2021-01-08 16:16:11 +08:00
chujinjin ade9a82c2b fix device memory leak 2021-01-08 16:02:54 +08:00
mindspore-ci-bot 52953f16fc !11027 Use logic id instead of physic id in get_distribute_pretrain_cmd.py
From: @c_34
Reviewed-by: @ljl0711,@liangchenghui
Signed-off-by: @liangchenghui
2021-01-08 15:47:35 +08:00
zhaozhenlong 8a6d5baeca find resize nn input tensor 2 num case 2021-01-08 15:41:29 +08:00
mindspore-ci-bot 8ce17ba568 !11015 fix resize and shape
From: @yeyunpeng2020
Reviewed-by: 
Signed-off-by:
2021-01-08 15:40:25 +08:00
mindspore-ci-bot 175a17216a !11044 [MSLITE] nnacl optimize : delete clip
From: @ling_qiao_min
Reviewed-by: 
Signed-off-by:
2021-01-08 15:32:42 +08:00
buxue 24dc0925db fix bug in getitem when index is True 2021-01-08 15:10:56 +08:00
mindspore-ci-bot 5194913bc9 !11077 only split dynamic shape node for ascend
From: @kisnwang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
2021-01-08 15:06:25 +08:00
mindspore-ci-bot 565084462b !11061 fix longrunning cause segmentfault
From: @kisnwang
Reviewed-by: 
Signed-off-by:
2021-01-08 15:06:05 +08:00
xutianming 1e7f18a097 Modify dot opt to support pynative mode 2021-01-08 14:57:30 +08:00
mindspore-ci-bot 92a85d1061 !11075 dynamic op re primitive when infer
From: @liubuyu
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-01-08 14:54:04 +08:00
xulei2020 026cdcd6fc fix build for md pipeline 2021-01-08 14:36:47 +08:00
zhaojichen 756f67151b fix fasttext doc problems 2021-01-08 14:14:18 +08:00
mindspore-ci-bot f466776bde !11052 fix bug of sparse unify mindir
From: @hwjiaorui
Reviewed-by: 
Signed-off-by:
2021-01-08 14:05:41 +08:00
kswang 93b3055a47 fix longrunning segment fault 2021-01-08 13:54:16 +08:00
shibeiji 984f31e901 fix bug of supported data type for LessEqual on CPU 2021-01-08 13:06:37 +08:00
yeyunpeng 51ac2847e3 fix resize & shape bug 2021-01-08 12:16:43 +08:00
zhangyi 60ac42adca fix api comments. 2021-01-08 12:02:30 +08:00
mindspore-ci-bot aad0f0561f !11043 encoder no fusion run success
From: @cjh9368
Reviewed-by: @zhanghaibo5
Signed-off-by:
2021-01-08 11:28:03 +08:00
ling bc5ca14132 [MSLITE] nnacl optimize
delete clip
unstack to base
unsqueeze to base
batchToSpace to base
2021-01-08 11:10:54 +08:00
mindspore-ci-bot 69de2c376d !11091 Correct the description error of the operator Depend.
From: @david-he91
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-01-08 11:08:47 +08:00
mindspore-ci-bot 30560be800 !11066 GPU add restrict for bert script
From: @VectorSL
Reviewed-by: @gaoxiong1,@dylangeng,@anyrenwei
Signed-off-by: @gaoxiong1
2021-01-08 10:59:16 +08:00
dayschan b9b4a5e5f7 Add a restriction for getitem in basic_ops_fusion.
this commit reverts the modification for basic_ops_fusion.cc in 8af78cd5c,
the getitem should be fused with its all users.
(no bug. but when the network is large, it works very slowly, this's a temporary solution)
2021-01-08 10:48:58 +08:00
mindspore-ci-bot 64b72bd511 !11051 Fixed GNMT reasoning performance
From: @gaojing22
Reviewed-by: @wuxuejian,@linqingke
Signed-off-by: @wuxuejian
2021-01-08 10:36:37 +08:00
mindspore-ci-bot d6bf058052 !11076 uadate L1Regularizer operation annotation
From: @dangjiaqi1
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-01-08 10:35:07 +08:00