Commit Graph

1749 Commits

Author SHA1 Message Date
caifubi c577952c9a Async Data Dump 2020-07-13 09:42:37 +08:00
mindspore-ci-bot 65c6e54e2e !2773 Adding cpp_api
Merge pull request !2773 from 章一智/cpp_api
2020-07-11 18:58:42 +08:00
ZPaC 8273c2a39c Add ps optimizer info builder. 2020-07-11 16:07:09 +08:00
mindspore-ci-bot 2e45aa6c19 !3014 Add ps optimizer info
Merge pull request !3014 from ZPaC/add-ps-optim-info
2020-07-11 14:38:52 +08:00
mindspore-ci-bot 6284c42a76 !2941 MD tokenizer support output offsets
Merge pull request !2941 from xiefangqi/md_add_offsets_feature
2020-07-11 14:36:00 +08:00
mindspore-ci-bot ebc6b92c27 !3002 add arg check for enumerate
Merge pull request !3002 from zhangbuxue/add_arg_check_for_enumerate
2020-07-11 12:31:30 +08:00
ZPaC 272e397be7 Add ps optimizer info. 2020-07-11 11:31:58 +08:00
xiefangqi 47060631e5 add offsets feature to tokenizer 2020-07-11 11:20:02 +08:00
mindspore-ci-bot 541456044d !2934 GraphData support random_walk and get_edge_feature
Merge pull request !2934 from heleiwang/gnn_july
2020-07-11 10:26:17 +08:00
ervinzhang bd5a777f81 introducing new C++ API 2020-07-10 16:32:38 -04:00
mindspore-ci-bot 2f565f4c20 !2776 Update API of dataset.text.lookup
Merge pull request !2776 from ZiruiWu/master
2020-07-10 22:18:48 +08:00
mindspore-ci-bot 8844462e15 !2996 Add test case for switch_layer
Merge pull request !2996 from fanglei/add_testcase_switchlayer
2020-07-10 17:58:50 +08:00
heleiwang 7a046a1d70 support get_edge_feature 2020-07-10 17:05:23 +08:00
buxue cf797d3bf2 add arg check for enumerate 2020-07-10 16:58:38 +08:00
leilei_snow 38f32d0f8f add testcase for switchlayer. 2020-07-10 07:46:28 +00:00
mindspore-ci-bot 87722b9e09 !2912 Update ssim and add msssim
Merge pull request !2912 from fanglei/msssim
2020-07-10 15:30:11 +08:00
mindspore-ci-bot c8d7ac13aa !2976 Add input infos to output for apply op to match the tbe registered info
Merge pull request !2976 from YuJianfeng/input2output
2020-07-10 11:56:16 +08:00
mindspore-ci-bot bccfa48509 !2980 Prevent empty column names
Merge pull request !2980 from nhussain/empty_column_b
2020-07-10 11:19:37 +08:00
leilei_snow 9b21420b3e update SSIM loss, add MSSSIM loss feature; add their ut testcases. 2020-07-10 11:11:48 +08:00
mindspore-ci-bot 9daeeb5a81 !2961 add st to protect pynative hook from abnormal
Merge pull request !2961 from JoyLvliang/add-st-to-protect-pynative-hook-from-abnormal
2020-07-10 11:06:06 +08:00
mindspore-ci-bot cf5a27e97d !2962 gpu support SmoothL1Loss kernel
Merge pull request !2962 from chenweifeng/smoothl1loss
2020-07-10 11:03:22 +08:00
mindspore-ci-bot 00368b3683 !2972 Improving implicit type conversion
Merge pull request !2972 from zhangbuxue/Improving_implicit_type_conversion
2020-07-10 09:36:49 +08:00
mindspore-ci-bot b5e8e2419e !2923 Update arithmetic simplify to use Pattern Matcher
Merge pull request !2923 from Giancarlo/update_arith_simplify
2020-07-10 09:36:19 +08:00
mindspore-ci-bot 5f468b65b6 !2798 Decouple ParamValue from python
Merge pull request !2798 from hewei/decouple_param_value
2020-07-10 09:33:17 +08:00
mindspore-ci-bot 6b2a5221b3 !2975 Add MixedPrecisionCast for KeywordArg
Merge pull request !2975 from Kang/add_AbstractKeywordArg
2020-07-10 09:30:27 +08:00
Zirui Wu 7b15e5a742 rework on lookup
add test caser

fix ci

address review cmts

ci

addr review cmt

fix typo

address review cmts

add 2 more test cases

cpplint fix

addr cpplint

addr ci

fix tst case err

fix doc str
2020-07-09 17:10:18 -04:00
mindspore-ci-bot 2c3c204b14 !2982 supporting cpp unit tests for randomresizewithbbox and resizewithbbox
Merge pull request !2982 from ava/CPP_test3
2020-07-10 04:56:36 +08:00
mindspore-ci-bot 02e797d130 !2947 CPP UTs for 3 BBoxAugOps + Fix to image_util.cc
Merge pull request !2947 from danishnxt/AugOps-testing
2020-07-10 03:31:52 +08:00
avakh b2bfb0342b supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op. 2020-07-09 14:36:32 -04:00
nhussain 2c7fd248f8 fixes for PR-2908: avoid empty strings for column names 2020-07-09 11:44:33 -04:00
Danish Farid 506f8f134e fix, cpp ut's
fix cmakefile

fixed log statments in cpp UT tests
2020-07-09 11:32:13 -04:00
yujianfeng 24f6b9d77e Add input2output pass 2020-07-09 21:44:43 +08:00
buxue 4df1edf5b3 Improving implicit type conversion 2020-07-09 21:38:00 +08:00
mindspore-ci-bot b23fc4e492 !2938 Decouple the exception routines from Python.
Merge pull request !2938 from ZhangQinghua/master
2020-07-09 21:10:02 +08:00
wilfChen 0fdc304a8e gpu support smoothl1loss 2020-07-09 20:30:00 +08:00
lvliang 0978bdc301 add-st-to-protect-pynative-hook-from-abnormal 2020-07-09 19:54:46 +08:00
wuyongkang e12255ad84 Add MixedPrecisionCast for KeywordArg 2020-07-09 19:10:57 +08:00
mindspore-ci-bot d192920719 !2958 Add ps module in batches.
Merge pull request !2958 from ZPaC/add-ps-module
2020-07-09 18:40:31 +08:00
He Wei f337c6bc14 Decouple ParamValue from python 2020-07-09 16:16:22 +08:00
ZPaC 4645a43e08 Add ps module in batches 2020-07-09 15:45:56 +08:00
buxue 4e832b2309 support implicit type conversion for pynative mode 2020-07-09 15:41:41 +08:00
wuyongkang 4b2b46679a Revert "Optimization for ApplyTransform function"
This reverts commit 02dd305bb0.
2020-07-09 11:27:30 +08:00
Zhang Qinghua bde889ffdf Decouple the exception routines from Python. 2020-07-09 11:19:16 +08:00
mindspore-ci-bot 0c7a5f76a3 !2779 gpu support CTCLoss kernel
Merge pull request !2779 from chenweifeng/ctcloss
2020-07-09 09:57:14 +08:00
mindspore-ci-bot 323a80c620 !2765 fix large for loop segment fault
Merge pull request !2765 from fary86/fix_large_for_loop
2020-07-09 09:43:03 +08:00
mindspore-ci-bot 5fc6dcfb65 !2915 [Auto parallel] Rewrite EmbeddingLookup
Merge pull request !2915 from Xiaoda/8-move-embeddinglookup-external
2020-07-09 09:40:34 +08:00
mindspore-ci-bot 5355deca04 !2946 Added empty tensor support
Merge pull request !2946 from EricZ/emtpy-tensor
2020-07-09 09:38:32 +08:00
mindspore-ci-bot 3cc9217f06 !2926 [Dataset C++ UT] Implement C++ UTs for RandomHorizontalFlipWithBBox and BoundingBoxAugment
Merge pull request !2926 from islam_amin/object_ops_cc_ut_floats
2020-07-09 05:56:46 +08:00
Eric 79445012bd Tensor ut works
new test case

Name change for empty check
2020-07-08 17:28:59 -04:00
nhussain 6c37ea3be0 fix validators
fixed random_apply tests

fix validators

fixed random_apply tests

fix engine validation
2020-07-08 16:40:33 -04:00