mindspore-ci-bot
d58bd65da7
!12252 fix links in release.md to be accessbile by community users
...
From: @nicholas_yhr
Reviewed-by: @gemini524,@zhoufeng54,@chujinjin
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
2380a41e0d
!12180 updates release notes for MakeRefKey interface
...
From: @liuyang_655
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a063d7633d
!12241 [auto-monad] Support side-effects by auto-monad
...
From: @hwhewei
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
e6dcb0c31d
!12239 [MD] fix bugs of execute & update doc description in minddata
...
From: @luoyang42
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
b83478201f
!12221 GPU AbsGrad calculat error while input is 0.0
...
From: @caojian05
Reviewed-by: @kisnwang,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
rainyhorse
1186d34622
dump tool update
4 years ago
zhupuxu
17a072987a
delete attrs
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
yanghaoran
78f9a845cc
fix links in release.md
4 years ago
zhujingxuan
0aa9fc0483
add final to coders, remove redundant namespace symbol, fix parameter bug
4 years ago
xiefangqi
93d7642374
fix gpu rank_id problem
4 years ago
mindspore-ci-bot
61ab50915f
!11959 Add BCEWithLogitsLoss op for Ascend.
...
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
mindspore-ci-bot
f0a9cb7c20
!12121 Add CTPN network
...
From: @qujianwei
Reviewed-by:
Signed-off-by:
4 years ago
luoyang
cd86788cf3
fix bugs of execute & update doc description in minddata
4 years ago
zhupuxu
e5ad77e3f7
delete attrs
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
mindspore-ci-bot
3a4d575844
!12237 Fix api comments of ReduceMean.
...
From: @zhang_yi2020
Reviewed-by: @gemini524,@liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
dc47263082
!12215 sync akg master 94cb709
...
From: @xixixian
Reviewed-by: @anyrenwei,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
Pengyongrong
6a4837da32
add version_message for opencl and vulkan
4 years ago
mindspore-ci-bot
0e83566f1f
!11611 update the register info of L2Loss.
...
From: @wangshuide2020
Reviewed-by:
Signed-off-by:
4 years ago
yepei6
c22081abb3
setitem debug
4 years ago
yepei6
e792fca5af
remove return self of enpand in class CellList
4 years ago
hukang hwx963878
a97b0e5830
fix mindspore version to 1.1.0
4 years ago
yepei6
10cf3f1524
add the data rank district to [0,8])
4 years ago
mindspore-ci-bot
228a64de0f
!11390 convert part of prim attr from str to int
...
From: @wangnan39
Reviewed-by: @kingxian
Signed-off-by:
4 years ago
mindspore-ci-bot
7f1a9508f8
!12045 [MS][RDR] change saving filename in RDR module
...
From: @louie5
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
fcd0eb0c5d
!12208 fix typos in README for maskrcnn and fastercnn
...
From: @gengdongjie
Reviewed-by: @liangchenghui,@oacjiewen
Signed-off-by: @oacjiewen
4 years ago
mindspore-ci-bot
56973dfb91
!11429 retinanet PR
...
From: @yufan1012
Reviewed-by:
Signed-off-by:
4 years ago
panfengfeng
d72feda64b
fix cnn efficientnet bugs
4 years ago
zhangyi
a85d333241
fix indent of docstring for ReduceMean.
4 years ago
mindspore-ci-bot
452b393edb
!12186 Added Fp16 relu, sigmoid and log grad compute units
...
From: @louisncu
Reviewed-by: @zhang_xue_tong
Signed-off-by:
4 years ago
mindspore-ci-bot
0133a00049
!12218 【MD】【BUG】fix grpc build error for MD
...
From: @xulei2020
Reviewed-by: @pandoublefeng,@heleiwang
Signed-off-by: @pandoublefeng
4 years ago
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
4 years ago
mindspore-ci-bot
c2b5490375
!12216 modify transformer st
...
From: @yuchaojie
Reviewed-by: @xsmq,@linqingke
Signed-off-by: @linqingke
4 years ago
mindspore-ci-bot
028dcf85ae
!12217 [MS][LITE][GPU]arithmetic broadcast support n>1
...
From: @chenzupeng
Reviewed-by: @ddwsky,@zhanghaibo5
Signed-off-by: @ddwsky,@zhanghaibo5
4 years ago
mindspore-ci-bot
951b3e0981
!11704 【GraphKernel】Refactor GraphKernelExpander (1st submission)
...
From: @dayschan
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
a3057441d6
!12165 add input data type check for ps cache mode
...
From: @zyli2020
Reviewed-by: @cristoval
Signed-off-by:
4 years ago
CaoJian
811de4f5d4
GPU AbsGrad calculat error while input is 0.0
4 years ago
mindspore-ci-bot
d14ac1c964
!12210 add softmax and reducer coder
...
From: @zhujingxuan
Reviewed-by:
Signed-off-by:
4 years ago
zhouneng
3cb75eb59d
fix fasterrcnn accuracy decrease by change the dtype of weights from float16 to float32
4 years ago
mindspore-ci-bot
027152b6ac
!12005 [MS][LITE] add tf parsers
...
From: @cjh9368
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b4fef2a454
!11979 [MSLITE] Add implementation for IntReduceSum and fix bug of tanh.
...
From: @wang_shaocong
Reviewed-by:
Signed-off-by:
4 years ago
louei5
72e567d06b
change saving filename in RDR module
4 years ago
wangshuide2020
2897cd3893
update the register info of L2Loss.
4 years ago
xulei2020
9bbe8411e0
fix grpc build error for MD
4 years ago
liujiahan
8761d2c874
add relu, sigmoid and log grad computing units.
...
modified file format
modified file format
change the header file in activation_fp16_grad.h
change the year of Copyright info and added LiteKernelCreator.
4 years ago
zhujingxuan
68ebf04d05
add softmax and reducer coder
4 years ago
xiexingxian
4f60cc12af
akg master 94cb709
4 years ago
chenzupeng
d109577222
arithmetic broadcast support n>1
4 years ago
yuchaojie
4050fc5b10
modify transformer st
4 years ago
gengdongjie
4282a43732
fix typos in maskrcnn and fastercnn
4 years ago