Commit Graph

3390 Commits

Author SHA1 Message Date
zhaoting b16a552d41 Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257.
2020-06-09 20:56:36 +08:00
huanghui 36d1aadf1c fix when Batchnorm's output is 0,1,2,4, fission doesn't work 2020-06-09 20:14:17 +08:00
mindspore-ci-bot beb714d2d0 !1911 add a function to charge the node input and output is a scalar
Merge pull request !1911 from lianliguang/add-a-function-to-charge-the-node-input-or-output-if-is-a-scalar
2020-06-09 19:57:01 +08:00
mindspore-ci-bot db61088617 !1931 fasrRcnn scripts update
Merge pull request !1931 from panfengfeng/fastrcnn_code_update
2020-06-09 19:49:17 +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
meixiaowei b4a50360f9 resnet101 modify to model_zoo 2020-06-09 19:20:36 +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
panfengfeng f367839c1e update fastrcnn dataset codes 2020-06-09 18:35:47 +08:00
baihuawei 9c74e39b12 update cpu lstm 2020-06-09 17:53:56 +08:00
mindspore-ci-bot 7dfc3ef677 !1927 for thor codes
Merge pull request !1927 from zongha/master
2020-06-09 17:28:15 +08:00
mindspore-ci-bot 5770df0951 !1929 use VisitKernelWithReturnType instead of VisitKernel to get node's input in mem_reuse
Merge pull request !1929 from laiyongqiang/mem
2020-06-09 17:24:02 +08:00
mindspore-ci-bot a5b816e67e !1915 GPU support bert finetune
Merge pull request !1915 from VectorSL/bert-finetune
2020-06-09 17:20:05 +08:00
mindspore-ci-bot 538aaab12f !1857 Modify Transformer model
Merge pull request !1857 from yuchaojie/transformer
2020-06-09 17:17:20 +08:00
chentingting e801d48906 add gcn training scripts 2020-06-09 16:19:25 +08:00
mindspore-ci-bot 09318086aa !1917 support vm for StridedRead StridedWrite
Merge pull request !1917 from jiangjinsheng/vm_FusedMUlAddL2loss
2020-06-09 16:16:14 +08:00
laiyongqiang 79843c3528 use VisitKernelWithReturnType instead of VisitKernel to get node's input 2020-06-09 16:08:53 +08:00
mindspore-ci-bot 42b0d49d13 !1921 Adapt TBE ops ApplyProximalAdagrad for GE.
Merge pull request !1921 from liuxiao/ApplyProximalAdagrad-for-GE
2020-06-09 15:39:41 +08:00
mindspore-ci-bot db00ea71f8 !1906 bug fix in fake quant
Merge pull request !1906 from chenzhongming/master
2020-06-09 15:37:37 +08:00
z00478463 055c632895 for thor codes 2020-06-09 15:34:57 +08:00
chenzomi 4da1e21f45 bug fix in fake quant 2020-06-09 15:09:31 +08:00
mindspore-ci-bot ed77c761ec !1878 fix tuple args issue in pynative mode
Merge pull request !1878 from wangqiuliang/fix-tuple-args-issue-in-pynative
2020-06-09 14:32:59 +08:00
liuxiao 6856c2ac7a Adapt ops ApplyProximalAdagrad for GE 2020-06-09 14:20:21 +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 f1199f2100 !1867 Add unique process for duplicated indices in cpu kernel
Merge pull request !1867 from YuJianfeng/master
2020-06-09 14:11:26 +08:00
jiangjinsheng df3141f226 support StridedWrite StridedRead 2020-06-09 11:47:18 +08:00
VectorSL 8f2ec32d95 gpu support bert finetune 2020-06-09 11:42:53 +08:00
kingfo 557a404282 fix tuple args issue in pynative 2020-06-09 11:14:15 +08:00
yujianfeng 2ff9e74d07 Add unique process for duplicated indices 2020-06-09 10:12:39 +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
WilliamLian 9808e47663 change checkAicpu to CheckAICPU & add charge Scalar function to charge the input or output is scalar 2020-06-09 09:31:43 +08:00
mindspore-ci-bot 09433cdd06 !1883 Change '%d' to '%r': shape is a tuple, not a integer
Merge pull request !1883 from 李鸿章/fix_type_error
2020-06-09 09:14:14 +08:00
mindspore-ci-bot f6b5b2732f !1892 [AutoParallel] limit partition dimension to adapt new HCCL's constrait
Merge pull request !1892 from Chong/ReID
2020-06-08 22:15:02 +08:00
Li Hongzhang ccf49b7c0e shape is tuple, not a integer 2020-06-08 21:45:02 +08:00
mindspore-ci-bot 095e41eff3 !1907 fix pynative param bug
Merge pull request !1907 from flywind/fix_pynative_bug
2020-06-08 21:18:14 +08:00
mindspore-ci-bot baf421c9bb !1901 mode zoo wide&deep bash modify
Merge pull request !1901 from yao_yf/model_zoo_wide_and_deep_bash_modify_
2020-06-08 21:11:45 +08:00
kpy bc57c1cc59 change paramter bug 2020-06-08 20:44:56 +08:00
mindspore-ci-bot 69cbf58517 !1902 Fix bert scripts.
Merge pull request !1902 from chenhaozhe/fix-bert-scripts
2020-06-08 20:11:37 +08:00
chenhaozhe 1be7ad52bb fix bert scripts 2020-06-08 19:23:36 +08:00
mindspore-ci-bot 31ecc13b59 !1900 bug fix in fake quant ops
Merge pull request !1900 from chenzhongming/master
2020-06-08 19:20:39 +08:00
mindspore-ci-bot ffb5339e87 !1891 New control sink support resnet50
Merge pull request !1891 from zhoufeng/new-control-sink-resnet50
2020-06-08 19:08:11 +08:00
yuchaojie a9b7861a00 modify Transformer model 2020-06-08 19:01:10 +08:00
yao_yf 49d22b31d2 mode zoo wide&deep bash modify 2020-06-08 18:43:57 +08:00
chenzomi 97a548789a bug fix in fake quant ops 2020-06-08 18:36:50 +08:00
mindspore-ci-bot 03d9130b18 !1893 Fix codex problem
Merge pull request !1893 from xiefangqi/xfq_fix_codex3
2020-06-08 17:51:03 +08:00
hongxing 158495d43a hccl patch + update ConstructNodes + support Softmax 2020-06-08 11:39:13 +02:00
mindspore-ci-bot 10fd781b15 !1831 Add order parameter function in group params
Merge pull request !1831 from ghzl/add-oder-parameters-in-group-functions
2020-06-08 17:38:43 +08:00
zhoufeng 434a6aa0db new control sink support resnet50
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-08 17:33:58 +08:00
mindspore-ci-bot 994b1d83c9 !1890 Fix some bugs for issue.
Merge pull request !1890 from liuxiao/fix-for-issuse
2020-06-08 17:31:52 +08:00
mindspore-ci-bot eaaf824f18 !1896 fix lars weight decay computation error
Merge pull request !1896 from gziyan/fix_lars_weight_decay
2020-06-08 17:04:01 +08:00