Commit Graph

2750 Commits

Author SHA1 Message Date
z00478463 9fd4198b58 for modification of comments 2020-05-27 15:41:36 +08:00
jiangjinsheng a221097942 fixed log1p 2020-05-27 15:28:33 +08:00
yangzhenzhang 2f8516e5d7 set auto parallel for dataset warp cell 2020-05-27 15:27:22 +08:00
mindspore-ci-bot 45484c690c !1436 [session]make manager for every graph
Merge pull request !1436 from chenfei_mindspore/master
2020-05-27 15:22:31 +08:00
mindspore-ci-bot 2e2c516423 !1463 Updated UA, RandSharp and RandColor parameter check, Updated UA code and description.
Merge pull request !1463 from alashkari/ua-ops-v2
2020-05-27 15:16:56 +08:00
mindspore-ci-bot c0e6da7adb !1481 for pylint
Merge pull request !1481 from zongha/master
2020-05-27 15:12:10 +08:00
mindspore-ci-bot 8231549c83 !1497 add mobilenet file for ssd net
Merge pull request !1497 from chengxb7532/master
2020-05-27 15:11:31 +08:00
mindspore-ci-bot 2060cbe66a !1511 [AutoParallel] handle PRelu as an element-wise activation op
Merge pull request !1511 from Chong/ReID
2020-05-27 15:07:36 +08:00
mindspore-ci-bot ad279e90fd !1407 support mixed tensor index for tensor get item and set item and support in operator.
Merge pull request !1407 from zhangbuxue/support_mixed_tensor_for_tensor_get_item_and_tensor_set_item
2020-05-27 14:49:21 +08:00
guohongzilong 8585b55a65 add check for group parameters 2020-05-27 14:40:14 +08:00
mindspore-ci-bot 20a0f6ef7c !1416 fix summary nodes in child graph
Merge pull request !1416 from Margaret_wangrui/fix-summary-nodes-in-child-graph
2020-05-27 14:27:56 +08:00
chenhaozhe b6aceddeab update bert scripts according to rules of modelzoo 2020-05-27 14:27:09 +08:00
yao_yf 96c9569dca fix reshape reshape case 2020-05-27 14:25:40 +08:00
mindspore-ci-bot 02f33a17b5 !1489 GPU fix slice
Merge pull request !1489 from VectorSL/gpu-fix-slice
2020-05-27 14:20:30 +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
mindspore-ci-bot 2eedd32120 !1472 add operator HostAllGather and HostReduceScatter
Merge pull request !1472 from yihuaijie/master
2020-05-27 11:41:45 +08:00
z00478463 3f38b1a00e for comments
for debug

for DEBUG

for DEBUG

for DEBUG

for DEBUG

for well performance

for pylint

for te chip

for pylint

for pylint nth
2020-05-27 11:27:32 +08:00
buxue 7ae289a197 Support mixed tensor for tensor getitem or setitem. 2020-05-27 11:19:51 +08:00
huangdongrun e9aa280f86 add support for dictionary set item which does not exist 2020-05-27 11:19:20 +08:00
chenfei c6bd4ec841 make manager for every graph 2020-05-27 10:32:23 +08:00
mindspore-ci-bot b94949ea99 !1477 support vm for SpaceToBatchND and BatchToSpaceND
Merge pull request !1477 from jiangjinsheng/BatchToSpaceND
2020-05-27 10:29:43 +08:00
mindspore-ci-bot 5e2f440eed !1271 refactor of memreuse allocator to adapt the control stream
Merge pull request !1271 from yangjie159/refactor_memreuse_allocator
2020-05-27 10:24:16 +08:00
mindspore-ci-bot e7936dedeb !1480 gpu iiterator weak ref support
Merge pull request !1480 from panfengfeng/iterator_gpu_weak_ref
2020-05-27 10:11:09 +08:00
mindspore-ci-bot 4e8e82f24a !1457 fix 3 bug reports for split
Merge pull request !1457 from Peilin/splitOp-after-testing
2020-05-27 10:08:57 +08:00
mindspore-ci-bot 3aeb91ee58 !1443 Add parallel operator for Sigmoid
Merge pull request !1443 from yangzhenzhang/add-sigmoid-op
2020-05-27 10:08:28 +08:00
jiangjinsheng 4ff95eab69 fixed InvertPermutation 2020-05-27 09:46:38 +08:00
mindspore-ci-bot 650a45b233 !1490 Fix pylint warning
Merge pull request !1490 from seatea/fix-pylint-warning
2020-05-27 09:41:31 +08:00
jiangjinsheng a45dfca142 support BatchToSpaceND and SpaceToBatchND 2020-05-27 09:13:12 +08:00
Peilin Wang d4c93575e7 fixed bug for split, RandomSampler and some other cleanup
add another test case

typo

merge conflict

another PR changed testing behavior, updated test cases in this commit

added input check for use_sampler

addressed code review comments

fixed pylint, not related to my changes
2020-05-26 16:29:52 -04:00
Amir Lashkari 2d1e1f4053 Added decorators, Updated UA code and description
updated UA parameter check, fixed PyLint errors.

fixed UA parameter validator bug

Updated UA C++ description

Changed py and cpp UA decorator names
2020-05-26 14:15:46 -04:00
mindspore-ci-bot 4ce1cf4529 !1466 add register info for Atan2 and ExtractImagePatches
Merge pull request !1466 from zhouneng/add_vm_support_Atan2_ExtractImagePatches
2020-05-26 22:33:28 +08:00
mindspore-ci-bot 2753aa5a9c !1487 add cpu kernel "AddN"
Merge pull request !1487 from sunsuodong/addn
2020-05-26 22:27:07 +08:00
hongxing 26d05be808 fix bug and support new op 2020-05-26 16:26:34 +02:00
chengxianbin a196068b42 add moyilenet file for ssd net 2020-05-26 22:11:11 +08:00
VectorSL f1bd5abaef gpu fix slice 2020-05-26 21:38:43 +08:00
yangzhenzhang 7c237620ba add sigmoid op 2020-05-26 21:33:32 +08:00
seatea c6d8a4dc98 Fix pylint warning. 2020-05-26 21:23:06 +08:00
mindspore-ci-bot 6bf12a2eb3 !1484 fix bug for mobilenet in model_zoo
Merge pull request !1484 from SanjayChan/mobilenet
2020-05-26 20:46:00 +08:00
sunsuodong ade90be427 addn 2020-05-26 20:16:41 +08:00
chenzomi e3a5a3b5c6 fix bug for mobilenet in model_zoo 2020-05-26 20:13:58 +08:00
mindspore-ci-bot d953b2b5ab !1483 Clean code of pr1459
Merge pull request !1483 from zhoufeng/code-clean
2020-05-26 20:13:40 +08:00
mindspore-ci-bot 4df5a7d4e4 !1353 add topk and randomchoicewithmask op data type for aicpu
Merge pull request !1353 from yanzhenxiang2020/add_topk_datatype
2020-05-26 19:54:58 +08:00
“liuxiao” 73a287e5e0 pylint clean 2020-05-26 19:46:14 +08:00
“liuxiao” ebbccca78b pylint clean 2020-05-26 19:36:54 +08:00
“liuxiao” f4542f810b pylint clean 2020-05-26 19:11:12 +08:00
chenfei 52a828d59f update real input after relace call output real input 2020-05-26 19:07:27 +08:00
mindspore-ci-bot 1c62d9c24b !1474 Fix fusion condition of transpose and reshape
Merge pull request !1474 from YuJianfeng/master
2020-05-26 19:05:31 +08:00
mindspore-ci-bot a916531f76 !1479 log rectification
Merge pull request !1479 from liubuyu/master
2020-05-26 18:39:55 +08:00
mindspore-ci-bot 49ed42999a !1452 add train and eval script for LSTM
Merge pull request !1452 from caojian05/ms_master_dev
2020-05-26 18:33:20 +08:00