Commit Graph

293 Commits

Author SHA1 Message Date
lizhenyu ac2217dbae add SigmoidCrossEntropyWithLogits op 2020-06-17 17:00:26 +08:00
lizhenyu c3360a84cd add ftrl optimizer 2020-06-17 16:58:00 +08:00
mindspore-ci-bot cef901fe0d !2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
Merge pull request !2069 from liuxiao/fix-input-value-check-for-SparseApplyFtrl-and-SparseApplyAdaGrad
2020-06-17 16:37:18 +08:00
wilfChen 9201ea5ed2 replace tanh implement with cudnn 2020-06-17 16:35:27 +08:00
limingqi107 55b3557c0d gpu optimize the max device memory config 2020-06-17 16:29:05 +08:00
王东旭 4e09ae83eb fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug 2020-06-17 14:46:58 +08:00
李鸿章 ee438aaf4a callback as context manager 2020-06-17 14:07:52 +08:00
liuxiao df63a3195d fix input value check for SparseApplyFtrl and SparseApplyAdagrad 2020-06-17 13:05:09 +08:00
mindspore-ci-bot bb622877e8 !2167 Add a callback module to avoid the size of the callback.py file too large
Merge pull request !2167 from ougongchang/adjust_callback
2020-06-17 11:25:19 +08:00
ougongchang 1ffa37ffbc Add a callback module to avoid the size of the callback.py file to large 2020-06-17 09:54:58 +08:00
mindspore-ci-bot 17c3148ff8 !1923 optimize summary support cpu code
Merge pull request !1923 from wenkai/wk1_cpu_summary_opt_0609
2020-06-17 09:10:13 +08:00
mindspore-ci-bot 792d1a444c !1899 add resnet50_imagenet 8p st
Merge pull request !1899 from zhaoting/ResNet50_st
2020-06-16 22:09:42 +08:00
zhaoting 429c88a462 add resnet50 imagenet st 2020-06-16 22:04:24 +08:00
mindspore-ci-bot 84dd46a750 !2141 add ci test cast for yolov3
Merge pull request !2141 from chengxb7532/cxb_st
2020-06-16 10:44:13 +08:00
chengxianbin 0f5fcfee39 add ci test case for yolov3 2020-06-16 09:08:10 +08:00
mindspore-ci-bot 34790387e3 !2088 fix pylint
Merge pull request !2088 from z00378171/master
2020-06-15 20:42:16 +08:00
wenkai 0090682ae7 optimize summary support cpu 2020-06-15 19:17: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 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
chenjianping 6034f9c1e2 support host reduce scatter and mpi config 2020-06-15 16:33:40 +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
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
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
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +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 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 47404538f3 !1994 Add transformer net test
Merge pull request !1994 from zhangyinxia/master
2020-06-12 14:55:25 +08:00
VectorSL cf2fc1cecf gpu add notequal greaterequal akg kernel 2020-06-12 14:20:41 +08:00
zhangyinxia f3aa04bd4d add transformer test 2020-06-12 10:08:53 +08:00
mindspore-ci-bot db027bf31d !1956 Add CI test and fix data preprocessing for deeplabv3
Merge pull request !1956 from z00378171/master
2020-06-12 09:37:51 +08:00
mindspore-ci-bot 935b4cea91 !1967 check arg is tensor with vm backend
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
2020-06-12 09:10:39 +08:00
huangdongrun 9522f59b87 support for tensor indexing in pynative
support tensor slice using constexpr

remove tensorslice metagraph

add pynative testcases
2020-06-11 19:14:22 +08:00
buxue 0cd57ddc5d check arg is tensor with vm backend 2020-06-11 12:19:43 +08:00
yanghaoran 8005494e04 Lower expectation of accuracy after 1 epoch of training from 0.35 to 0.2 2020-06-11 09:27:18 +08:00
unknown c929dab3dd 1:modify shell for deeplabv3
2:fix normalize bug
3:add ci test3:add ci test3:add ci test
2020-06-10 18:55:29 +08:00
mindspore-ci-bot d9c7a8400e !1933 edit bert example scripts
Merge pull request !1933 from yoonlee666/edit-example
2020-06-10 11:04:00 +08:00
mindspore-ci-bot d6cc7089fc !1888 Add cpu kernel implement of sparse adam
Merge pull request !1888 from YuJianfeng/adam
2020-06-10 10:38:31 +08:00
mindspore-ci-bot 0903428296 !1946 [AutoParallel]Remove resnet50 st
Merge pull request !1946 from lichen/remove_autoparallel_st
2020-06-10 09:15:10 +08:00
mindspore-ci-bot bfc18f3adc !1873 synchronize latest ascend software 04 Jun 2020
Merge pull request !1873 from yanghaoran/master
2020-06-10 01:27:43 +08:00
yanghaoran 8da4c1a763 synchronize latest ascend software 04 Jun 2020 2020-06-09 23:34:13 +08:00
yujianfeng c956dfff51 Add SparseAdam and SparseLazyAdam cpu kernel 2020-06-09 22:24:38 +08:00
lichenever fad6b5744c remove auto parallel st 2020-06-09 21:11:09 +08:00
yoonlee666 ab36f3d3cd edit example script 2020-06-09 20:59:32 +08:00
mindspore-ci-bot c4b3534913 !1905 update cpu lstm
Merge pull request !1905 from baihuawei/cpulstm
2020-06-09 19:37:34 +08:00
mindspore-ci-bot 39338c8627 !1101 Add GCN training scripts
Merge pull request !1101 from chentingting/gcn
2020-06-09 19:11:07 +08:00
baihuawei 9c74e39b12 update cpu lstm 2020-06-09 17:53:56 +08:00
chentingting e801d48906 add gcn training scripts 2020-06-09 16:19:25 +08:00
mindspore-ci-bot cf04a7b190 !1741 summary support cpu
Merge pull request !1741 from wenkai/wk1_cpu_summary_0531
2020-06-09 14:17:23 +08:00
mindspore-ci-bot 5499161531 !1862 fixed validator for ApplyRMSProp,CumProd, CumSum,ReduceProd etc
Merge pull request !1862 from jiangjinsheng/issue_doc
2020-06-09 09:57:22 +08:00
wenkai ab6b6add0b cpu support summary 2020-06-09 09:51:28 +08:00
chenhaozhe 1be7ad52bb fix bert scripts 2020-06-08 19:23:36 +08:00
jiangjinsheng 51affc2f1b fixed validator for CumProd, ReduceProd, ApplyRMSProp 2020-06-08 16:49:14 +08:00
mindspore-ci-bot c82a8bf483 !1678 modify print
Merge pull request !1678 from jinyaohui/print
2020-06-08 11:20:53 +08:00
yao_yf ce03ce5af2 data_parallel_grad_reducer 2020-06-08 09:12:14 +08:00
yujianfeng 5d4b75838f Add SparseApplyFtrl cpu kernel 2020-06-04 22:06:39 +08:00
mindspore-ci-bot 063ad7c7f0 !1810 optimize slice/slicegrad performance
Merge pull request !1810 from sunsuodong/optimize_performance
2020-06-04 21:07:20 +08:00
jinyaohui 5e43edc474 clean pylint 2020-06-04 21:03:30 +08:00
chenjianping af8108c9e1 support host reduce scatter and allgather 2020-06-04 17:20:47 +08:00
sunsuodong 78787931e1 optimize performance 2020-06-04 16:20:51 +08:00
mindspore-ci-bot ddfa1edefe !1618 fix lstm
Merge pull request !1618 from baihuawei/cpulstm
2020-06-03 11:27:11 +08:00
mindspore-ci-bot 71dce2f586 !1800 fix cpu StridedSliceGrad bug when different dims between input and output
Merge pull request !1800 from sunsuodong/fix_StrideSliceGrad
2020-06-02 20:37:55 +08:00
baihuawei ea78e16e74 fix lstm 2020-06-02 20:09:50 +08:00
wanghua 3f536ea1b7 add bert performance test case 2020-06-02 19:53:38 +08:00
sunsuodong 63d9e47291 fix cpu StridedSliceGrad 2020-06-02 19:20:15 +08:00
liuwenhao4 7b911886ec Fixing some tiny faults about Pylint in my code(ops) 2020-05-30 16:55:37 +08:00
Yi Huaijie d7e1ab1445 clean pylint warnings 2020-05-30 11:35:00 +08:00
mindspore-ci-bot 692f38ded2 !1532 clean pylint warning in test dir
Merge pull request !1532 from jinyaohui/pylint1
2020-05-30 10:13:45 +08:00
jinyaohui 86d197dfeb clean pylint 2020-05-29 23:00:00 +08:00
lizhenyu 9df3a8613c fix get nullptr when use graph manager 2020-05-29 21:20:50 +08:00
mindspore-ci-bot d3dbb10b6d !1563 Fixing some tiny faults about Pylint in my code(ops)
Merge pull request !1563 from liuwenhao/master
2020-05-29 15:04:51 +08:00
mindspore-ci-bot 23d27e0a17 !1540 [AutoParallel]Add resnet50 st
Merge pull request !1540 from lichen/add_auto_parallel_st
2020-05-29 14:35:56 +08:00
liuwenhao4 f87c70a9ab Fixing some tiny faults about Pylint in my code(ops) 2020-05-29 12:01:04 +08:00
lichenever 191d3c05d0 add auto parallel st 2020-05-29 10:53:50 +08:00
mindspore-ci-bot bb72c0020b !1612 add cpu stridedslice
Merge pull request !1612 from kisnwang/add-cpu-stridedslice
2020-05-29 10:01:50 +08:00
kswang f93e6beb52 add cpu strided slice 2020-05-28 23:04:35 +08:00
mindspore-ci-bot 19ce0c372a !1257 Implicit type conversion
Merge pull request !1257 from candanzg/implicit_type_conversion2
2020-05-28 17:05:56 +08:00
mindspore-ci-bot 14f9a6e31c !1310 add cpu lstm
Merge pull request !1310 from baihuawei/cpu-lstm
2020-05-28 10:35:09 +08:00
mindspore-ci-bot 1bfa0dc5d5 !1265 add cpu transpose
Merge pull request !1265 from baihuawei/transpose
2020-05-28 10:28:40 +08:00
mindspore-ci-bot 9c33da391a !1513 refine data copy in multi-graph
Merge pull request !1513 from zyli2020/refine_data_copy_in_multi_graph
2020-05-28 10:21:52 +08:00
liuwenhao4 a7ad0d0a49 Fixing some tiny faults about Pylint in my code(ops) 2020-05-28 09:52:42 +08:00
mindspore-ci-bot a5161a969f !1531 cpu kernel support multiple inputs
Merge pull request !1531 from sunsuodong/multi_input
2020-05-28 09:12:20 +08:00
baihuawei 9bcdf4cbdc add lstm 2020-05-28 09:09:56 +08:00
sunsuodong 5cf29f2478 multi_input 2020-05-27 22:04:22 +08:00
baihuawei eb0f897d31 add cpu transpose 2020-05-27 20:51:47 +08:00
candanzg 2429da19fb implicit type conversion
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-05-27 20:04:52 +08:00
lizhenyu a25b84055c refine data copy in multi-graph 2020-05-27 18:47:15 +08:00
chenhaozhe b6aceddeab update bert scripts according to rules of modelzoo 2020-05-27 14:27:09 +08:00
mindspore-ci-bot 2e684e89e7 !1446 pylint clean
Merge pull request !1446 from liuxiao78/master
2020-05-27 14:15:14 +08:00
mindspore-ci-bot 5b9c145ff8 !1383 keep different attributes for cnode evaluation
Merge pull request !1383 from amongo/KeepPrimAttrInCNode
2020-05-27 13:02:34 +08:00
sunsuodong ade90be427 addn 2020-05-26 20:16:41 +08:00
huangdongrun 1159f2b11e add prim infer attr cache
modify infer to get abstract value and attr value map together

support get attr in specialize

clone primitive when specialize if attribute is not the same with
infered attribute
2020-05-26 16:19:58 +08:00
mindspore-ci-bot 10076ffe1a !1216 add graph attention networks model and test file
Merge pull request !1216 from zhangdengcheng/master
2020-05-26 11:27:31 +08:00
liuwenhao4 f3f0cbaeee Fixing some tiny faults about Pylint in my code(ops) 2020-05-25 21:27:45 +08:00
“liuxiao” 18f0af0529 pylint clean 2020-05-25 19:49:06 +08:00