Commit Graph

2818 Commits

Author SHA1 Message Date
zhaozhenlong cf40305bf0 add operator SpaceToBatch and BatchToSpace for ge 2020-03-31 20:21:47 +08:00
ms_yan 624ab97de6 repair parameter check problem in random_resize_crop and random_crop 2020-03-31 20:13:49 +08:00
mindspore-ci-bot da4c711dfb !50 fix parallel related valuenode merging error
Merge pull request !50 from penn/fix_parallel_related_valuenode_merging_error
2020-03-31 19:44:37 +08:00
panyifeng feb1c36811 fix parallel related valuenode merging error 2020-03-31 19:40:16 +08:00
ms_yan 7b5640da4e Repair parameter check problem in TFRecordDataset 2020-03-31 18:58:58 +08:00
mindspore-ci-bot 352c6faf85 !18 enable use float type learning rate in lars optimizer
Merge pull request !18 from gziyan/master
2020-03-31 18:54:55 +08:00
lichenever 2da38ad401 fix two cast bug in auto parallel 2020-03-31 18:54:21 +08:00
mindspore-ci-bot da447b8d4d !45 use std::vector instead of std::list to promote performance for parallel module
Merge pull request !45 from chentingting/permote_auto_prallel_performance
2020-03-31 18:25:59 +08:00
mindspore-ci-bot 04c10bb93d !42 add vgg scripts master
Merge pull request !42 from wangjun260/update_vgg_scripts
2020-03-31 17:54:26 +08:00
wukesong 0173c40124 add lenet & alexnet in master branch 2020-03-31 17:14:44 +08:00
mindspore-ci-bot 4b702c4c66 !48 fix graph mode and loop sink bug in auto parallel
Merge pull request !48 from lichen/master
2020-03-31 17:13:42 +08:00
jojobugfree e6c15b82c8 remove cce dependency 2020-03-31 17:02:25 +08:00
chang zherui eaf7146d46 modify longtime python ut 2020-03-31 16:18:04 +08:00
lichenever f946aea10d fix grpah mode loop sink bug in auto parallel 2020-03-31 16:16:53 +08:00
wangjun260 31b165a57e add vgg scripts 2020-03-31 16:07:18 +08:00
wenchunjiang 5a00d8cb58 This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps.
Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter.
This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit.
2020-03-31 15:46:40 +08:00
c00425699 3bb48ffee1 use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
mindspore-ci-bot d84bf8d357 !49 Update the supported version of EulerOS
Merge pull request !49 from TingWang/update-the-supported-version
2020-03-31 15:09:19 +08:00
mindspore-ci-bot 976226f9ac !10 Add matmul biasadd fusion pass
Merge pull request !10 from YuJianfeng/master
2020-03-31 14:52:47 +08:00
mindspore-ci-bot 6f03881b04 !39 add op Diag and DiagPart
Merge pull request !39 from zhaozhenlong/op/diag
2020-03-31 14:45:44 +08:00
mindspore-ci-bot 2753aa8768 !15 Correct the comments for `RandomChoiceWithMask` op.
Merge pull request !15 from seatea/randomchoicewithmask-doc
2020-03-31 14:37:36 +08:00
Ting Wang ddbf6f574b update the supported version of EulerOS
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
2020-03-31 14:28:46 +08:00
mindspore-ci-bot 630dd746af !44 fix typo in Automatic-differentiation.png
Merge pull request !44 from TingWang/fix-typo
2020-03-31 14:19:45 +08:00
mindspore-ci-bot 6d5597ed58 !41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
Merge pull request !41 from leonwanghui/revert-merge-17-master
2020-03-31 14:18:18 +08:00
mindspore-ci-bot 7242c0fad5 !41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
Merge pull request !41 from leonwanghui/revert-merge-17-master
2020-03-31 14:18:17 +08:00
mindspore-ci-bot e4b404e8ae !32 auto-enable-dynamic-mem-pool
Merge pull request !32 from JoyLvliang/master
2020-03-31 14:12:24 +08:00
mindspore-ci-bot 6fb4d9a359 !38 fix st for auto parallel
Merge pull request !38 from lichen/fix_st_for_auto_parallel
2020-03-31 14:12:23 +08:00
Ting Wang cb29f60bf1 fix typo
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
2020-03-31 12:01:58 +08:00
mindspore-ci-bot e535a5f50c !40 fix bug of get a error dst format of transdata
Merge pull request !40 from lianliguang/master
2020-03-31 11:59:10 +08:00
lichenever 30231eab2f fix auto parallel st 2020-03-31 11:19:06 +08:00
mindspore-ci-bot 84a61bd015 !27 add log for kernel runtime in order to trace performance
Merge pull request !27 from shibeiji/master
2020-03-31 11:13:27 +08:00
lvliang b3a306489d auto enbale dynamic mem pool 2020-03-31 10:30:01 +08:00
leonwanghui 976af212e9 回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast' 2020-03-31 10:27:40 +08:00
mindspore-ci-bot 140a15924c !17 [AutoParallel]Fix bug in the case of two cast
Merge pull request !17 from lichen/fix_cast_bug
2020-03-31 10:25:04 +08:00
mindspore-ci-bot 02a25407c4 !30 use string::find instead of equal to distinguish training graph
Merge pull request !30 from chenhaozhe/enable-variable-acc-for-training-graph
2020-03-31 10:18:06 +08:00
mindspore-ci-bot 0c7fe68db4 !31 Add issue and PR templates for gitee and github
Merge pull request !31 from helloway/template
2020-03-31 10:17:25 +08:00
lianliguang 9d5890d9b9 fix bug of got a error transdata's dest format 2020-03-31 10:04:34 +08:00
mindspore-ci-bot e9be3483fe !33 Optimize the execution time of test case test_rgb_hsv.py
Merge pull request !33 from qianlong21st/ql/fix_test_rgb_hsv
2020-03-31 09:53:01 +08:00
zhaozhenlong b12e6ff780 add operator diag and diag_part 2020-03-31 09:44:56 +08:00
mindspore-ci-bot c1c8fef9ca !24 Change strategy for structure output
Merge pull request !24 from 步学/structure-output
2020-03-31 09:38:44 +08:00
qianlong 8c88b39da1 Optimize the execution time of test case test_rgb_hsv.py 2020-03-31 09:23:20 +08:00
mindspore-ci-bot f1b722297e !36 【轻量级 PR】:update CONTRIBUTING.md. typo fix.
Merge pull request !36 from cathwong/N/A
2020-03-31 08:34:04 +08:00
mindspore-ci-bot be9aa4a6ee !35 Replace std::cout with MS_LOG in dataset unit test
Merge pull request !35 from jonathan_yan/4SZ
2020-03-31 08:15:37 +08:00
cathwong 9b2dabccfe update CONTRIBUTING.md. typo fix. 2020-03-31 04:37:59 +08:00
Jonathan Yan 080bcda021 Replace std::cout with MS_LOG in dataset unit test
Signed-off-by: Jonathan Yan <jonathan.yan1@huawei.com>
2020-03-30 11:02:32 -04:00
mindspore-ci-bot 4f5755003a !29 Add some prompt information for ease of use
Merge pull request !29 from jonyguo/add_more_log_info_and_testcase
2020-03-30 22:27:19 +08:00
seatea 840280e784 Correct the comments for `RandomChoiceWithMask` op. 2020-03-30 22:17:32 +08:00
mindspore-ci-bot 062b744b19 !12 Fix dtype bug for loss_scale and weight_decay
Merge pull request !12 from seatea/dynamic-loss-scale
2020-03-30 22:06:35 +08:00
mindspore-ci-bot 3ab402e110 !7 adapt relu6grad
Merge pull request !7 from zhaozhenlong/adapte-relu6grad
2020-03-30 21:58:39 +08:00
lichenever b4d34973bc fix_cast_bug 2020-03-30 21:13:45 +08:00