Commit Graph

27041 Commits

Author SHA1 Message Date
LaiYongqiang 898a48d6ea fix fusion type 2021-07-13 10:44:50 +08:00
i-robot 713e7aa762 !19827 Add context setting in doc examples
Merge pull request !19827 from lixiaohui33/code_docs_ci
2021-07-10 01:25:06 +00:00
i-robot b27a0fc73b !19856 [bugfix] Reinitialize for cpu kernels which do not support multi-thread
Merge pull request !19856 from zyli2020/mindrt_debug
2021-07-09 21:13:23 +00:00
i-robot 7dda19313e !19814 fix bug of CPU not support more then 2G copy
Merge pull request !19814 from limingqi107/bug_fix4
2021-07-09 20:59:25 +00:00
i-robot 32501cf851 !19685 Riemann DeepLM for 3d reconstruction
Merge pull request !19685 from Mindmender_duan/master
2021-07-09 12:00:10 +00:00
i-robot 56f330c0f1 !19688 optimize CPU arithmetic ops
Merge pull request !19688 from 范吉斌/optimize_ops
2021-07-09 11:44:11 +00:00
i-robot 90aede4756 !19680 modify ssd bug for Master
Merge pull request !19680 from lilei/modify_model_zoo_readme
2021-07-09 11:32:12 +00:00
i-robot b71271b9bc !19797 fix getfuncgraphspecializer inner error
Merge pull request !19797 from xychow/fix-getfuncgraphspecializer-inner-error
2021-07-09 10:58:49 +00:00
i-robot 509b506b19 !19675 add fat-deepffm 310 master
Merge pull request !19675 from four_WW/ffm_master_310_3
2021-07-09 10:24:50 +00:00
i-robot e637285abb !19832 Fix PanGu Dataset Error with Data Parallel Imports
Merge pull request !19832 from huangxinjing/code_docs_dataset_with_doc
2021-07-09 09:50:50 +00:00
i-robot 66653ea98d !19766 fix bug of CPU kernel address must not be nullptr
Merge pull request !19766 from limingqi107/bug_fix
2021-07-09 09:44:52 +00:00
lizhenyu cde12f6d98 bugfix: reinitialize for cpu kernels which do not support multi-thread 2021-07-09 17:37:09 +08:00
i-robot e2cbddab75 !19702 check strategy for conv2d transpose
Merge pull request !19702 from yangzhenzhang/check-strategy-for-conv2d-transpose
2021-07-09 09:32:49 +00:00
limingqi107 ae46d0beb9 fix bug of CPU not support more then 2G copy 2021-07-09 17:12:32 +08:00
i-robot 9523d28536 !19629 modify inc load mindir
Merge pull request !19629 from changzherui/inc_load
2021-07-09 09:04:57 +00:00
i-robot 682607ba5b !19705 fix maxpool log
Merge pull request !19705 from gziyan/fix_maxpool
2021-07-09 09:00:59 +00:00
i-robot 9612ee9092 !19579 [MD] fix mindrecord api doc
Merge pull request !19579 from liyong126/fix_api_doc
2021-07-09 08:34:50 +00:00
i-robot 5d6cac71d2 !19382 Support Complex in GPU about graph kernel
Merge pull request !19382 from ZengZitao/complex_gk
2021-07-09 08:18:51 +00:00
i-robot 458cdb437e !19206 Add transform_op_optimizer
Merge pull request !19206 from 刘一泓/elim_format
2021-07-09 08:16:50 +00:00
i-robot d76bb99d8a !19689 Fix fl namespace issue.
Merge pull request !19689 from ZPaC/fix-namespace
2021-07-09 08:02:48 +00:00
i-robot 264d7fafce !19061 Export .so & header files of lite_cv when MSLITE_ENABLE_TRAIN=on
Merge pull request !19061 from luoyang/issues
2021-07-09 08:00:56 +00:00
i-robot f86644358e !19765 Fix docs issues
Merge pull request !19765 from luoyang/code_docs_python-doc
2021-07-09 07:48:49 +00:00
i-robot ce73174a7e !19816 fix docs bug
Merge pull request !19816 from shenwei41/code_docs_docbug
2021-07-09 07:46:49 +00:00
huangxinjing 7f8c5b10da Add pipeline dataset imports
Fix document
2021-07-09 15:41:02 +08:00
i-robot 17c9b7397d !19527 cnn_direction_model gpu version
Merge pull request !19527 from panfengfeng/add_cnn_direction_model_gpu_version
2021-07-09 07:14:49 +00:00
i-robot f2d2f3dd5b !19734 [MSLITE] add opencl gpu compile support for arm32
Merge pull request !19734 from Liu_Xuu/trt_bug_0708
2021-07-09 07:12:50 +00:00
shenwei41 422240b6a2 fix docs bug 2021-07-09 15:00:01 +08:00
i-robot 3a408218ec !19490 fix python parameter del coredump if raise an error before init finished
Merge pull request !19490 from huanghui/fix-parameter
2021-07-09 06:36:08 +00: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
lixiaohui a88e8da01b add context setting in examples due to the default mode shift in mindspore 1.3 2021-07-09 14:10:55 +08:00
YangLuo 465d956661 Fix docs 2021-07-09 12:56:29 +08:00
zhousiyi 5574687c63 run static_analysis with broaded args if all inputs are tensor 2021-07-09 03:26:26 +00:00
i-robot dcd9d18411 !19670 fix coding mistakes for yolov4 and inceptionv4
Merge pull request !19670 from zhouneng/code_docs_fix_coding_error
2021-07-09 03:08:08 +00:00
i-robot 68977b7c47 !19712 Fix a problem that if kill -9 dataset subprocesses, these subprocesses will turn to zombie processes
Merge pull request !19712 from xiefangqi/md_fix_zombie_subprocesses
2021-07-09 03:04:07 +00:00
lilei b0a1fcf7aa modify ssd bug for R1.3 2021-07-09 10:56:26 +08:00
i-robot 9ef07e3291 !19700 add avx512 compile option
Merge pull request !19700 from zhaosida/zsd_adam_simd
2021-07-09 02:16:40 +00:00
i-robot 006c8a3c2a !19768 modify callback comment
Merge pull request !19768 from changzherui/code_docs_callback
2021-07-09 02:14:39 +00:00
i-robot 4f53df2eb5 !19686 fix unet
Merge pull request !19686 from jiangzhenguang/fix_unet
2021-07-09 02:06:38 +00:00
i-robot 5046dce3d8 !19756 fix example result of graphcell
Merge pull request !19756 from wangnan39/code_docs_fix_graphcell_result_in_example
2021-07-09 02:04:40 +00:00
i-robot 2bfe69adca !19745 [MS][LITE]support model build with model buf
Merge pull request !19745 from 张学同/callback
2021-07-09 02:02:44 +00:00
mindmender_duan 232215ffe0 add DeepLM model 2021-07-09 09:53:30 +08:00
i-robot b7b0c912c2 !19722 fix docs error of probability
Merge pull request !19722 from byweng/code_docs_master
2021-07-09 01:52:40 +00:00
i-robot 0768df5144 !19753 Change some config, NCF hasn't support GPU yet.
Merge pull request !19753 from chenhaozhe/code_docs_change_config
2021-07-09 01:44:50 +00:00
i-robot fb5aeca661 !19740 upgrade_ascend_0708master
Merge pull request !19740 from shenwei41/upgrade_ascend_0708master
2021-07-09 01:26:42 +00:00
panfengfeng e158b8fce1 add cnn_direction_model gpu version 2021-07-09 09:24:28 +08:00
i-robot 81a976417e !19492 [master]Dump failed when there are duplicate fullname_with_scope in graph
Merge pull request !19492 from caifubi/master-data-dump
2021-07-09 01:20:46 +00:00
i-robot db3317d6ce !19757 fix error in albert script master
Merge pull request !19757 from wtcheng/master
2021-07-09 01:18:49 +00:00
i-robot 9527016549 !18912 [MS][LITE][develop] enable npu option default off
Merge pull request !18912 from sunsuodong/npu_default_off
2021-07-09 01:16:47 +00:00
i-robot 023f902db3 !19747 [bugfix] The output addr of MaskedSelectGrad hasn't been memset
Merge pull request !19747 from zyli2020/mindrt_debug
2021-07-09 01:08:43 +00:00
zengzitao aa019a639f support complex in gpu about graph_kernel 2021-07-09 08:51:52 +08:00