Commit Graph

5860 Commits

Author SHA1 Message Date
chenhaozhe bea083c3ed update loss value in bert precision test case 2021-07-10 14:55:57 +08:00
i-robot 848069a9ad !19824 [MECompiler]Add switch simplify to a2
Merge pull request !19824 from chenfei_mindspore/switch_simplify_fix
2021-07-10 04:24:57 +00:00
i-robot d6be7c17af !19771 [MS][LITE][TOD] Add ToD to unified MS API
Merge pull request !19771 from ehaleva/API2
2021-07-10 04:12:57 +00:00
i-robot de635448af !19791 fix prelu weight grad accuracy error fp16 on GPU
Merge pull request !19791 from zhangbuxue/fix_prelu_weight_grad_accuracy_error_fp16_on_GPU
2021-07-10 02:56:57 +00:00
Peilin Wang b55a930215 intial commit: cast to float32
add casting to float32 for intopk

fix ci

fix ci

fixed intopk
2021-07-09 20:17:35 -04:00
Emir Haleva fc6d150485 Add Train API to CXX_API 2021-07-09 19:30:57 +03:00
Zhang Qinghua f7ffc03249 Dump func graph where to call the node. 2021-07-09 21:37:48 +08:00
buxue 2b2efb0a75 fix prelu weight grad accuracy error fp16 on GPU 2021-07-09 18:15:05 +08:00
chenfei ff066a0df3 add switch_simplify pass to a2 2021-07-09 16:56:43 +08:00
Xiao Tianci a77ed2a5c0 fix the param check of center in Rotate, and change the default value of center from {-1, -1} to {} 2021-07-09 15:24:27 +08:00
i-robot 5c6677a3a8 !19628 fix issue: Resolve Python parser exception can't exit
Merge pull request !19628 from lanzhineng/infer_optv5
2021-07-09 06:14:20 +00:00
anzhengqi cc1a0fa59c optimize resnet50 with imagenet2012 by prefetch_size and num_parallel_workers 2021-07-09 10:41:47 +08:00
harshvardhangupta 52d1212239 remove builder 2021-07-08 16:55:52 -04:00
w00517672 7d49202311 fix error in albert script 2021-07-08 21:45:40 +08:00
lanzhineng 34aae1bef4 clear exception_ptr 2021-07-08 20:41:29 +08:00
i-robot 23df0f83a3 !19634 Fix bugs of MindSpore federated's PW_ENCRYPT
Merge pull request !19634 from jxlang910/cipher_branch
2021-07-08 11:49:03 +00:00
i-robot 6863d52646 !19605 add federated learning albert
Merge pull request !19605 from wtcheng/master
2021-07-08 08:15:42 +00:00
i-robot 4a75354555 !19286 add_PReLUGrad_for_GPU
Merge pull request !19286 from zhangbuxue/add_PReLuGrad_for_GPU
2021-07-08 02:01:45 +00:00
jin-xiulang 257cc23ca2 Add secure parameters for mindspore federated learning.
fix prime initialization and build key bug

fix reconstruct access bug and kernels' retcode.

Fix init issue

Add fl secure parameter cipher_time_window
2021-07-08 09:58:32 +08:00
i-robot a5118ae5f2 !19507 Remove builder from CacheOp, CacheLookupOp, CacheMergeOp
Merge pull request !19507 from lixiachen/remove_cacheop_builders
2021-07-07 21:25:43 +00:00
i-robot f9a2a0ba71 !19516 Enable mindRT on CPU device
Merge pull request !19516 from limingqi107/bug_fix3
2021-07-07 15:47:47 +00:00
i-robot 81dbc13611 !19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
2021-07-07 14:41:44 +00:00
i-robot 5c1a254f16 !19514 [ME][Control]Add control flow test cases in ci
Merge pull request !19514 from chenfei_mindspore/add_control_test_ci
2021-07-07 12:14:35 +00:00
w00517672 42f4b9c322 add fl albert 2021-07-07 19:58:05 +08:00
i-robot 0e6c4071f5 !18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
2021-07-07 09:24:02 +00:00
i-robot a482cf7dc2 !19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
2021-07-07 07:48:09 +00:00
yanzhenxiang2020 9c74caa631 add ResizeBilinear ops for aicpu 2021-07-07 14:38:54 +08:00
i-robot a815ad72c1 !19454 Fix conv3d on cpu
Merge pull request !19454 from zuochuanyong/fix_conv3d_cpu
2021-07-07 06:16:08 +00:00
limingqi107 36b1ff25b4 Enable mindRT on CPU device 2021-07-07 13:19:37 +08:00
buxue 5bf41bfbd2 improve PReLU forward and implement backward on GPU 2021-07-07 13:15:33 +08:00
yangyuan 818f608f13 Optimize armour directory 2021-07-07 11:50:16 +08:00
i-robot aadaaf8142 !19474 fix bug of TensorCopySlices
Merge pull request !19474 from caifubi/master-tensor-copy-slices
2021-07-07 03:00:06 +00:00
i-robot d27510eed3 !19440 Infer support switchlayer & recrusive fun test cases
Merge pull request !19440 from lanzhineng/infer_optv5
2021-07-07 02:48:02 +00:00
i-robot 5f494498a1 !19471 Optimize test scripts of mindspore federated
Merge pull request !19471 from jxlang910/master
2021-07-07 01:24:18 +00:00
i-robot 34b9de7bc5 !19438 modify model_zoo resnext and resnet bug
Merge pull request !19438 from lilei/modify_model_zoo_bug
2021-07-07 01:20:04 +00:00
Lixia Chen 946693e860 Remove builder from cache ops 2021-07-06 17:29:03 -04:00
i-robot 0a6732f6dc !19047 [MD] Remove Builder
Merge pull request !19047 from harshvardhangupta/remove_builder
2021-07-06 17:34:35 +00:00
i-robot 1876a359f1 !19457 Optimize federated learning directory
Merge pull request !19457 from ZPaC/change-fl-dir
2021-07-06 15:04:34 +00:00
lichenever 108967ff7d fix_pipeline_split_bug 2021-07-06 22:51:04 +08:00
chenfei 8c9a1d65b3 add control test cases for ci 2021-07-06 21:39:14 +08:00
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
lanzhineng b706db3119 suport more evaluators and fix recrusive_fun testcase 2021-07-06 19:53:50 +08:00
caifubi bd70512806 fix TensorCopySlices bprop 2021-07-06 19:02:20 +08:00
ZPaC 37ce5dd6a7 Optimize federated learning directory 2021-07-06 18:12:23 +08:00
lilei a121969e2d modify model_zoo resnext and resnet network bug 2021-07-06 17:18:55 +08:00
zuochuanyong 4a2a254658 fix conv3d when pad_mode is pad 2021-07-06 17:06:23 +08:00
jin-xiulang c8d20e3502 Optimize test scripts of mindspore federated 2021-07-06 16:58:30 +08:00
lvchangquan 09c54c7923 use op transdata to improve performance in print process 2021-07-06 15:09:18 +08: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
Harshvardhan Gupta 5bd8fb57fc remove builder 2021-07-05 11:17:37 -04: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
YangLuo 17c121b087 Give concreted error when mappable dataset lack __len__ method 2021-06-29 11:13:12 +08:00
i-robot 3629df552c !18937 upgrade_ascend_0626_mindspore
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
2021-06-28 15:50:14 +00:00