lizhenyu
8bddfba9e2
fix ps cache process data thread can not exit
4 years ago
mindspore-ci-bot
c9381e0448
!12282 Modify the file bug
...
From: @shenwei41
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
704e42febf
!12276 [Numpy-Native] Correct docstring format.
...
From: @wangrao124
Reviewed-by: @zhunaipan,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
6ae7a3ad13
!12247 Add shell scripts to Wavenet
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9bff6f8cfd
!12200 Add shell scripts to DeepSpeech
...
From: @wanyiming
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
ea3f8d6aba
!12167 fix issue I2BDOU fasterrcnn accuracy decreased
...
From: @zhouneng2
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7d5c44df90
!12263 update the registration info of InTopK operator.
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@wuxuejian
4 years ago
mindspore-ci-bot
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d80f77e988
!12191 dataset:add st that including training consume more than data produce or reverse
...
From: @ms_yan
Reviewed-by: @liucunwei,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
4 years ago
shenwei41
aa85eee076
modify file bug
4 years ago
wangrao
9d63b443e3
docstring bug fix
4 years ago
mindspore-ci-bot
3f81802498
!12256 delete some attributes
...
From: @zhupuxu
Reviewed-by: @kingxian,@liangchenghui
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
d02f41d2c2
!12243 [MS][LITE][Develop] add version_message for opencl and vulkan
...
From: @pengyongrong
Reviewed-by: @zhanghaibo5,@ddwsky
Signed-off-by: @ddwsky
4 years ago
mindspore-ci-bot
43eb2afd98
!12199 getitem by int add restrict data rank in [0,8]
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
20905d452f
!12233 remove the return of func 'append()' of SequentialCell
...
From: @yepei6
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
wangshuide2020
5ed6b320be
update the registration info of InTopK operator.
4 years ago
mindspore-ci-bot
f1ec0bc1b8
!12242 Setitem debug
...
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
f7b5a327b8
!12146 add funtions to check for directory and filename
...
From: @luopengting
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1248047d19
!12245 [MD][GPU] Fix GPU mode overload memory at GPU:0 problem
...
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
b0dd268024
!12227 fix bug and remove redundant namespace symbol
...
From: @zhujingxuan
Reviewed-by: @wangchengyuan,@wangchengyuan
Signed-off-by: @wangchengyuan,@wangchengyuan
4 years ago
luopengting
b4d56f6358
add functions to check for directory and filename
...
1. add validation for directory and filename
2. refactor the file operations about path
3. add in CMakeLists
4. add logger in nn_ops
4 years ago
mindspore-ci-bot
2f5483ebb3
!12232 delete some attributes
...
From: @zhupuxu
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
4 years ago
wanyiming
2be036b4e5
add_shell
4 years ago
wanyiming
77c2559387
add_wavenet_shell
4 years ago
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
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
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
zhangyi
a85d333241
fix indent of docstring for ReduceMean.
4 years ago