mindspore-ci-bot
32bd2b176f
!12279 remove contents of release.md from whl package metadata
...
From: @nicholas_yhr
Reviewed-by: @zhoufeng54
Signed-off-by: @zhoufeng54
2021-03-09 21:29:36 +08:00
mindspore-ci-bot
b379d2ace9
!13047 Fix bug of invalid DEVICE_ID env
...
From: @jojobugfree
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
2021-03-09 21:28:54 +08:00
mindspore-ci-bot
0513c0390f
!12981 fix tensorlist too many malloc, transform two level pointer to one level
...
From: @zhaodezan
Reviewed-by: @hangangqiang
Signed-off-by:
2021-03-09 21:16:08 +08:00
mindspore-ci-bot
7628eceb0d
!13055 [MD] fix remained errors in examples of docs
...
From: @tiancixiao
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2021-03-09 21:12:07 +08:00
mindspore-ci-bot
7ba4f7a1dc
!13036 [lite]fix train bug
...
From: @xu_anyue
Reviewed-by: @hangangqiang,@jpc_chenjianping
Signed-off-by: @hangangqiang
2021-03-09 20:59:54 +08:00
mindspore-ci-bot
ec9f1bdec5
!12721 mindspore lite java support linux x86
...
From: @yeyunpeng2020
Reviewed-by:
Signed-off-by:
2021-03-09 20:59:41 +08:00
linqingke
ca6c175809
fix resnet pretrain model bug.
2021-03-09 20:58:37 +08:00
mindspore-ci-bot
41b78ddc7e
!13035 fix mix cache
...
From: @fangzehua
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
2021-03-09 20:35:04 +08:00
mindspore-ci-bot
04e23927ef
!12688 using cpp infer firstly
...
From: @lianliguang
Reviewed-by:
Signed-off-by:
2021-03-09 20:29:32 +08:00
mindspore-ci-bot
2303abd58c
!12693 Setting of dynamic_batch_size supported
...
From: @zhupuxu
Reviewed-by:
Signed-off-by:
2021-03-09 20:24:47 +08:00
mindspore-ci-bot
013ce43ed9
!13057 fix the format error of BatchMatMul operator.
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-03-09 20:22:14 +08:00
mindspore-ci-bot
a85990cbf2
!13037 remove static worker
...
From: @anancds
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
2021-03-09 20:19:46 +08:00
mindspore-ci-bot
c0a4680ce0
!13039 add ckpt direcoty note
...
From: @caozhou_huawei
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
2021-03-09 20:12:36 +08:00
mindspore-ci-bot
8de7fbccd7
!13001 Auto_tune add sync fusion env.
...
From: @linqingke
Reviewed-by: @jjfeing,@xu-yfei
Signed-off-by: @xu-yfei
2021-03-09 20:04:54 +08:00
zhouneng
07484756e1
solve the problem of decreased accuracy caused by changes in the optimizer mechanism
2021-03-09 20:01:22 +08:00
Xiao Tianci
cd3206c26c
fix error examples in docs of dataset
2021-03-09 19:53:30 +08:00
liubuyu
d97e78c333
bug fix for te log level
2021-03-09 19:44:39 +08:00
zuochuanyong
664c45e23b
bugfix: sq node is not enough for data transfer
2021-03-09 06:40:44 -05:00
wangshuide2020
a85d796407
fix the format error of BatchMatMul operator.
2021-03-09 19:38:28 +08:00
dayschan
49f78d5424
Bugfix about execution-order after GraphKernelSplitter
...
1. Removed the deprecated pass "EliminateGetitemForControlDepend"
2. Spread the MakeTuple in UpdateState's input at PreProcess, so that all inputs are directly connected
to UpdateState, I dont need to consider the condition "Getitem-MakeTuple-UpdateState'.
after this pass, the UpdateState(U, make_tuple(op1, op2, ...)) was changed to UpdateState(U, op1, op2, ...)
3. Shrink the UpdateState's inputs at PostProcess. The reverse operation of the above pass.
recovered the UpdateState's format for the process after GraphKernel.
4. Add a pass ExtendOutputForUpdateState, it's the main job of this commit.
Consider this situation:
A Cast op has multiple users in a composite kernel, while it's also in the output list and connects to
an external UpdateState. In the pass "ShapeOpsSplitter", it will be duplicated. after that, only one replica will be connected
to the external UpdateState, others will be connected to its original users respectively.
After the pass "GraphKernelSplitter", only one part will be connected to this UpdateState, the execution order of other nodes cannot be ensured.
This pass extended the node that connects to UpdateState, if a node has an external UpdateState user, all outputs that depend on this node
will be connected to this UpdateState. It may add many redundant edges, the next pass will handle it.
5. Add a pass MergeOutputForUpdateState after GraphKernelSplitter.
if an UpdateState has multiple inputs from the same node, only one edge will be kept.
2021-03-09 19:12:36 +08:00
jjfeing
c5292174f4
log info support dtype/format
2021-03-09 18:59:42 +08:00
tanghuikang
dac64f30ee
Support ms_function + heterogenous
2021-03-09 18:59:03 +08:00
simson
a9752ea5e1
add valuenode info to graph_info
2021-03-09 02:49:32 -08:00
caifubi
837ee12c02
Fix bug of invalid DEVICE_ID env for context
2021-03-09 18:47:52 +08:00
mindspore-ci-bot
0c3152fe6b
!13024 Fix bprop dynamic top cell
...
From: @zjun3021
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
2021-03-09 18:46:51 +08:00
luopengting
027edbb679
fix rdr log when env_config_path is empty
2021-03-09 17:32:06 +08:00
mindspore-ci-bot
e00d8cd1d6
!13020 Not save InitDatasetQueue and GetNext op in PyNative Mode
...
From: @HulkTang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
2021-03-09 17:31:55 +08:00
tronzhang
7252ffb66b
pipeline optimization for parallel fusion
2021-03-09 17:07:24 +08:00
mindspore-ci-bot
fe3b26a637
!12982 dice bug
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-03-09 17:04:16 +08:00
yujianfeng
8dbb372228
Raise error when calling recompute api in pynative mode
2021-03-09 16:59:46 +08:00
mindspore-ci-bot
16a9aa37af
!12734 [ms][lite][cpu] transpose optimize
...
From: @lzkcode
Reviewed-by:
Signed-off-by:
2021-03-09 16:44:37 +08:00
mindspore-ci-bot
b50381ebf9
!12967 [ms][lite][cpu] biasadd bug fix
...
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-03-09 16:44:29 +08:00
mindspore-ci-bot
2b2964e6dd
!12925 [MS][Maskrcnn][310infer]Maskrcnn 310 infer failed in halfway
...
From: @lanzhineng
Reviewed-by:
Signed-off-by:
2021-03-09 16:43:41 +08:00
caozhou
cab7b623f5
add ckpt directory note
2021-03-09 16:30:25 +08:00
mindspore-ci-bot
2551332cb9
!12979 fix ssd postprocess problem
...
From: @zhangxiaoxiao16
Reviewed-by:
Signed-off-by:
2021-03-09 16:24:20 +08:00
jiaqi
cdb7330818
diceloss bug
2021-03-09 16:23:45 +08:00
chendongsheng
d29f2b2634
remove static worker
2021-03-09 16:10:52 +08:00
zhupuxu
5ca25451ee
dynamic_batch
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2021-03-09 16:05:40 +08:00
xuanyue
890857da01
fix train bug
2021-03-09 16:04:24 +08:00
zhangxinfeng3
769243673a
Add some modules of Sponge
2021-03-09 16:03:41 +08:00
zhaodezan
d1f7ed115a
change many malloc to one
2021-03-09 16:02:36 +08:00
linqingke
977295162e
auto_tune add sync fusion env.
2021-03-09 16:00:08 +08:00
fangzehua
86833c7293
fix mix cache
2021-03-09 15:56:35 +08:00
mindspore-ci-bot
0a06e0da17
!12834 [MS][LITE][CPU]add resize bicubic
...
From: @fuzhiye
Reviewed-by: @zhang_xue_tong
Signed-off-by: @zhang_xue_tong
2021-03-09 15:55:01 +08:00
mindspore-ci-bot
bf4cd4952c
!13005 change log level
...
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
2021-03-09 15:53:58 +08:00
mindspore-ci-bot
70024d3ab1
!12189 Add CPU Pad op
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
2021-03-09 15:49:53 +08:00
LianLiguang
4acab81599
using cpp infer firstly
2021-03-09 15:37:17 +08:00
zhoufeng
3a4eda82aa
signal int handler
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-03-09 15:28:12 +08:00
mindspore-ci-bot
9134e7b2d4
!12860 [MS][LITE]android pet classsification add english and chinese language
...
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
2021-03-09 15:07:38 +08:00
mindspore-ci-bot
578f3b851e
!12837 update interface for yolov4 310 infer
...
From: @lihongkang1
Reviewed-by:
Signed-off-by:
2021-03-09 15:06:50 +08:00