Commit Graph

1021 Commits

Author SHA1 Message Date
mindspore-ci-bot 21da86b393 !1591 add get_dataset_size for CelebADataset
Merge pull request !1591 from yanghaitao/yht_celeba_get_dataset_size
2020-05-28 22:21:43 +08:00
mindspore-ci-bot 8556eee3fc !1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
2020-05-28 20:25:50 +08:00
mindspore-ci-bot ec5363ad9d !1593 Fix the bug that there is only return node in the forward graph
Merge pull request !1593 from yangzhenzhang/reshape-optimized
2020-05-28 19:30:26 +08:00
mindspore-ci-bot 4bf1c5099a !1551 add onnx ops for deepfm
Merge pull request !1551 from wandongdong/master
2020-05-28 17:31:05 +08:00
mindspore-ci-bot 39c1966593 !1488 add vm ops: Asin, AsinGrad, Asinh, AsinhGrad
Merge pull request !1488 from fangzehua/fzh_edit
2020-05-28 17:12:01 +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
yanghaitao cc6c7a3f60 add get_dataset_size to celebadataset 2020-05-28 17:00:14 +08:00
mindspore-ci-bot 9c858444b0 !1568 Fix pylint warning for test cases of optimizer, infer, parse and pynative.
Merge pull request !1568 from seatea/fix-pylint-warning
2020-05-28 16:59:57 +08:00
mindspore-ci-bot 1a4abefa9a !1385 support for multi nest switch
Merge pull request !1385 from amongo/SupportMultiSwitch
2020-05-28 16:21:10 +08:00
mindspore-ci-bot 2a6a3e012c !1555 fix bug in lamb warmup step check
Merge pull request !1555 from wangnan39/fix_bug_in_check_lamb_warmup_step
2020-05-28 16:08:43 +08:00
yangzhenzhang 1413f520d7 support reshape optimized 2020-05-28 16:05:36 +08:00
mindspore-ci-bot 04398cf88e !1433 add tensor_minnie and separate py from ir
Merge pull request !1433 from leopz/tensor_base
2020-05-28 16:00:56 +08:00
mindspore-ci-bot 0f4dc13e8e !1478 [Dataset] Fix CI warnings, clean pylint.
Merge pull request !1478 from luoyang/pylint
2020-05-28 15:54:52 +08:00
gengdongjie 705c71a257 Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f.
2020-05-28 15:21:15 +08:00
wandongdong 9c5f6b9198 add onnx ops for deepfm 2020-05-28 15:06:01 +08:00
fangzehua c0b8a90105 add vm ops: asin asinh asingrad asinhgrad 2020-05-28 14:58:23 +08:00
mindspore-ci-bot dd54ffdbdb !1491 Complete vm ops for ReduceAllD, SparseApplyAdagradD and UnsortedSegmentMinD
Merge pull request !1491 from lihongkang/master
2020-05-28 14:45:59 +08:00
leopz 4508134ceb add tensor_minnie and separate py from ir 2020-05-28 14:26:26 +08:00
mindspore-ci-bot 3dc061165b !1559 Voc dataset support split ops
Merge pull request !1559 from xiefangqi/xfq_voc_support_split
2020-05-28 14:17:35 +08:00
Yang 9b2a778d94 !1478 [Dataset] clean pylint. 2020-05-28 14:06:36 +08:00
wangnan39@huawei.com 810ccf80d8 fix_bug_in_check_lamb_warmup_step 2020-05-28 12:15:12 +08:00
mindspore-ci-bot c086d91aaf !1505 Add some checks in ConstToAttr[StridedSliceGrad] pass
Merge pull request !1505 from huanghui/stride-slice
2020-05-28 11:46:18 +08:00
mindspore-ci-bot ab94e92cd1 !1554 Check the size of topk input names before converting input to attr
Merge pull request !1554 from YuJianfeng/master
2020-05-28 11:44:33 +08:00
seatea 7398526abc Fix pylint warning for test cases of optimizer, infer, parse and
pynative.
2020-05-28 11:35:33 +08:00
xiefangqi 5e4728c50f add voc support split 2020-05-28 11:18:32 +08:00
lihongkang a36880f0ef add vms for reducealld etc. 2020-05-28 11:00:02 +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
yujianfeng ee087bdf60 Check the size of topk input names before converting input to attr 2020-05-28 10:29:21 +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 fb7e4eac76 !1535 change hook function grad input to tuple
Merge pull request !1535 from wangqiuliang/change-hook-grad-input-to-tuple
2020-05-28 09:36:28 +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
mindspore-ci-bot ff4e4c2ee2 !1533 Fix pylint warning for pynative test cases
Merge pull request !1533 from seatea/fix-pylint-warning-for-pynative-mode
2020-05-28 08:11:42 +08:00
Jesse Lee 3b80c10b1e Fix some timing hole in these two testcases 2020-05-27 14:22:37 -04:00
mindspore-ci-bot e311473401 !1453 Raise mse threshold in RandomCropDecodeResizeOp
Merge pull request !1453 from Alexey_Shevlyakov/fix_random_crop_decode_resize_ut
2020-05-27 23:58:58 +08:00
sunsuodong 5cf29f2478 multi_input 2020-05-27 22:04:22 +08:00
mindspore-ci-bot 0fe3ff2761 !1506 Setting auto parallel flag for dataset wrap cell
Merge pull request !1506 from yangzhenzhang/set-auto-parallel-for-dataset-wrap
2020-05-27 21:50:43 +08:00
mindspore-ci-bot 77547cdfc0 !1530 support tensor set item the number value type is similar as tensor dtype
Merge pull request !1530 from zhangbuxue/support_tensor_getitem_number_value_type_similar_as_tensor_dtype
2020-05-27 21:29:24 +08:00
mindspore-ci-bot 906389b3a7 !1382 support create new item when dictionary set item key not exist
Merge pull request !1382 from amongo/DictionarySupportSetNewItem
2020-05-27 21:08:39 +08:00
baihuawei eb0f897d31 add cpu transpose 2020-05-27 20:51:47 +08:00
kingfo 8f7e571a0b change hook grad input to tuple 2020-05-27 20:34:07 +08:00
mindspore-ci-bot df347785c3 !1508 add op BitwiseAnd BitwiseOr BitwiseXor vm
Merge pull request !1508 from zhaozhenlong/op/bitwise-and-or-xor
2020-05-27 20:05:23 +08:00
candanzg 2429da19fb implicit type conversion
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-05-27 20:04:52 +08:00
seatea 21ab029227 Fix pylint warning for files under `pynative_mode` directory. 2020-05-27 19:28:31 +08:00
mindspore-ci-bot c8b30f9290 !1504 add custom tbe ops for quant aware training
Merge pull request !1504 from wandongdong/master
2020-05-27 19:18:22 +08:00
lizhenyu a25b84055c refine data copy in multi-graph 2020-05-27 18:47:15 +08:00
buxue d226a23b65 support tensor set item the number value type is similar as tensor dtype not same 2020-05-27 18:08:10 +08:00
huanghui 1d65ae598a extract const_to_attr_strided_slice_grad pass 2020-05-27 17:30:17 +08:00