Commit Graph

947 Commits

Author SHA1 Message Date
huanghui e936d5cd4b place layernormgrad split pass before kernel select 2020-06-24 10:10:13 +08:00
jonyguo 0f380b559e enhance: add full reshuffle per epoch and fix: random_device failed 2020-06-21 15:54:10 +08:00
panfengfeng 25827a8619 fix random_crop_and_resize 2020-06-19 12:30:57 +08:00
chenzomi 9be52e0a1b remove _quant_op.py from __init__.py 2020-06-18 19:27:47 +08:00
王东旭 7995189c72 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug and remove BNTrainingReduceGrad/BNTrainingUpdateGrad 2020-06-17 14:29:43 +08:00
mindspore-ci-bot 653519630a !2079 Feat(GraphKernel): Init GraphKernel.
Merge pull request !2079 from gongchen/r0.3_graph_kernel_clean
2020-06-13 20:59:19 +08:00
gong chen 13a2d6d49e Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-13 18:02:51 +08:00
jonyguo f3ebc7319c fix: MindDataset padded log error 2020-06-13 17:59:41 +08:00
mindspore-ci-bot b3f09b1d45 !1995 remove the useless transdata and cast connected with control depend
Merge pull request !1995 from lianliguang/r0.3
2020-06-12 19:01:34 +08:00
mindspore-ci-bot f05da3aae9 !1948 fix resnet50 distribute bug
Merge pull request !1948 from zhaoting/r0.3
2020-06-12 17:08:59 +08:00
WilliamLian 0ac5911910 remove the useless transdata and cast connected with control depend 2020-06-12 16:58:21 +08:00
jonyguo 07f7d1ae62 fix: MindDataset distribute shuffle bug 2020-06-11 14:47:37 +08:00
mindspore-ci-bot eaaacfea4c !1941 Add order function in group params in r0.3
Merge pull request !1941 from ghzl/v3-add-oder-parameters-in-group-functions
2020-06-10 10:29:14 +08:00
zhaoting 4d92e2b579 Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257.
2020-06-09 21:35:07 +08:00
guohongzilong f213c3a6ad add order function in group params 2020-06-08 11:44:16 +08:00
liyong d915d46d79 pad samples in mindrecord 2020-06-05 15:05:59 +08:00
huanghui cc582f5e30 add SoftmaxGradExt fusion pass 2020-06-03 16:40:00 +08:00
huanghui 05afc22ffa add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass 2020-06-01 15:12:08 +08:00
mindspore-ci-bot 5d0cc35792 !1567 lstm&transpose_r0.3
Merge pull request !1567 from baihuawei/lstm_r0.3
2020-05-30 15:27:42 +08:00
baihuawei b85c310ea1 add lstm & transpose 2020-05-30 11:48:57 +08:00
linqingke a339fac777 topk bug fix 2020-05-29 19:07:23 +08:00
mindspore-ci-bot dc5b04846f !1566 sync lstm ops code from master to r0.3
Merge pull request !1566 from sunsuodong/r0.3_lstmops
2020-05-29 14:34:18 +08:00
sunsuodong ba39d53c22 sync lstm ops code from master to r0.3 2020-05-29 09:15:13 +08:00
kswang 808d5947d5 add cpu strided slice 2020-05-28 23:32:51 +08:00
mindspore-ci-bot 07724c7080 !1608 add get_dataset_size for CelebADataset
Merge pull request !1608 from yanghaitao/yht_celeba_get_dataset_size_r0.3
2020-05-28 22:22:10 +08:00
mindspore-ci-bot 6599cc1aca !1579 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1579 from gengdongjie/r0.3
2020-05-28 20:25:37 +08:00
mindspore-ci-bot a14be2254b !1594 refine data copy in multi-graph
Merge pull request !1594 from zyli2020/r0.3
2020-05-28 20:23:06 +08:00
mindspore-ci-bot 02914ba0b9 !1581 fix flatten grad error with reshape
Merge pull request !1581 from zhaozhenlong/fix-issue-flatten-grad
2020-05-28 19:42:10 +08:00
yanghaitao 415afe09f5 add get_dataset_size to celebadataset 2020-05-28 19:15:41 +08:00
mindspore-ci-bot 94872b7678 !1570 Check the size of topk input names before converting input to attr
Merge pull request !1570 from YuJianfeng/r0.3
2020-05-28 17:17:26 +08:00
mindspore-ci-bot 2f936166c9 !1575 VocDataset support split ops
Merge pull request !1575 from xiefangqi/md_voc_support_split
2020-05-28 17:00:07 +08:00
lizhenyu 32dbbc1de2 refine data copy in multi-graph 2020-05-28 16:16:11 +08:00
zhaozhenlong 6cd15ea553 use reshape as flatten grad 2020-05-28 15:49:40 +08:00
gengdongjie 135e90b135 Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f.
2020-05-28 15:18:15 +08:00
mindspore-ci-bot b298c515a6 !1559 Voc dataset support split ops
Merge pull request !1559 from xiefangqi/xfq_voc_support_split
2020-05-28 14:28:48 +08:00
yujianfeng 1fb2cce274 Check the size of topk input names before converting input to attr 2020-05-28 11:54:55 +08:00
kingfo a5e66e159e change hook grad input to tuple 2020-05-28 09:58:35 +08:00
mindspore-ci-bot e5c45bd339 !1538 add custom tbe ops for quant aware training
Merge pull request !1538 from wandongdong/r0.3
2020-05-28 09:13:13 +08:00
mindspore-ci-bot af1fde399b !1509 dataset: PR1457 fix 3 bug reports for split
Merge pull request !1509 from ms_yan/r0.3_split
2020-05-28 09:09:27 +08:00
wandongdong 0a52fd052b add custom tbe ops for quant aware training 2020-05-27 21:21:18 +08:00
Peilin Wang 9228384304 fixed bug for split, RandomSampler and some other cleanup
Cleanup dataset UT: restore config support
2020-05-27 16:38:51 +08:00
buxue c821cc1ebb remove print 2020-05-27 11:37:16 +08:00
yujianfeng f95052fd65 Fix fusion condition of transpose and reshape 2020-05-26 19:19:54 +08:00
mindspore-ci-bot 74cdb91151 !1458 remove old buffer fusion pass
Merge pull request !1458 from Etone.Chan/Resnet50
2020-05-26 10:48:21 +08:00
etone-chan 24e5387973 remove old buffer fusion pass 2020-05-26 09:25:59 +08:00
mindspore-ci-bot 848d19207f !1359 Optimize the IR modules.
Merge pull request !1359 from ZhangQinghua/master
2020-05-25 14:14:44 +08:00
Yi Huaijie 8cfc05e4cf clean pylint warnings of parallel test cases 2020-05-25 11:08:29 +08:00
Zhang Qinghua dbb86cb1be Adjust some routines of FG and FGM, about the nodes info. IF. 2020-05-25 10:06:27 +08:00
Zhang Qinghua f31564ce98 Remove the useless collectors in manager. 2020-05-25 09:56:28 +08:00
mindspore-ci-bot 0e665616f0 !1160 add backward hook and custom bprop in pynative mode
Merge pull request !1160 from wangqiuliang/add-backward-hook-in-pynative-mode
2020-05-24 18:09:48 +08:00