Commit Graph

11099 Commits

Author SHA1 Message Date
mindspore-ci-bot c12d48c727 !6933 add gatherD, identity op
Merge pull request !6933 from wuxuejian/new_op
2020-09-30 09:09:02 +08:00
mindspore-ci-bot afb1a91568 !7010 psenet 8p accuracy improve.
Merge pull request !7010 from linqingke/psenet
2020-09-30 09:07:19 +08:00
mindspore-ci-bot 58610443cb !7023 modify endofsequence for multi-machine
Merge pull request !7023 from HW_KK/master
2020-09-30 08:40:57 +08:00
mindspore-ci-bot a75b3161e1 !7051 Fixed zero plus neg_inf issue under fp16
Merge pull request !7051 from XunDeng/pp_issue_branch
2020-09-30 08:37:05 +08:00
Xun Deng 322f154abb fixed neginf plus zero issue under fp16 2020-09-29 17:04:31 -04:00
mindspore-ci-bot 9c70e8bd04 !6991 move inner.DynamicRNN to P.DynamicRNN.
Merge pull request !6991 from liuxiao93/DynamicRNN-api
2020-09-29 21:09:41 +08:00
mindspore-ci-bot 945c125e4a !6992 Revert arena code back to use malloc
Merge pull request !6992 from JesseKLee/revert_arena
2020-09-29 21:05:13 +08:00
mindspore-ci-bot 3811e5a933 !7029 [MS][LITE][GPU]add resize op
Merge pull request !7029 from chenzupeng/master-lite
2020-09-29 20:03:18 +08:00
mindspore-ci-bot 86844a6a95 !7019 MSLITE add onnx parser and adjust the way of printing unsupport op
Merge pull request !7019 from 徐安越/master
2020-09-29 19:40:13 +08:00
chenzupeng 9743eb2456 add op resize 2020-09-29 19:31:18 +08:00
mindspore-ci-bot 27f8a95515 !7017 add string_util & cpu op skip_gram
Merge pull request !7017 from 陶云浩/master
2020-09-29 19:28:17 +08:00
xuanyue 357b597b4f add onnx parser and adjust the way of printing unsupport op 2020-09-29 18:30:43 +08:00
tao_yunhao caf25aa4d3 add string_util & cpu op skip_gram 2020-09-29 17:00:11 +08:00
mindspore-ci-bot 19230d92ed !7016 [MSLITE]modified mem check condition
Merge pull request !7016 from wangchangkai/master
2020-09-29 16:55:27 +08:00
mindspore-ci-bot d86df26db8 !7008 [MS][LITE][Develop]optimization for fp16 matmul kernel
Merge pull request !7008 from lixian/master
2020-09-29 16:47:24 +08:00
mindspore-ci-bot 051928b867 !6963 [Data]add input param check
Merge pull request !6963 from xulei/lite_test0905
2020-09-29 16:34:15 +08:00
mindspore-ci-bot 668c0ac61e !6987 Add crop fp16 ops
Merge pull request !6987 from liuwenhao/master
2020-09-29 16:30:27 +08:00
wuweikang a32811e160 modify endofsequence for multi-machine 2020-09-29 16:17:38 +08:00
mindspore-ci-bot 77978d0921 !7006 fix bugs of op DivNoNan, Div, MSSSIM and DropoutDoMask
Merge pull request !7006 from lihongkang/v2_master
2020-09-29 16:17:27 +08:00
lixian 869bffe976 optimization for fp16 matmul kernel 2020-09-29 16:09:49 +08:00
mindspore-ci-bot 40918bc46a !6809 modified psenet for safe
Merge pull request !6809 from 吴书全/psenet0923
2020-09-29 15:54:58 +08:00
mindspore-ci-bot deeac6c631 !7011 sync-from-trunk-to-blue-zone
Merge pull request !7011 from HW_KK/master
2020-09-29 15:42:26 +08:00
mindspore-ci-bot f9353bb963 !6990 MSLITE adjust conv_param position and add tflite custom parser
Merge pull request !6990 from 徐安越/master
2020-09-29 15:41:42 +08:00
liuxiao93 34e6368d05 move inner.DynamicRNN to P.DynamicRNN. 2020-09-29 15:31:58 +08:00
kai00 17dbb55b5d modified mem free condition 2020-09-29 15:31:53 +08:00
linqingke 79fdd144aa psenet update 2020-09-29 15:16:21 +08:00
lihongkang 47756fb031 fix bugs 2020-09-29 15:10:51 +08:00
liuwenhao4 900dfe5cba Add crop fp16 ops 2020-09-29 15:07:48 +08:00
mindspore-ci-bot 11a04a889b !7009 Add import for ops
Merge pull request !7009 from liuyang/ops
2020-09-29 14:59:27 +08:00
mindspore-ci-bot d51099abf5 !7004 [MSLITE][Develop] fix bug of arm fp16 cpu op: reopen deconv depthwise
Merge pull request !7004 from yangruoqi713/lite
2020-09-29 14:52:03 +08:00
mindspore-ci-bot caef8d2536 !6932 [MSLITE][Develop] Refactor slice and add fp16 kernel
Merge pull request !6932 from sunsuodong/slice_fp16
2020-09-29 14:51:52 +08:00
wuxuejian 8de76849ed add gatherD, identity op 2020-09-29 14:45:38 +08:00
mindspore-ci-bot 8f55187492 !6976 bug fix for nn.Dense and P.Matmul
Merge pull request !6976 from chenzhongming/zomi_master
2020-09-29 14:20:21 +08:00
wuweikang 32351635ef sync-from-trunk-to-blue-zone 2020-09-29 14:15:54 +08:00
mindspore-ci-bot ee883aebfb !6788 yolov3-darknet add weight transform scripts.
Merge pull request !6788 from linqingke/mass
2020-09-29 14:15:04 +08:00
mindspore-ci-bot 11d5255c97 !7003 serving: ctrl+c not exit
Merge pull request !7003 from 徐永飞/master
2020-09-29 14:11:59 +08:00
mindspore-ci-bot ed4d839f39 !6998 [MSLITE][Develop] Refactor arithmetic_self and add fp16 kernel
Merge pull request !6998 from sunsuodong/arithmetic_self_fp16
2020-09-29 14:06:32 +08:00
mindspore-ci-bot 1131b069d3 !6903 Remove StridedSlice AICPU version
Merge pull request !6903 from peixu_ren/custom_pp_ops
2020-09-29 11:51:47 +08:00
sunsuodong ef330cdffe Refactor slice and add fp16 kernel 2020-09-29 11:48:43 +08:00
linqingke af440bb3d8 yolov3-darknet add weight transform scripts. 2020-09-29 11:47:30 +08:00
mindspore-ci-bot b6a7f8bd71 !6977 add cache ops for aicpu and cpu kernel
Merge pull request !6977 from fangzehua/aug_cache
2020-09-29 11:26:11 +08:00
chenzomi b22cb38dab bug fix fot nn.Dense and P.Matmul 2020-09-29 11:19:52 +08:00
liuyang_655 2d30a420b6 modift ops import 2020-09-29 11:05:31 +08:00
yangruoqi713 e696b6a430 [MSLITE][Develop] fix bug of arm fp16 cpu op: reopen deconv depthwise 2020-09-29 10:45:09 +08:00
mindspore-ci-bot 422f8151d0 !6842 fix the bug of mulit gpu training large files (100M) cannot download
Merge pull request !6842 from gzhcv/GpuTimeline
2020-09-29 10:41:48 +08:00
xuanyue 5a83415f07 adjust conv_param initial and add tflite custom parser 2020-09-29 10:36:39 +08:00
xuyongfei 46ad69278c serving: ctrl+c not exit 2020-09-29 10:33:41 +08:00
mindspore-ci-bot 56c3d2219e !6966 [MS][LITE]optimize winograd input transform func
Merge pull request !6966 from fuzhiye/tmp
2020-09-29 10:26:55 +08:00
mindspore-ci-bot 4f24108dd5 !6981 Fix doc error in context.set_auto_parallel_context
Merge pull request !6981 from huangxinjing/fix-doct
2020-09-29 10:26:40 +08:00
mindspore-ci-bot 737e27d721 !6383 Add modelzoo CNNCTC Network.
Merge pull request !6383 from linqingke/fasterrcnn
2020-09-29 10:23:17 +08:00