Commit Graph

4516 Commits

Author SHA1 Message Date
mindspore-ci-bot 188d1fc777 !2783 fix serving exit signal handle
Merge pull request !2783 from dinghao/master
2020-07-01 16:47:53 +08:00
mindspore-ci-bot f18329eaa5 !2782 New control sink testcase
Merge pull request !2782 from zhoufeng/control-sink-test
2020-07-01 16:46:31 +08:00
mindspore-ci-bot db94c5fb0f !2786 Optimization for ast_cache
Merge pull request !2786 from Kang/optimization
2020-07-01 16:44:03 +08:00
zhoufeng 18bc81e88c Ascend control sink testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-01 15:54:28 +08:00
mindspore-ci-bot 929fe39daa !2771 Address the importance of properly closing the SummaryRecord and illustrate how to close in two ways
Merge pull request !2771 from LiHongzhang/improve_docs
2020-07-01 15:38:39 +08:00
wuyongkang f797d17a6e Optimization for ast_cache 2020-07-01 15:14:52 +08:00
dinghao b7667628fa fix serving exit signal handle 2020-07-01 14:52:34 +08:00
mindspore-ci-bot 4eafb21ea8 !2638 support vm for mod
Merge pull request !2638 from jiangjinsheng/vm_mod
2020-07-01 14:26:07 +08:00
mindspore-ci-bot 528ce2b96b !2767 fix hook operator compare issue
Merge pull request !2767 from wangqiuliang/fix-hook-operator-compare-issue
2020-07-01 14:22:20 +08:00
mindspore-ci-bot bd3f3b51e4 !2722 Optimize parser
Merge pull request !2722 from Kang/optimization
2020-07-01 14:14:05 +08:00
mindspore-ci-bot 30fc1bd0c3 !2747 refactor StridedSlice op
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
2020-07-01 12:04:11 +08:00
kingfo 5d301092f6 fix hook operator compare issue 2020-07-01 11:51:35 +08:00
buxue be771aa9e4 refactor StridedSlice op 2020-07-01 11:08:36 +08:00
wuyongkang 274bd25386 Optimize parser 2020-07-01 10:20:12 +08:00
jiangjinsheng ffd0352162 vm for mod 2020-07-01 10:16:47 +08:00
mindspore-ci-bot 7b5b4837ff !2514 add bert support for glue task
Merge pull request !2514 from yoonlee666/gelu2
2020-07-01 10:13:21 +08:00
mindspore-ci-bot d1fa90a3d9 !2769 fix get loss error and NoneType error cause by _proceesor_specified_data
Merge pull request !2769 from ougongchang/fix_nonetype
2020-07-01 10:01:05 +08:00
mindspore-ci-bot ea475637a1 !2720 fix assign used in while loop
Merge pull request !2720 from xychow/fix-assign-in-while
2020-07-01 09:16:13 +08:00
mindspore-ci-bot 1332a04986 !2775 Set dataset size in generator when input has a length
Merge pull request !2775 from ZiruiWu/better_get_dataset_size_in_generator
2020-07-01 04:53:02 +08:00
mindspore-ci-bot efe07bd169 !2772 add a pre pass for node removals
Merge pull request !2772 from Jamie/removalpass
2020-07-01 03:23:39 +08:00
Jamie Nisbet 2ffe76981d added a pre pass for node removals
cpplint
2020-06-30 13:49:41 -04:00
Zirui Wu 3b42c360b6 set dataset_size in generator when source has len 2020-06-30 13:23:15 -04:00
mindspore-ci-bot b57d4ea2f3 !2602 Stage 2 of CacheOp delivery
Merge pull request !2602 from JesseKLee/cache_op_stage2
2020-06-30 23:18:00 +08:00
mindspore-ci-bot 9377e432d2 !2766 get default value if num_parallel_workers is None
Merge pull request !2766 from yanghaitao/yht_serialize_num_parallel_worker
2020-06-30 23:11:44 +08:00
Li Hongzhang 299469babb address the importance of closing the SummaryRecord and illustrate how 2020-06-30 22:31:53 +08:00
Jesse Lee a0a863f20c Stage 2 porting 2020-06-30 09:31:43 -04:00
yoonlee666 7a8ee4725b add bert support for glue 2020-06-30 21:18:11 +08:00
ougongchang cd868aea52 fix get loss error and NoneType error cause by _proceesor_specified_data
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
2020-06-30 21:11:06 +08:00
yanghaitao 365c901ee0 get default value if num_parallel_worker is None 2020-06-30 21:10:37 +08:00
mindspore-ci-bot 10cfc235e9 !2760 Gcc 9 of Queue<T>::PopFront()
Merge pull request !2760 from JesseKLee/gcc9
2020-06-30 21:06:35 +08:00
mindspore-ci-bot 71f28e5b7e !2762 Adjust the thread num to compute optimizer of cpu kernel
Merge pull request !2762 from YuJianfeng/master
2020-06-30 20:33:36 +08:00
mindspore-ci-bot 2dd5cf14da !2746 [AutoParallel]Remove 32 byte aligned limit for CPU gatherV2
Merge pull request !2746 from lichen/remove_32byte_limit_for_cpu_gatherv2
2020-06-30 20:29:14 +08:00
mindspore-ci-bot 3a89f93cc5 !2699 add ScatterMax ScatterMin ScatterSub vm
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
2020-06-30 20:10:17 +08:00
zhangzhenghai 5819641a14 update serving/ms_service.proto.
add copyright
2020-06-30 19:37:10 +08:00
yujianfeng 2a31e52bf1 Adjust the thread num to compute optimizer in cpu 2020-06-30 19:25:34 +08:00
mindspore-ci-bot 11b9b0fdf0 !2756 fix issue of [controlflow]The return value of the nested loop x is incorrect.
Merge pull request !2756 from wenchunjiang/fix_control_sink_bug
2020-06-30 19:23:45 +08:00
Jesse Lee bf8e7f8131 Gcc 9 fix 2020-06-30 07:07:48 -04:00
mindspore-ci-bot fe82d82155 !1904 Add IndexedSlices
Merge pull request !1904 from riemann_penn/add_indexed_slices
2020-06-30 19:03:12 +08:00
mindspore-ci-bot 3cb531435e !2753 Fix vocdataset/cocodataset docstring problem
Merge pull request !2753 from xiefangqi/xfq_fix_docstring
2020-06-30 18:59:11 +08:00
mindspore-ci-bot 2fadbb1d04 !2743 add more ut and st for SummaryCollector
Merge pull request !2743 from ougongchang/summary_collector_ut
2020-06-30 18:58:03 +08:00
mindspore-ci-bot cf1628a3d9 !2741 fix BatchToSpaceND
Merge pull request !2741 from jiangjinsheng/issue_fix4
2020-06-30 18:53:01 +08:00
mindspore-ci-bot 1fa662b2f6 !2757 update release notes
Merge pull request !2757 from guozhijian/update_release_notes
2020-06-30 18:39:25 +08:00
jonyguo 53757d5f28 update release notes 2020-06-30 17:58:59 +08:00
panyifeng d6635bbbe2 Add IndexedSlices 2020-06-30 17:38:24 +08:00
wenchunjiang e3c4ee75a5 reset call inputs only when graph has been splited 2020-06-30 17:19:39 +08:00
mindspore-ci-bot d454daec1b !2752 fix mix target device id
Merge pull request !2752 from kisnwang/fix-mix-session-device-id
2020-06-30 17:18:30 +08:00
ougongchang 3dc6f6f2d9 add more ut and st for SummaryCollector
Has fixed collecting optimizer error when mode is eval
2020-06-30 17:02:03 +08:00
mindspore-ci-bot 2a84a86b35 !2732 add warpctc to modelzoo
Merge pull request !2732 from gengdongjie/master
2020-06-30 16:23:19 +08:00
zhousiyi d5255fe311 fix assign used in while 2020-06-30 08:22:27 +00:00
mindspore-ci-bot fdf684bf2c !2744 Fixing type check mistakes of InplaceAdd and Inplace Sub vm ops
Merge pull request !2744 from liuwenhao/inplace
2020-06-30 16:08:02 +08:00