i-robot
db0a064cfd
!19434 Modify context searching and creating routine, not searching all the time.
...
Merge pull request !19434 from 张清华/opt0
2021-07-06 13:00:32 +00:00
dingpeifei
24ff7ab8b4
upgrade_ascend_0705
2021-07-06 11:31:45 +08:00
i-robot
6a6da100ce
!19324 Add differential privacy parameters for mindspore federated learning.
...
Merge pull request !19324 from jxlang910/fl-dp
2021-07-06 03:11:11 +00:00
Zhang Qinghua
b37a0cef63
Modify context searching and creating routine.
2021-07-06 11:01:52 +08:00
i-robot
b26dc0f162
!18938 infer optimize:codex + testcases
...
Merge pull request !18938 from lanzhineng/infer_optv5
2021-07-06 01:19:13 +00:00
jin-xiulang
ebc71d3306
Add secure parameters for mindspore federated learning.
2021-07-05 21:08:02 +08:00
i-robot
a24c0d8efe
!19127 add st test: test_Conv2dBnFoldQuant
...
Merge pull request !19127 from zhang_sss/add_st_test
2021-07-05 13:07:48 +00:00
lanzhineng
04dba00b93
infer:codex & testcases
2021-07-05 21:01:13 +08:00
i-robot
ea440db85e
!18488 Remove Parameter Check in PyNative mode
...
Merge pull request !18488 from caifubi/master-pynative-no-parameter
2021-07-05 12:05:46 +00:00
chengang
61ead5ff31
!19267 sync bug fix
...
Merge pull request !19267 from sync-from-enter
2021-07-05 08:41:36 +00:00
i-robot
8508c9eb45
!18179 [MD] add slice patches op in c++ and python
...
Merge pull request !18179 from liyong126/slice_patches_op
2021-07-05 07:04:45 +00:00
i-robot
4a8225eaf4
!19160 Fix parameter check of Rotate and GaussianBlur API
...
Merge pull request !19160 from xiaotianci/fix_rotate_and_gaussian_blur
2021-07-05 06:30:46 +00:00
ZPaC
fb76361d81
sync bug fix
2021-07-05 11:52:16 +08:00
i-robot
b93907fdca
!19246 Change Loss to LossBase
...
Merge pull request !19246 from chenhaozhe/change-loss-base
2021-07-05 01:24:23 +00:00
liyong
9a1de0af65
add slice patches in python and c++
2021-07-05 09:16:47 +08:00
limingqi107
e761655a42
actor runtime support CPU dump
2021-07-04 11:19:09 +08:00
gaoyong10
b3f0a29fb1
Fix Sponge net.
2021-07-03 21:44:11 +08:00
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
...
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
...
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
i-robot
6b902f7a3b
!19217 fixed recovery issue
...
Merge pull request !19217 from anancds/pclint
2021-07-02 14:20:49 +00:00
i-robot
e1d25946bc
!19256 Delete map_model which is not used anymore.
...
Merge pull request !19256 from chenhaozhe/delete-map-model
2021-07-02 08:50:52 +00:00
i-robot
bb43be1fb4
!18954 modify model_zoo resnet network for clould
...
Merge pull request !18954 from lilei/modify_model_zoo_resnet50
2021-07-02 08:46:52 +00:00
chenhaozhe
086a871975
Change Loss to LossBase
2021-07-02 16:41:02 +08:00
chendongsheng
c7cb8f9da8
fixed recovery issue
2021-07-02 15:51:23 +08:00
chenhaozhe
46cd33b8ce
delete map_model which is not used anymore
2021-07-02 09:34:06 +08:00
i-robot
5b98330f8d
!19223 fix linspace accuracy error
...
Merge pull request !19223 from 杨林枫/fix_linspace_accuracy_error
2021-07-02 01:33:52 +00:00
i-robot
906cfc7ca0
!19234 fixed recovery core
...
Merge pull request !19234 from anancds/core
2021-07-02 01:19:53 +00:00
i-robot
d33adf825b
!18475 cipher calling code
...
Merge pull request !18475 from ql_12345/master_merge_0617_1
2021-07-02 01:15:53 +00:00
Xiao Tianci
8cdd0d8d90
fix param check for Rotate and GaussianBlur
2021-07-01 20:31:33 +08:00
zhang__sss
f26155fb37
test_Conv2dBnFoldQuant
2021-07-01 19:08:59 +08:00
i-robot
9910f399db
!18998 transformer test
...
Merge pull request !18998 from huchunmei/trans
2021-07-01 10:48:50 +00:00
chendongsheng
3374ec1f5b
fixed recovery core
2021-07-01 18:14:17 +08:00
lilei
48a2b44fbb
modify model_zoo resnet network for clould
2021-07-01 17:45:06 +08:00
i-robot
a7a9fbe997
!19069 Fix concat back propagation problem when input is list
...
Merge pull request !19069 from LiangZhibo/infer
2021-07-01 09:16:54 +00:00
yanglf1121
476089b5c1
fix linspace arange isclose
2021-07-01 15:34:32 +08:00
i-robot
aab9502549
!19182 Add hybrid script
...
Merge pull request !19182 from ZPaC/sync-from-enter
2021-07-01 01:25:57 +00:00
ql_12345
5af0c890a1
cipher calling code
2021-07-01 00:23:06 +08:00
ZPaC
c053100ef6
Add hybrid script
2021-06-30 22:04:12 +08:00
wsq3
2410b0c223
modified test_yolov3_darknet53
2021-06-30 16:31:25 +08:00
huchunmei
2c4c157ae5
clould
2021-06-30 10:50:59 +08:00
i-robot
930755a16b
!18494 dynamic default memory size for vnpu
...
Merge pull request !18494 from zhoufeng/vnpu
2021-06-30 01:55:52 +00:00
i-robot
442d73b1ac
!19071 enable mindRT
...
Merge pull request !19071 from limingqi107/actor_runtime
2021-06-29 14:37:10 +00:00
i-robot
f8560b6109
!18919 Add TensorCopySlices op
...
Merge pull request !18919 from caifubi/master-tensor-copy-slices
2021-06-29 14:35:11 +00:00
zhoufeng
b9378e36c3
dynamic default memory size for vnpu
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-29 19:23:04 +08:00
limingqi107
406c252834
enable mindRT
2021-06-29 17:44:05 +08:00
l00591931
d25e3497f7
Fix concate problem
2021-06-29 17:40:27 +08:00
i-robot
92675f7572
!18747 Add expander for op AddN
...
Merge pull request !18747 from DeshiChen/0618_expand_addn
2021-06-29 09:32:03 +00:00
caifubi
629111c6d3
Add TensorCopySlice Op
2021-06-29 16:52:35 +08:00
i-robot
8102d68b8b
!18420 Give concreted error when mappable dataset lack __len__ method
...
Merge pull request !18420 from luoyang/API-check-pybind-name
2021-06-29 07:48:03 +00:00
dayschan
149dab39c5
Add expander for AddN; update akg submodule
2021-06-29 11:43:46 +08:00