mindspore-ci-bot
4b436d61a8
!9377 add model textrcnninto modelzoo
From: @zymaa
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
aba9e85b4c
!9774 fix 310 compile fail
From: @zhoufeng54
Reviewed-by: @chujinjin,@xu-yfei
Signed-off-by: @chujinjin
5 years ago
wangshuide2020
478dd7bc10
update example of getnext and getnextsingleop
5 years ago
mindspore-ci-bot
e1f6083f65
!9759 add mobilenetv2_quant gpu st
From: @xiaoyisd
Reviewed-by: @zh_qh
Signed-off-by:
5 years ago
chendongsheng
ee4132889e
added worker node
5 years ago
mindspore-ci-bot
b82c4cba32
!9766 Fix a bug in AllGather fusion when there is only one input
From: @alouhahahahaha
Reviewed-by: @zhoufeng54,@xu-yfei
Signed-off-by: @xu-yfei
5 years ago
chujinjin
b18b78e1ad
fix tile op error when input is float16
5 years ago
yeyunpeng
4984fe52a7
delete index in scheduler
5 years ago
Bairong
b19df1177d
print more info in DumpIR
5 years ago
xiaoyisd
10062603a0
fix python api bug
5 years ago
Xiaoda Zhang
e78228603b
move parallel-related black-list to core/ir, and fix the cloneCNode bug
5 years ago
mindspore-ci-bot
ea98943848
!9754 Allow negative index in gather/gathergrad's index value
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @linqingke
5 years ago
mindspore-ci-bot
654ed6f1d2
!9709 fix readme error.
From: @linqingke
Reviewed-by: @oacjiewen,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
limingqi107
42b01afc19
fix auto parallet full batch
5 years ago
mindspore-ci-bot
0e6876205f
!9725 redistribution_support_all_repeat_cal_when_dev_matrix_diff
From: @yao_yf
Reviewed-by: @stsuteng,@liangchenghui
Signed-off-by: @stsuteng
5 years ago
zhaosida
89dccd8b9d
fix 3D format bug
5 years ago
xiaoyisd
e843d6a813
add mobilenetv2_quant gpu test
5 years ago
mindspore-ci-bot
0c2856c632
!9617 Add new operator layer_norm_grad_grad
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a1e204969c
!9715 fix if grad with 5d node precision
From: @youui
Reviewed-by: @zhoufeng54,@stsuteng
Signed-off-by: @stsuteng
5 years ago
mindspore-ci-bot
a4b010cea8
!9746 add ps cache
From: @zyli2020
Reviewed-by:
Signed-off-by:
5 years ago
xulei2020
b71b53155a
add code
5 years ago
xuanyue
0facfed4ff
onnx replace transpose with graph input
5 years ago
zhoufeng
917273d765
fix 310 compile fail: sync ge include path
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
1fd251ff8d
!9738 Fix stanard normal cpu op occasional failure
From: @yuanwei66
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by:
5 years ago
chengxianbin
3b7c1e3c26
modiy yolov3 test case
5 years ago
hedongdong
8bfeadf26e
Add new operator layer_norm_grad_grad
5 years ago
mindspore-ci-bot
e4967ccf7d
!9713 fix bug of op l2loss on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
c6aa39aa03
!9755 add npu ops
From: @yeyunpeng2020
Reviewed-by: @HilbertDavid,@zhang_xue_tong
Signed-off-by: @HilbertDavid
5 years ago
alouhahaha
7073722be0
Fix a bug in AllGather fusion when there is only one input
5 years ago
mindspore-ci-bot
defb644c72
!9753 fix 910 memory size of GetInputInfo
From: @zhoufeng54
Reviewed-by: @xu-yfei,@chujinjin
Signed-off-by: @xu-yfei,@chujinjin
5 years ago
l00591931
130c61cfc0
change name from interpolate to resizeBilinear
5 years ago
mindspore-ci-bot
2441059642
!9719 modify example of WithBNNLossCell
From: @bingyaweng
Reviewed-by: @sunnybeike,@zichun_ye
Signed-off-by: @sunnybeike
5 years ago
mindspore-ci-bot
a494977097
!9724 dynamic shape exception process
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
mindspore-ci-bot
be4e91339f
!9661 gpu relu optimize
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
yuanwei66
5c402c9d1a
fix standard_normal test occasional failure
5 years ago
mindspore-ci-bot
47ff1de9ea
!9741 msprof stub for 910 cxx lib
From: @zhoufeng54
Reviewed-by: @xu-yfei,@chujinjin
Signed-off-by: @xu-yfei
5 years ago
mindspore-ci-bot
9ecf062581
!9552 change the import level of dynamic_lr
From: @wangnan39
Reviewed-by: @kingxian,@zh_qh,@kingxian
Signed-off-by: @kingxian,@kingxian
5 years ago
mindspore-ci-bot
7349dd2bb9
!9603 [MSLITE] Fix bug of parser for mindir models.
From: @wang_shaocong
Reviewed-by: @hangangqiang
Signed-off-by: @hangangqiang
5 years ago
zymaa
16c5013f6e
add textrcnn into model zoo
Signed-off-by: zymaa <317958662@qq.com>
TextRCNN, a model for text classification, which is proposed by the Chinese Academy of Sciences in 2015.
TextRCNN actually combines RNN and CNN, first uses bidirectional RNN to obtain upper semantic and grammatical information of the input text,
and then uses maximum pooling to automatically filter out the most important feature.
Signed-off-by: zymaa <317958662@qq.com>
5 years ago
mindspore-ci-bot
78fba32865
!9752 Fix potential hang in RandomData and incorrectly named functions
From: @ziruiwu
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
mindspore-ci-bot
91114c6b26
!9751 Fix minor issues in beta and categorical distribution
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
5 years ago
yeyunpeng
f49ae2cffd
add npu ops
5 years ago
mindspore-ci-bot
c00f8f00af
!9679 [PipelineSplit]Fix Send/Recv tag bug
From: @lichen666
Reviewed-by:
Signed-off-by:
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
mindspore-ci-bot
27a90a6a1b
!9743 fix version number after updating ascend package
From: @nicholas_yhr
Reviewed-by: @chujinjin,@zhoufeng54
Signed-off-by: @chujinjin
5 years ago
mindspore-ci-bot
fa286fe787
!9728 [MS][Lite][cpu] tensorlist modify
From: @lzkcode
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
5 years ago
mindspore-ci-bot
20abe912fa
!9634 [MS][LITE][Develop]unstack remote attr num
From: @jpc_chenjianping
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @hangangqiang
5 years ago
mindspore-ci-bot
6439f676a9
!9735 fix st failed occasionally
From: @jojobugfree
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
5 years ago
mindspore-ci-bot
3f82405d17
!9639 Add Numpy Native to Mindspore
From: @yanglf1121
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
7ae06313b4
fix bug in gatherd and gatherdgrad
5 years ago