Commit Graph

4769 Commits

Author SHA1 Message Date
mindspore-ci-bot 51f8ffab64 !2829 googlenet support multy node training
Merge pull request !2829 from caojian05/ms_master_dev
2020-07-06 20:33:25 +08:00
Zhang Qinghua e377c966f4 Output the string of Tenser as summary format. 2020-07-06 20:20:27 +08:00
mindspore-ci-bot f245b22133 !2866 modify the loss scale annotation
Merge pull request !2866 from lilei/modify_loss_scale_annotation
2020-07-06 20:00:47 +08:00
mindspore-ci-bot 875b597d2c !2873 Adjust layer number of outputs of empty graph
Merge pull request !2873 from zhoufeng/xiu-ba-ge
2020-07-06 19:43:55 +08:00
mindspore-ci-bot e9bccf18b1 !2871 fix MatrixSetDiag
Merge pull request !2871 from jiangjinsheng/issue_fix4
2020-07-06 19:25:08 +08:00
mindspore-ci-bot a6b67eb216 !2872 fix ctc label indices dim one check
Merge pull request !2872 from wuxuejian/ctcloss_check
2020-07-06 19:13:25 +08:00
jiangjinsheng a3565a75d1 vm for ParallelConcat 2020-07-06 18:35:12 +08:00
zhoufeng 44d1499e42 Adjust layer number of outputs of empty graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-06 17:35:19 +08:00
mindspore-ci-bot 3d377c51b9 !2839 support vm for PopulationCount
Merge pull request !2839 from jiangjinsheng/vm_population_count
2020-07-06 17:32:08 +08:00
jiangjinsheng d5b08d6dc4 fixed MatrixSetDiag 2020-07-06 16:34:57 +08:00
GuoMengHao ab90f30a2b add hccl_tools
Signed-off-by: GuoMengHao <guomenghao@huawei.com>
2020-07-06 16:25:49 +08:00
wuxuejian b0dd9caed4 fix ctc label indices dim one check 2020-07-06 16:14:12 +08:00
WilliamLian 60e3849178 reselect the domask's child node after rectify the node domask 2020-07-06 16:10:17 +08:00
lilei 8abca21d25 modify the loss scale annotation 2020-07-06 15:11:10 +08:00
mindspore-ci-bot d0dd892884 !2857 Revert "optimize the graph output of all nop node"
Merge pull request !2857 from limingqi107/master
2020-07-06 14:47:41 +08:00
mindspore-ci-bot d4185f336c !2848 change crop_size from tensor to tuple
Merge pull request !2848 from xutianchun/crop_size_tuple
2020-07-06 14:36:26 +08:00
mindspore-ci-bot 0aa8f0010d !2850 Fix data preprocess bug in yolov3-darknet53
Merge pull request !2850 from yangyongjie/master
2020-07-06 14:32:23 +08:00
mindspore-ci-bot 99d6430b3f !2835 fix cpu gatherV2 index out of bounds
Merge pull request !2835 from baihuawei/gatherV2
2020-07-06 11:10:55 +08:00
mindspore-ci-bot 056f9f6dc1 !2861 use addparam to replace setparam to reduce overhead
Merge pull request !2861 from xychow/optimize-setparam-to-addparam
2020-07-06 10:42:55 +08:00
mindspore-ci-bot ccad0cae3a !2856 Update the Api document of SummaryCollector and SummaryRecord.
Merge pull request !2856 from ougongchang/fix_summary_record
2020-07-06 10:22:01 +08:00
mindspore-ci-bot bb44e9088c !2851 Fix some mistakes of InplaceADD vm ops and apply in new character of dynamic format
Merge pull request !2851 from liuwenhao/pr_1949
2020-07-06 09:53:27 +08:00
baihuawei b1d6ef0e88 fix GatherV2 index out of bounds 2020-07-06 09:39:30 +08:00
mindspore-ci-bot aef002ad6c !2809 support Python built-in function 'enumerate'
Merge pull request !2809 from zhangbuxue/support_Python_built-in_functions_enumerate
2020-07-06 09:38:47 +08:00
mindspore-ci-bot f6a45a8fab !2847 Add record for transform status
Merge pull request !2847 from Kang/master
2020-07-06 09:33:26 +08:00
xutianchun f9088f46bd change crop_size from tensor to tuple 2020-07-06 09:29:09 +08:00
limingqi107 9523ab19ef Revert "optimize the graph output of all nop node"
This reverts commit 4949f6ca39.
2020-07-06 09:16:39 +08:00
mindspore-ci-bot 17319d8dfd !2843 Add TransShape operator
Merge pull request !2843 from fanglei/trans_shape
2020-07-06 09:14:13 +08:00
zhousiyi df0d89ed8b use addparam to optimize setparam to reduce manager overhead 2020-07-06 01:11:17 +00:00
caojian05 d9ecfb1858 support multi server muli process 2020-07-06 02:14:55 +08:00
liuwenhao4 5897793b01 Fixing some tiny mistake of InplaceAdd, InplaceSub and InplaceUpdate vm ops and apply new character of dynamic format 2020-07-05 11:45:43 +08:00
leilei_snow 5cccfbc61b Add TransShape Operator. 2020-07-05 03:34:35 +00:00
hesham c45bce4e8f JPEG decoder hangs if the image is sliced to 3 bytes only. 2020-07-04 17:18:01 -04:00
mindspore-ci-bot f42e36b629 !2845 Fix empty graph dump ir failed
Merge pull request !2845 from zhoufeng/empty-graph-dump-ir
2020-07-04 15:49:57 +08:00
mindspore-ci-bot 0a279b7f73 !2849 fix serving peformance
Merge pull request !2849 from dinghao/master
2020-07-04 15:07:50 +08:00
zhoufeng 1f8b00dff2 Fix empty graph dump ir
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-04 14:26:52 +08:00
mindspore-ci-bot f6b6ef2796 !2761 Record unreused arg in kernel graph
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
2020-07-04 14:22:13 +08:00
mindspore-ci-bot d17c997dd7 !2837 add transformer in model_zoo/README
Merge pull request !2837 from yuchaojie/transformer
2020-07-04 10:55:18 +08:00
mindspore-ci-bot ac3c35c329 !2749 GPU update argmaxwithvalue
Merge pull request !2749 from VectorSL/argmaxwithvalue
2020-07-04 10:12:46 +08:00
ougongchang 0ee568b733 Update the Api document of SummaryCollector and SummaryRecord.
Add more detail note for SummaryCollector and SummaryRecord,
else if it is used not right, some proplem will be caused.
2020-07-04 10:06:57 +08:00
mindspore-ci-bot b5066e81ee !2308 Unskip md5 python UT case for RandomPerspective
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
2020-07-04 03:37:58 +08:00
mindspore-ci-bot 14f19fa3fb !2854 Debt Task - changing name 'input_cv->shape()[2]' to 'int num_channels' for dataset/kernels/image/Image_utils.cc
Merge pull request !2854 from danishnxt/AugOps-fix
2020-07-04 03:21:16 +08:00
mindspore-ci-bot 34fadfad31 !2774 fix perf_data test
Merge pull request !2774 from Alexey_Shevlyakov/fix_perf_data_test
2020-07-04 03:20:26 +08:00
nhussain 1aca3f6404 fix unneeded call to typecast op for string 2020-07-03 15:17:33 -04:00
Danish Farid e8f879aa43 Debt Task 2020-07-03 13:42:11 -04:00
tinazhang dc03019200 unskip md5 testcase for RandomPerspective 2020-07-03 13:10:13 -04:00
mindspore-ci-bot 7cc4b8438e !2853 BBox Ops Python Test file - Fix_Annotate function bug fix
Merge pull request !2853 from danishnxt/AugOps-fix
2020-07-04 00:41:38 +08:00
mindspore-ci-bot f2a99538fd !2852 Unify Python Docs for C++ Detection Ops
Merge pull request !2852 from islam_amin/object_ops_doc
2020-07-04 00:00:50 +08:00
Danish Farid 5a9673ee6f fix_annotate bug fix 2020-07-03 11:17:13 -04:00
mindspore-ci-bot 8b78bbc3ac !2830 Address some comments for PR 2602
Merge pull request !2830 from JesseKLee/PR2602
2020-07-03 20:35:17 +08:00
yangyongjie 655d5174ea fix data preprocess bug 2020-07-03 18:48:07 +08:00