Commit Graph

12042 Commits

Author SHA1 Message Date
mindspore-ci-bot 3fd54fd58f !7361 Check whether the network args are tensors in the compile phase
Merge pull request !7361 from YuJianfeng/master
2020-10-19 14:32:15 +08:00
bai-yangfan f0d18d2ce0 mode_export_modelzoo 2020-10-19 14:21:53 +08:00
mindspore-ci-bot 9d24e2b83b !7397 add repeated calculation num as the last dimension of dev matrix
Merge pull request !7397 from yangzhenzhang/handle_repeated_calc
2020-10-19 14:16:18 +08:00
yankai c6639b91b7 fix upsample of onnx opeartor to resize 2020-10-19 14:10:10 +08:00
mindspore-ci-bot cfd0f3cec1 !7406 fix out_of_range for opencl subgraph
Merge pull request !7406 from wandongdong/master
2020-10-19 14:09:06 +08:00
mindspore-ci-bot da43d8e47d !7355 [MS][LITE][CPU]replace int8 common conv with int8 matmul
Merge pull request !7355 from fuzhiye/tmp
2020-10-19 14:02:04 +08:00
mindspore-ci-bot 72eb8a39cf !7368 [AutoParallel] do not partition any newly added (unknown) operators
Merge pull request !7368 from Chong/StridedSlice
2020-10-19 13:50:28 +08:00
chujinjin 3c269a059e opt multi fun 2020-10-19 13:41:51 +08:00
yujianfeng 18a76ff3c5 Check whether the network args are tensors in the compile phase 2020-10-19 11:46:10 +08:00
mindspore-ci-bot 0a92ef2b98 !7173 make matmul support 1d*Nd and Nd*1d
Merge pull request !7173 from wanyiming/support_1d_matmul
2020-10-19 11:45:05 +08:00
mindspore-ci-bot e14a6fc015 !7342 [MS][LITE][DEVELOP] add DeviceContext to Context
Merge pull request !7342 from mengyuanli/add_device_context
2020-10-19 11:29:28 +08:00
laiyongqiang b76fa31cc5 no need to add atomic for communication op's output 2020-10-19 11:21:04 +08:00
laiyongqiang ebc18d1edb log improvement 2020-10-19 11:18:16 +08:00
mindspore-ci-bot b5bfea4e3a !7431 fix control flow when subgraphs merging root graph
Merge pull request !7431 from weiyang/master
2020-10-19 11:10:23 +08:00
fuzhiye 68b8c7e84c replace int8 common gemm with int8 matmul 2020-10-19 11:01:58 +08:00
yangzhenzhang fc4ed975c4 handle repeated calculation 2020-10-19 10:47:01 +08:00
mindspore-ci-bot 712d02a2fa !7409 fix dir error when enable download json from gitee
Merge pull request !7409 from liubuyu/bug_fix
2020-10-19 10:34:12 +08:00
mengyuanli 43633e28a6 add device_ctx to context 2020-10-19 10:30:10 +08:00
mindspore-ci-bot 5ccde9123a !7392 modified the interface of ParallelMode
Merge pull request !7392 from 吴书全/deepfm1016
2020-10-19 10:22:59 +08:00
mindspore-ci-bot 21c4c0d934 !7404 [MSLITE]outlier for post quant
Merge pull request !7404 from ghzl/percert-method
2020-10-19 10:20:35 +08:00
mindspore-ci-bot 88cb8f250d !7389 Download ompi from gitee
Merge pull request !7389 from ZPaC/master-download-from-gitee
2020-10-19 10:16:03 +08:00
yuchaojie a84affffd7 add QuantConfig & modify quant cells 2020-10-19 10:09:18 +08:00
mindspore-ci-bot 479cb89e8b !7408 Fix Parallel mode import Error
Merge pull request !7408 from huangxinjing/train-mode
2020-10-19 09:55:21 +08:00
lixian 01140a29c0 fix fp32 deconv relu parameter bug 2020-10-19 09:40:20 +08:00
yeyunpeng f1d095a730 fix java build bugs 2020-10-19 09:39:08 +08:00
mindspore-ci-bot 57ebdb4545 !7393 [MSLITE] Add matrix-vector multiplication for fp16 fullconnection
Merge pull request !7393 from zhanyuan/tmp
2020-10-19 09:31:29 +08:00
mindspore-ci-bot 847ed91131 !7425 Fix matcher bug in ArithmeticSimplify in GraphKernel
Merge pull request !7425 from gengfei/fix_match_add
2020-10-19 09:29:18 +08:00
gongdaguo 93a521d662 Add dropout pass, add clip pass, and fix the fusion problem of transpose 2020-10-19 09:28:40 +08:00
mindspore-ci-bot 143484394f !7387 add gitee download
Merge pull request !7387 from hexia/master
2020-10-19 09:21:14 +08:00
mindspore-ci-bot 80368dead3 !7377 [MSLITE] Add ci test for onnx model including lstm operators.
Merge pull request !7377 from wangshaocong/ci_master
2020-10-19 09:18:27 +08:00
mindspore-ci-bot 70bd405338 !7375 Change normalize input check
Merge pull request !7375 from EricZ/change_normalize_check
2020-10-19 09:14:28 +08:00
mindspore-ci-bot 4843f6aba0 !7432 Adam + Sparse softmax and bug fix
Merge pull request !7432 from yonibaehr/export
2020-10-19 09:13:23 +08:00
mindspore-ci-bot 92288517df !7245 [MSLITE]deconv optimize common
Merge pull request !7245 from ling/sr
2020-10-19 09:10:04 +08:00
mindspore-ci-bot 21b9d8e8a7 !7426 [MSLITE][Develop] fix smart reply kernel
Merge pull request !7426 from sunsuodong/fix_lite_kernel
2020-10-19 09:06:42 +08:00
mindspore-ci-bot 55372f3c87 !7337 add some ops implement by c++
Merge pull request !7337 from liubuyu/master
2020-10-19 08:55:01 +08:00
Haim Moushkatel 9392e02a36 Adam optimizer + Bug Fix 2020-10-18 17:36:37 +03:00
weiyang 74cf83a94b fix control flow when subgraphs merging root graph 2020-10-18 21:23:01 +08:00
mindspore-ci-bot c3d1f54c7f !7403 modify_cmake
Merge pull request !7403 from lilei/modify_cmake_test
2020-10-18 11:13:56 +08:00
peixu_ren 3df62c759c Solve the problem with input of Nan in logrithm calculation 2020-10-17 20:56:47 -04:00
mindspore-ci-bot 7a45596593 !7373 Use MetaTensor instead of Initializer
Merge pull request !7373 from lilei/modify_MetaTensor
2020-10-17 20:54:13 +08:00
mindspore-ci-bot c3784287ce !7391 Fix SmoothL1Loss op sigma attr problem.
Merge pull request !7391 from liangchenghui/fix_smooth_l1_loss
2020-10-17 20:53:09 +08:00
Geng_Fei 4de1a988d1 fix matcher bug in arithmetic simplify 2020-10-17 18:42:23 +08:00
sunsuodong 3b8279af10 fix_lite_kernel 2020-10-17 18:29:26 +08:00
mindspore-ci-bot 1ebcca1259 !7421 export script for GCN GAT Network
Merge pull request !7421 from 于振华/master
2020-10-17 17:58:47 +08:00
guohongzilong 7ad32a773d add percent method 2020-10-17 17:28:41 +08:00
mindspore-ci-bot 2b56b87734 !7234 update mass gpu support.
Merge pull request !7234 from linqingke/mass
2020-10-17 16:21:37 +08:00
mindspore-ci-bot 1a98a8f683 !7395 fix fasterrcnn readme and psenet makefile.
Merge pull request !7395 from linqingke/psenet
2020-10-17 16:20:31 +08:00
yuzhenhua 9734b93b00 export script for gcn and gat 2020-10-17 16:15:00 +08:00
mindspore-ci-bot 6207210c22 !7420 [MS][LITE][Develop]support benchmark running on windows10
Merge pull request !7420 from chenjianping/lite_windows
2020-10-17 15:29:29 +08:00
mindspore-ci-bot 283ab84884 !7269 dump constant values for each step
Merge pull request !7269 from lichen_101010/dump_constant_values_new
2020-10-17 14:53:22 +08:00