Commit Graph

1283 Commits

Author SHA1 Message Date
mindspore-ci-bot ea96cbcef2 !1979 fix partial primitive poly node
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
2020-06-16 09:35:57 +08:00
mindspore-ci-bot cb706951c1 !2126 Refactoring the func graph manager module.
Merge pull request !2126 from ZhangQinghua/master
2020-06-16 09:17:15 +08:00
mindspore-ci-bot dceb3c2be4 !2026 Change C++ behavior in RandomCropAndResize
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
2020-06-16 05:27:36 +08:00
Mahdi add29f95f5 resolved issues in the comments 2020-06-15 16:45:18 -04:00
mindspore-ci-bot 2cab44a637 !2028 FillOp for BERT
Merge pull request !2028 from nhussain/fillOp_learning
2020-06-16 02:45:45 +08:00
nhussain dd9bf09f0a added FillOp for #119 - special Ops 2020-06-15 11:30:43 -04:00
Peilin Wang 848e07d022 initial commit, start of BucketBatchByLengthOp
c implementation done, just need to call batch/pad

added python api and validator

added pybind/de_pipeline stuff, fixed some compile errors, figure out how null py::function works

added tiny bit of doc

integrated with static batch methods

fixed some bugs

some more bug fixes and cleanup

ci fix

fix ci

ci fix

fix ci

added test_cases and debugged

addressed code review comments

addressed code review comments

ci fix

ci fix

addressed code review comments

addressed code review comments
2020-06-15 10:20:01 -04:00
mindspore-ci-bot 7b6f13886f !1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
Merge pull request !1962 from zhouneng/add_vm_support_for_ApproximateEqual_InplaceUpdateD_InTopKD
2020-06-15 21:00:35 +08:00
mindspore-ci-bot 34790387e3 !2088 fix pylint
Merge pull request !2088 from z00378171/master
2020-06-15 20:42:16 +08:00
mindspore-ci-bot 8593c4d841 !2051 support host mpi
Merge pull request !2051 from chenjianping/host_reduce
2020-06-15 17:41:33 +08:00
mindspore-ci-bot 842f8231ba !2100 add op quant and dequant
Merge pull request !2100 from zhaozhenlong/op/quant-dequant-ge-open
2020-06-15 17:32:13 +08:00
mindspore-ci-bot 971f10d222 !1790 remove transdata only connected with control depend
Merge pull request !1790 from lianliguang/remove-the-useless-transdata-connected-with-the-control-depend
2020-06-15 16:59:33 +08:00
zhaozhenlong ccda0f7b36 add op AscendQuant AscendDequant 2020-06-15 16:42:53 +08:00
chenjianping 6034f9c1e2 support host reduce scatter and mpi config 2020-06-15 16:33:40 +08:00
mindspore-ci-bot 928c25ebea !2047 [Code review] check code files in pre_activate/ascend/buffer_fusion
Merge pull request !2047 from huanghui/code-review
2020-06-15 16:23:24 +08:00
Zhang Qinghua 923d3fee04 Refactoring the fg manager module. 2020-06-15 15:47:39 +08:00
mindspore-ci-bot 11f5f88021 !2010 fix operator issues for tuple_to_array and cast
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
2020-06-15 15:38:47 +08:00
WilliamLian b86016a26f remove the useless transdata and cast of control depend node 2020-06-15 14:54:47 +08:00
kingfo 9708e58259 fix TupleToArray & Cast operator issue 2020-06-15 14:39:10 +08:00
mindspore-ci-bot d4a7c87b22 !2093 GPU add argmaxwithvalue
Merge pull request !2093 from VectorSL/argmaxwithvalue
2020-06-15 14:18:37 +08:00
mindspore-ci-bot 5cd41905c0 !1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
Merge pull request !1820 from Xiaoda/the-backward-of-embeddinglookup
2020-06-15 11:53:11 +08:00
mindspore-ci-bot a8cf83acf2 !1932 Add CLUE dataset
Merge pull request !1932 from jiangzhiwen/dataset/clue
2020-06-15 11:48:35 +08:00
fary86 ffa3352088 Fix partial primitive poly node 2020-06-15 10:56:55 +08:00
jiangzhiwen e0e167a000 add CLUE dataset 2020-06-15 10:40:46 +08:00
zhouneng 51fe3501a4 add vm support for ApproximateEqual, InplaceUpdateD and InTopKD. 2020-06-15 10:18:31 +08:00
huanghui 4acb61d59d code review fix for buffer fusion 2020-06-15 09:35:16 +08:00
hesham a22763b612 Bug in CIFAR after removing GetMutabble buffer
Fixes # I1KIPC
2020-06-14 13:27:17 -04:00
VectorSL 17377912ba gpu add argmaxwithvalue 2020-06-14 14:51:06 +08:00
unknown f39a934a77 fix pylint 2020-06-13 21:58:52 +08:00
jonyguo bb2082daec fix: MindDataset padded log error 2020-06-13 19:46:24 +08:00
Xiaoda Zhang 20d2012a0e implementing the backward of embeddinglookup 2020-06-13 16:57:56 +08:00
mindspore-ci-bot e33ecf310a !2052 Update CI test for deeplabv3
Merge pull request !2052 from z00378171/master
2020-06-13 16:55:11 +08:00
unknown ac2e2f9a7a updata deeplabv3 CI 2020-06-13 16:11:03 +08:00
mindspore-ci-bot 403c30c7da !1919 change tensor dtype and shape from function to attr
Merge pull request !1919 from zhangbuxue/change_tensor_dtype_and_shape_from_function_to_attr
2020-06-13 10:28:55 +08:00
mindspore-ci-bot c661087b99 !2029 Create TensorRow class that supports a row id
Merge pull request !2029 from lixiachen/lixia/tensorrow
2020-06-13 09:43:58 +08:00
Lixia Chen 6ae88c3987 Create TensorRow class that supports a row id. 2020-06-12 15:06:56 -04:00
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
mindspore-ci-bot b285c8fa9d !1973 develop TensorScatterUpdate op and access ge and vm
Merge pull request !1973 from zhangbuxue/develop_TensorScatterUpdate_op_and_access_ge_and_vm
2020-06-12 18:40:06 +08:00
buxue 8aee6b07d6 develop TensorScatterUpdate op and access ge and vm 2020-06-12 17:43:40 +08:00
mindspore-ci-bot 3536185f5b !2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
Merge pull request !2007 from wangnan39/add_lazy_adam_optim_and_support_sparse_admm_for_cpu_backend
2020-06-12 17:22:03 +08:00
mindspore-ci-bot a8378a3357 !1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
Merge pull request !1924 from liuxiao/ops-for-VM
2020-06-12 17:16:36 +08:00
wangnan39@huawei.com 4042f16ce4 add lazy adam optim and support sparse adam & ftrl for cpu backend 2020-06-12 16:06:11 +08:00
mindspore-ci-bot c26cb9b15b !2009 Add GCN to model zoo
Merge pull request !2009 from chentingting/gcn_modelzoo
2020-06-12 15:44:23 +08:00
mindspore-ci-bot 3b809f2b0b !1996 Fix single BatchNorm fission && SoftmaxGradExt fusion pass
Merge pull request !1996 from huanghui/single-batchnorm-fission-pass
2020-06-12 15:38:05 +08:00
mindspore-ci-bot 87fa15de80 !2021 GPU add akg kernel greaterequal notequal
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
2020-06-12 15:14:47 +08:00
chentingting 2e3387f8f9 Add GCN to model zoo 2020-06-12 15:12:48 +08:00
mindspore-ci-bot ef35e2d990 !2002 Add dump ir function in binary format
Merge pull request !2002 from leopz/test_dump
2020-06-12 14:58:02 +08:00
mindspore-ci-bot 47404538f3 !1994 Add transformer net test
Merge pull request !1994 from zhangyinxia/master
2020-06-12 14:55:25 +08:00
huanghui 88eec2b894 fix single-batchnorm-fission && softmax-grad-ext-fusion pass 2020-06-12 14:53:22 +08:00
VectorSL cf2fc1cecf gpu add notequal greaterequal akg kernel 2020-06-12 14:20:41 +08:00