Commit Graph

4072 Commits

Author SHA1 Message Date
ougongchang 3c4f621d75 fix the summary operator is not work in constant folding scene
The summary operator will be optimized when it return the origin value
in constant folding scene. So I return a None value to avoid this.
2020-06-23 09:06:18 +08:00
mindspore-ci-bot 11d78e9c36 !2177 support vm for linspace
Merge pull request !2177 from jiangjinsheng/vm_lin_space
2020-06-22 11:35:23 +08:00
jiangjinsheng e71599b5ca vm for lin_space 2020-06-22 10:32:03 +08:00
mindspore-ci-bot 0327d7e79b !2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
Merge pull request !2424 from xutianchun/ctcloss
2020-06-22 10:23:06 +08:00
mindspore-ci-bot c9b8a8da0a !2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
Merge pull request !2369 from baihuawei/reduce
2020-06-22 09:50:44 +08:00
xutianchun 2bfc86f5b7 Add aicpu op: ReverseSequence, CropAndResize, CTCLoss 2020-06-22 09:31:30 +08:00
mindspore-ci-bot beb436f457 !2398 Bug in Slice when multiple rows are used
Merge pull request !2398 from h.farahat/slice_bug
2020-06-22 09:23:44 +08:00
mindspore-ci-bot a9c309da4c !2404 [Dataset]rename input variable name to children and output variable to parent
Merge pull request !2404 from xulei/input_output
2020-06-22 09:22:33 +08:00
mindspore-ci-bot 1ea38eb60c !2375 Add Python Tokenizer
Merge pull request !2375 from h.farahat/python_tokenizer
2020-06-22 09:20:33 +08:00
mindspore-ci-bot 72194b23d8 !2420 [MD] minddataset redo sharding each epoch
Merge pull request !2420 from liyong126/mindrecord_epoch_shuffle
2020-06-22 09:16:22 +08:00
mindspore-ci-bot 8b5166e569 !2393 fix bug of hccl kernel info and change cast's kernel info
Merge pull request !2393 from lianliguang/fix-bug-of-merge-cast-to-op-and-gene-hccl-kernel-info
2020-06-22 09:10:33 +08:00
mindspore-ci-bot f3044f0034 !2269 init serving module
Merge pull request !2269 from dinghao/master
2020-06-21 19:36:26 +08:00
dinghao 8d76c708df init serving 2020-06-21 18:36:53 +08:00
liyong 2412ee09ce fix distributedSampler reshuffle and fix random_device failed 2020-06-21 18:23:47 +08:00
mindspore-ci-bot 74d12d738d !2421 Importing pb model to construct funcgraph
Merge pull request !2421 from yankai10/merge_master_new_fearture
2020-06-21 18:15:08 +08:00
mindspore-ci-bot 23d0497df6 !2160 Feat(GraphKernel): Init GraphKernel.
Merge pull request !2160 from xianwz/master_graph_kernel
2020-06-21 17:13:52 +08:00
yankai 59c6689512 read pb model 2020-06-21 16:27:09 +08:00
mindspore-ci-bot b7bc8e31f6 !2416 Fix new control stream bug
Merge pull request !2416 from caifubi/fix-new-control-stream-bug
2020-06-21 09:46:02 +08:00
mindspore-ci-bot 886dfe6fd7 !2419 Rectification and modification of dataset api documentation comments
Merge pull request !2419 from qianlong21st/temp
2020-06-21 09:12:12 +08:00
gong chen a6dfa281ea 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-20 22:31:54 +08:00
mindspore-ci-bot 01216a9a57 !2415 Fixed the problems of the ad optimization
Merge pull request !2415 from Kang/master
2020-06-20 20:56:36 +08:00
qianlong cb01a99b08 fix dataset.text api doc 2020-06-20 20:27:37 +08:00
mindspore-ci-bot d7d094e1c5 !2231 fix report error in get_dataset_size
Merge pull request !2231 from yanghaitao/yht_get_num_samples
2020-06-20 19:58:16 +08:00
mindspore-ci-bot 4d95e3340c !1628 Implements of masked seq2seq pre-training for language generation.
Merge pull request !1628 from 刘崇鸣/model_zoo_mass
2020-06-20 19:25:12 +08:00
caifubi 0c29b70d06 fix new control stream bug 2020-06-20 19:18:05 +08:00
mindspore-ci-bot f469c6cf2e !2397 change acc threshold of test_resnet_imagenet
Merge pull request !2397 from zhaoting/ResNet50_st
2020-06-20 18:55:13 +08:00
mindspore-ci-bot d840743fba !2356 fix issue broadcast_to same shape bprop error
Merge pull request !2356 from zhaozhenlong/fix-issues-broadcastto-same-shape
2020-06-20 18:52:47 +08:00
mindspore-ci-bot 78a8bc302d !2380 Fix CocoDataset issue
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
2020-06-20 18:41:07 +08:00
mindspore-ci-bot 60cd188ab8 !2381 fix some type cast bug
Merge pull request !2381 from liangzelang/dev
2020-06-20 18:30:47 +08:00
Kang c613be36a9 Fix the problems of the ad optimization 2020-06-20 18:20:23 +08:00
mindspore-ci-bot a3e7b30457 !2384 Add split fission pass
Merge pull request !2384 from YuJianfeng/split
2020-06-20 18:11:02 +08:00
mindspore-ci-bot c19c512dde !2402 Fixing some mistakes of InplaceAddD and InplaceSubD vm ops
Merge pull request !2402 from liuwenhao/master
2020-06-20 17:51:25 +08:00
mindspore-ci-bot 5f742c269e !2396 fix hccl env value
Merge pull request !2396 from jjfeing/master
2020-06-20 17:48:03 +08:00
mindspore-ci-bot 847faea57b !2391 Fix type check in check_elim
Merge pull request !2391 from BowenK/op_elim
2020-06-20 17:47:11 +08:00
mindspore-ci-bot 616cc80d78 !2378 fix tensor id bug and some yolov3 bug
Merge pull request !2378 from flywind/fix_yolov3_bug
2020-06-20 17:46:47 +08:00
mindspore-ci-bot 9969a9b07d !2394 sync cpu output if needed
Merge pull request !2394 from kisnwang/add-cpu-outputsync
2020-06-20 17:44:11 +08:00
mindspore-ci-bot 53654f94f2 !2056 Enable new control sink
Merge pull request !2056 from zhoufeng/enable-new-control-sink
2020-06-20 17:41:30 +08:00
kpy b79523a994 fix yolov3 multi getitem bug and tensor ptr not unique bug 2020-06-20 17:35:15 +08:00
BowenK 62aed2ff30 fix param check for check_elim 2020-06-20 16:43:34 +08:00
xulei2020 3b71bd0d5d rename input to children, output to parent 2020-06-20 16:40:10 +08:00
zhaozhenlong 5962c6efe9 solve broadcast two same shape bprop error
make unsupported shape error info explicit
2020-06-20 16:34:04 +08:00
mindspore-ci-bot 9bc2ffde54 !2406 fix inv
Merge pull request !2406 from jiangjinsheng/issue_fix4
2020-06-20 16:26:41 +08:00
mindspore-ci-bot 8a913d7586 !2157 mindspore server inference
Merge pull request !2157 from hangq/master
2020-06-20 16:22:15 +08:00
mindspore-ci-bot 7f891f62e5 !2260 Move googlenet to ModelZoo, fix warning and change googlenet's directory
Merge pull request !2260 from liyanliu96/liyan
2020-06-20 15:57:26 +08:00
kswang 97216f7404 sync cpu output 2020-06-20 15:55:02 +08:00
mindspore-ci-bot a64e0de389 !2366 [CT][MS][Auto-Parallel] Recursive interface needs to be changed to external interface
Merge pull request !2366 from Chong/interface
2020-06-20 15:51:21 +08:00
liuchongming74 065f32e0e5 Implements of masked seq2seq pre-training for language generation. 2020-06-20 15:48:49 +08:00
mindspore-ci-bot 24be3f82ad !2336 Fix bug of not insert memcpy when hccl_op has more than one input
Merge pull request !2336 from huanghui/insert-memcpy-async-pass
2020-06-20 15:31:10 +08:00
jiangjinsheng e9d4b9864f fixed Inv 2020-06-20 15:29:12 +08:00
hongxing d798325127 supplement description about default value 2020-06-20 08:28:51 +01:00