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
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
mindspore-ci-bot
ab0010acfc
!12178 [MSLITE]add example/test dir for micro
...
From: @wangchengyuan
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
20c61ad83e
!12117 [MSLITE] MAX_SHAPE_SIZE COMM_SHAPE_SIZE
...
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
05f52c538c
!12204 fix mciro copyright && namespace
...
From: @zoloft
Reviewed-by: @wangchengyuan,@zhang_xue_tong
Signed-off-by: @wangchengyuan
4 years ago
lizhenyu
6649153c49
add input data type check for ps cache mode
4 years ago
qujianwei
ae27c383fa
init for ctpn
...
add for connect table
fix some bug
fix pylint
fix for create dataset
fix dataset bug
fix for create dataset problem
add for svt icdar2015 convert script
fix for ctpn problem
fix for vgg16
4 years ago
mindspore-ci-bot
fd18382853
!11759 [Numpy-Native] Add new numpy-native interfaces and graph support of some ops to mindspore.numpy
...
From: @yanglf1121
Reviewed-by: @liangchenghui
Signed-off-by:
4 years ago
ling
873ce2a31b
[MSLITE] MAX_SHAPE_SIZE COMM_SHAPE_SIZE
4 years ago
mindspore-ci-bot
79df1a6e92
!12061 added http client
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
e0e6c39eae
Refactor GraphKernelExpander (1st submission)
...
Decoupled from the front-end interfaces.
1. Removed the call to "Renormalize".
Completed the infer-format in model_builder.
Only used the device shape and device format to
infer an abstract shape without considering padding.
2. Removed the call to python's Primitive interfaces.
The "Renormalize" relies on the PrimitivePy, so they can be
removed together. After that, the functions "ConstAttrToInput",
"DeleteAttrInInput" and related can be removed.
3. Reuse the AkgKernelJsonGenerator in GraphKernelExpander.
1) set the attribute "extract_opinfo_from_anf" to true, so that
the generator can handle the basic operator with anf info.
2) added a function "extract_expand_info" in expander.py
to convert the json into a more friendly format. The attrs
was converted to a dict instead of a list.
4. Scalars only support DefaultFormat.
Removed the argument "format" from graph_builder.value
5. Moved the expander op list from graph_kernel_helper.cc to graph_kernel_expander.cc
4 years ago
mindspore-ci-bot
219774d904
!12172 [MS][Lite]Image segmentation update 1.0.1 to 1.1.0 aar
...
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
4 years ago
z00512249
1feca36a45
fix mciro copyright && namespace
4 years ago
wang_shaocong
cd07228ce9
[MSLITE] Add implementation for intReduceSum and fix bug of tanh
4 years ago