Commit Graph

4769 Commits

Author SHA1 Message Date
ZPaC 4645a43e08 Add ps module in batches 2020-07-09 15:45:56 +08:00
mindspore-ci-bot 4bdd8e16a2 !2954 Revert "Optimization for ApplyTransform function"
Merge pull request !2954 from Kang/optimization
2020-07-09 15:37:42 +08:00
wuyongkang 41229ed01d Fix bug of for i, j in enumerate(items) 2020-07-09 14:51:33 +08:00
wuyongkang 4b2b46679a Revert "Optimization for ApplyTransform function"
This reverts commit 02dd305bb0.
2020-07-09 11:27:30 +08:00
mindspore-ci-bot b4e3715897 !2951 udpate release notes for r0.3.1
Merge pull request !2951 from guozhijian/update_r0.3.1_release_notes
2020-07-09 10:11:52 +08:00
mindspore-ci-bot 549d561106 !2944 add hccl config
Merge pull request !2944 from wandongdong/master
2020-07-09 09:58:58 +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
jonyguo 8230125341 update r0.3.1 release notes 2020-07-09 09:54: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
mindspore-ci-bot 102b205ce2 !2833 Fix engine validators.py
Merge pull request !2833 from nhussain/engine_validators
2020-07-09 05:44:41 +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
mindspore-ci-bot 915ddd25dd !2892 gnn random walk pr 1977 comment follow up
Merge pull request !2892 from tony_liu2/master
2020-07-09 03:35:55 +08:00
islam_amin 284cc910d5 C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment 2020-07-08 14:36:27 -04:00
wandongdong 74fcbd2900 add hccl_config 2020-07-08 22:46:50 +08:00
mindspore-ci-bot e2f51ccec8 !2922 updating the python ut tests based on floating point bounding boxes
Merge pull request !2922 from ava/float_change
2020-07-08 22:39:42 +08:00
mindspore-ci-bot fdc3a235e6 !2940 fix gat train fail caused by checkpoint permission and missing data path in README.MD
Merge pull request !2940 from zhangdengcheng/master
2020-07-08 20:33:05 +08:00
wilfChen d54154a1f9 Gpu support ctcloss kernel 2020-07-08 19:35:01 +08:00
mindspore-ci-bot 2042bb8911 !2929 fix LRN
Merge pull request !2929 from jiangjinsheng/issue_fix4
2020-07-08 18:03:59 +08:00
zhangdengcheng 44aab10bd5 Fix permission problem when training with common user. 2020-07-08 09:09:57 +00:00
mindspore-ci-bot 93e27f0382 !2917 bug fix in quantization aware training auto create graph
Merge pull request !2917 from chenzhongming/master
2020-07-08 16:51:17 +08:00
Xiaoda Zhang fc906f7f58 move embeddinglookup to external 2020-07-08 16:27:40 +08:00
mindspore-ci-bot a7fc7e505c !2895 Add case operator support in CPU/GPU backend
Merge pull request !2895 from fanglei/case
2020-07-08 15:48:41 +08:00
jiangjinsheng 30b0650349 fix LRN 2020-07-08 14:42:58 +08:00
mindspore-ci-bot dffb76a0a9 !2605 High level abstraction of mathematical distributions
Merge pull request !2605 from XunDeng/pp_poc_v3
2020-07-08 12:44:52 +08:00
mindspore-ci-bot b71cb28b0a !2887 Reset to fusedbatchnorm operation in pynative mode
Merge pull request !2887 from JoyLvliang/back-to-fusedbatchnorm-operation-in-pynative-mode
2020-07-08 11:57:52 +08:00
leilei_snow 70abe362f2 add case process 2020-07-08 11:52:29 +08:00
mindspore-ci-bot 5aa96bdbca !2921 use multi thread flag for reduce sparse gradient
Merge pull request !2921 from kisnwang/optimize-two-level-reduce-sparse-gradient
2020-07-08 11:27:54 +08:00
mindspore-ci-bot ecf73bc4f4 !2928 Fix the bug of setting shape when the axis is negative in the split fission pass
Merge pull request !2928 from YuJianfeng/master
2020-07-08 11:05:46 +08:00
chenzomi 3446940142 bug fix in quantization aware training auto create graph 2020-07-08 09:47:47 +08:00
mindspore-ci-bot 403c1db8ce !2869 fix print bug
Merge pull request !2869 from jinyaohui/master
2020-07-08 09:40:29 +08:00
yujianfeng b5845b6b7b Fix the bug of setting shape when the axis is negative in the split fission pass 2020-07-08 09:31:38 +08:00
lvliang b16686964c back-to-fusedbatchnorm-operation-in-pynative-mode 2020-07-08 09:19:42 +08:00
mindspore-ci-bot 1f4944fa15 !2913 fix validator for Split
Merge pull request !2913 from jiangjinsheng/issue_fix4
2020-07-08 09:12:38 +08:00
mindspore-ci-bot 576cf5cd25 !2904 delete thirdpraty/icu4c/filter.json
Merge pull request !2904 from qianlong21st/change_icu_compile
2020-07-08 09:11:04 +08:00
mindspore-ci-bot 1be24257a6 !2909 Simplify PrimitiveTotalEqual
Merge pull request !2909 from Kang/master
2020-07-08 09:10:49 +08:00
mindspore-ci-bot e26746ad18 !2816 Optimization for ApplyTransform function
Merge pull request !2816 from Kang/optimization
2020-07-08 09:10:36 +08:00
kswang 4094c4688d use multi thread for reduce sparse gradient 2020-07-08 09:09:02 +08:00
peixu_ren bef1fc7f19 add sample functions in normal and bermoulli distributions 2020-07-07 18:13:58 -04:00
avakh 421b80bf8f updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests 2020-07-07 18:05:49 -04:00
tony_liu2 14899a1410 fix gnn random walk pr 1977 comments
add fix to random resize decode crop test case

fix pylint issues
2020-07-07 17:32:08 -04:00
Xun Deng 0aa26c1815 add high level abstract class Distribution and two example class:
Bernoulli and Normal
2020-07-07 17:29:42 -04:00
mindspore-ci-bot 9ba937b1af !2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
Merge pull request !2920 from danishnxt/AugOps-M1-Python
2020-07-08 05:18:58 +08:00
mindspore-ci-bot c9929fd8a1 !2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
Merge pull request !2900 from islam_amin/object_ops_cc_float
2020-07-08 03:53:39 +08:00
mindspore-ci-bot 92d2011b8b !2924 [Dataset Python UT] Disable md5 random perspective test
Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
2020-07-08 03:52:21 +08:00
mindspore-ci-bot 6d946b6a19 !2890 Fix for Alexey's testcase
Merge pull request !2890 from JesseKLee/queue_perf
2020-07-08 03:21:50 +08:00
Danish Farid 78c370f72a First Commit - New Infrastructure - Python UT tests + Common Aug Files
fix accidental change overwrite

fix 2

updated inits from 0 to 0.0 for float

improvd python ut comments

updated macro
2020-07-07 14:50:34 -04:00