Commit Graph

27158 Commits

Author SHA1 Message Date
i-robot 6122ee8202 !19681 modify for bert 310infer.
Merge pull request !19681 from 郑彬/bert0708
2021-07-12 01:26:50 +00:00
i-robot 50c31fae1c !19906 Add value check
Merge pull request !19906 from ZPaC/fix-namespace
2021-07-12 01:10:50 +00:00
i-robot c1c68bfa17 !19943 modify model_zoo bug for config
Merge pull request !19943 from lilei/modify_model_zoo_readme
2021-07-12 01:08:53 +00:00
i-robot 963977ba9e !19992 [MS][LITE]fix bug of control model
Merge pull request !19992 from mengyuanli/bugfix2
2021-07-11 11:19:06 +00:00
i-robot 541150cbee !20002 [lite]close nnie
Merge pull request !20002 from 徐安越/code_docs
2021-07-11 10:49:35 +00:00
xuanyue 9ccd8024d4 close nnie 2021-07-11 18:31:02 +08:00
i-robot 9df1092f5c !19988 [MS][LITE][Develop]fix bug of memleak of control flow model
Merge pull request !19988 from mengyuanli/bugfix
2021-07-11 10:27:32 +00:00
i-robot ac06df9640 !19755 [MS][LITE][CPU] x86 conv shape优化
Merge pull request !19755 from liuzhongkai/thread2
2021-07-11 10:05:34 +00:00
mengyuanli 3d0d7b394c fix bug of memleak 2021-07-11 17:59:46 +08:00
i-robot 72cf841432 !19932 [MSLITE] memory leak
Merge pull request !19932 from ling/memory
2021-07-11 08:39:33 +00:00
mengyuanli cabb53a05e fix bug of mem leak 2021-07-11 15:54:09 +08:00
ling 3a20841113 [MSLITE] control-flow memory leak bug 2021-07-11 15:25:21 +08:00
i-robot b0aea317c0 !19701 [MSLITE] mindrt parallel fp16 test
Merge pull request !19701 from ling/pr
2021-07-11 06:42:16 +00:00
i-robot 33a797daf9 !19385 [MS][LITE] allow reduce op has only one input when axes param is not given
Merge pull request !19385 from XianglongZeng/myms_new_3
2021-07-11 06:40:21 +00:00
i-robot 7ae900f699 !19949 Lift fv core dump fix
Merge pull request !19949 from chenfei_mindspore/lift-fv-core-dump
2021-07-11 03:36:50 +00:00
i-robot 3d1cf153dc !19976 bugfix output contain tuple and tuple
Merge pull request !19976 from limingqi107/bug_fix
2021-07-11 03:18:51 +00:00
i-robot 1361301c5d !19804 fix bug of control flow togther host and device
Merge pull request !19804 from limingqi107/bug_fix3
2021-07-11 03:14:50 +00:00
i-robot 440d16f693 !19963 [LITE] fix ram increase
Merge pull request !19963 from zhaozhenlong/lite/issue/master_fix_ram_increase
2021-07-11 03:00:53 +00:00
i-robot d5d23a2622 !19950 [MS][LITE] fix print bug
Merge pull request !19950 from jianghui58/fix_dlopen_mas
2021-07-11 02:58:58 +00:00
ling e693ecfb35 [MSLITE] mindrt parallel fp16 test 2021-07-11 10:57:41 +08:00
i-robot 68f1d5b19c !19958 Refine unify runtime context
Merge pull request !19958 from zyli2020/fix_mindtest_bug
2021-07-10 15:58:07 +00:00
lizhenyu 2ef6aa29e0 bugfix output contain tuple 2021-07-10 23:51:26 +08:00
i-robot 6cd41cbe74 !19948 fix tinydarknet
Merge pull request !19948 from wanglin/fix_wl_master
2021-07-10 14:28:41 +00:00
i-robot fec01fa67e !19776 fix efficientnet imagenet accuracy
Merge pull request !19776 from panfengfeng/fix_efficient_imagenet_accuracy_master
2021-07-10 13:46:43 +00:00
i-robot 9059117db7 !19930 [bugfix]CPU version core dump when destroy resource of net which includes op BatchNorm and BatchNormGrad
Merge pull request !19930 from zyli2020/mindrt_debug
2021-07-10 12:52:05 +00:00
zhaozhenlong a504ee042a fix ram increase 2021-07-10 19:47:00 +08:00
lizhenyu c50606ef26 Refine unify runtime context 2021-07-10 19:02:42 +08:00
i-robot 6ab9904f33 !19433 [MS][LITE] move create train session to trainsession.h
Merge pull request !19433 from zhengjun10/fix_issue
2021-07-10 10:11:00 +00:00
jianghui58 cca0250dd2 fix print bug 2021-07-10 18:09:22 +08:00
limingqi107 7594537a01 fix bug of control flow togther host and device 2021-07-10 18:02:01 +08:00
chenfei 470e0e650f fix lift_fv_before_grad cond 2021-07-10 17:55:41 +08:00
i-robot 3798750300 !19762 reuse rank id
Merge pull request !19762 from anancds/rank
2021-07-10 09:53:00 +00:00
lilei 6e35b6c9e6 modify model_zoo bug for config 2021-07-10 17:50:21 +08:00
i-robot edc4e63ac1 !19463 [MS][LITE][Develop] optimize common convolution kernel
Merge pull request !19463 from sunsuodong/optimize_kernel
2021-07-10 09:47:03 +00:00
l_emon 21fcd87107 fix tinydarknet 2021-07-10 17:44:45 +08:00
i-robot 659bca1ff9 !19896 [MS][LITE] fix dlopen bug
Merge pull request !19896 from jianghui58/fix_dlopen_mas
2021-07-10 09:27:02 +00:00
i-robot 305d5236a7 !19588 fix some ub fusion patterns
Merge pull request !19588 from yuchaojie/ub_fusion
2021-07-10 09:13:03 +00:00
i-robot a10fdffdf2 !19908 [MS][LITE] evade an random convert error caused by compile param
Merge pull request !19908 from XianglongZeng/myms_new
2021-07-10 08:55:03 +00:00
i-robot 20c5047aa9 !19665 [MS][LITE]control flow fp16 not run fp16 in partial node
Merge pull request !19665 from mengyuanli/bugfix
2021-07-10 08:53:08 +00:00
i-robot cb555f4b6e !19494 add ResizeBilinear ops for aicpu
Merge pull request !19494 from yanzhenxiang2020/add_resize_bilinear_aicpu
2021-07-10 08:46:27 +00:00
i-robot 805783cc22 !19916 dataset: modify some comment and log
Merge pull request !19916 from ms_yan/code_docs_master_log
2021-07-10 08:10:56 +00:00
i-robot e9d85d8f99 !19857 Fix docs issue
Merge pull request !19857 from lizhenglong1992/code_docs_comma
2021-07-10 08:08:57 +00:00
i-robot 53633ebfd8 !19748 Fix param check and default value of center in Rotate and RandomRotation Ops
Merge pull request !19748 from xiaotianci/fix_rotate_center
2021-07-10 08:07:00 +00:00
zengxianglong 9f0138b7de allow reduce op has only one input when axes param is not given 2021-07-10 16:02:53 +08:00
i-robot cebd12e8ba !19798 update readme of lenet
Merge pull request !19798 from huchunmei/update
2021-07-10 08:00:57 +00:00
lizhenyu 444469ed77 [bugfix]CPU version core dump when destroy resource of net which includes op BatchNorm and BatchNormGrad 2021-07-10 15:58:01 +08:00
i-robot 5d1c501022 !19867 compression warnning clean
Merge pull request !19867 from zhang_sss/warnning_clean
2021-07-10 07:54:55 +00:00
i-robot 1ab6ee831e !19862 Ensure the correct execution order of the users of parameter or load
Merge pull request !19862 from Margaret_wangrui/order_enforce_2
2021-07-10 07:36:55 +00:00
i-robot 722428d2ab !19870 Bugfix for gpu profiler in callback mode missing step trace data
Merge pull request !19870 from gzhcv/FitLoopCount
2021-07-10 07:32:56 +00:00
mengyuanli aac9c77228 support partial fp16 2021-07-10 15:30:08 +08:00