Commit Graph

2548 Commits

Author SHA1 Message Date
mindspore-ci-bot 929ef67bfc !1411 pylint warning clean
Merge pull request !1411 from liubuyu/master
2020-05-25 15:14:55 +08:00
mindspore-ci-bot c8f69f5db2 !1410 update sqlite patch by CVE
Merge pull request !1410 from guozhijian/update_sqlite_patch
2020-05-25 14:17:22 +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
mindspore-ci-bot a3d9c9a8e6 !1409 clean pylint warnings of parallel test cases
Merge pull request !1409 from yihuaijie/master
2020-05-25 14:13:32 +08:00
mindspore-ci-bot 0f2fc082bf !1405 add lars parameter check
Merge pull request !1405 from gziyan/add_lars_paramter_check
2020-05-25 14:10:33 +08:00
liubuyu 107794fac9 pylint warning clean 2020-05-25 11:52:36 +08:00
mindspore-ci-bot 61daa65446 !1354 add mobilenetV3 and change mobilenet to mobilenet V2
Merge pull request !1354 from SanjayChan/new_mobilenetv3
2020-05-25 11:47:54 +08:00
mindspore-ci-bot 7e2e7ad52b !1367 modify topk split pass
Merge pull request !1367 from jjfeing/master
2020-05-25 11:10:32 +08:00
Yi Huaijie 8cfc05e4cf clean pylint warnings of parallel test cases 2020-05-25 11:08:29 +08:00
jonyguo 698c88f306 update sqlite patch 2020-05-25 11:06:57 +08:00
chenzomi 82fc2f7ebd add mobilenetv2 and mobilenetv3 2020-05-25 10:53:00 +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 737bfc9595 Use FuncGraph generation number replacing set. 2020-05-25 09:56:35 +08:00
Zhang Qinghua f31564ce98 Remove the useless collectors in manager. 2020-05-25 09:56:28 +08:00
Ziyan e7560214be add lars parameter check 2020-05-25 09:37:59 +08:00
mindspore-ci-bot aeffccb7f8 !1402 for second order codes
Merge pull request !1402 from zongha/master
2020-05-25 08:56:22 +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
kingfo 840922e501 add backward hook function in pynative mode 2020-05-24 13:32:44 +08:00
mindspore-ci-bot 718a96430f !1389 Security issues in recent string tensor PR
Merge pull request !1389 from h.farahat/fix_security_issues
2020-05-24 08:45:21 +08:00
z00478463 fcd4de6f0c change name from py to sh 2020-05-23 23:35:25 +08:00
mindspore-ci-bot 0e7e82d180 !1397 add pad for nms_with_mask
Merge pull request !1397 from liubuyu/master
2020-05-23 22:32:25 +08:00
mindspore-ci-bot a6b8451a33 !1380 make ShuffleOp have deterministic behavior for subsequent epochs
Merge pull request !1380 from Peilin/shuffle-subsequent-epoch-deterministic
2020-05-23 21:02:30 +08:00
mindspore-ci-bot 9fbe38e2ab !1403 Fix issue scatter max input x should be paramenter
Merge pull request !1403 from zhaozhenlong/fix-issues-scatter-max-comment
2020-05-23 20:11:37 +08:00
mindspore-ci-bot af775c173e !1295 reuse parameter
Merge pull request !1295 from Margaret_wangrui/new-parameter
2020-05-23 20:11:31 +08:00
mindspore-ci-bot ad9db524bb !1394 Fix comment error and mod parameter check in graphdata
Merge pull request !1394 from heleiwang/fix_comments_error
2020-05-23 19:47:19 +08:00
mindspore-ci-bot 7241f3a434 !1401 change gpu kernel runtime to support memory swap
Merge pull request !1401 from zyli2020/add_mem_swap_module_header
2020-05-23 19:42:32 +08:00
zhaozhenlong 3382040e15 fix comment of scatter_max 2020-05-23 19:17:08 +08:00
lizhenyu 23a57476da change gpu kernel runtime to support memory swap 2020-05-23 18:38:26 +08:00
heleiwang f28f883cac fix comments error and modify parameter check 2020-05-23 18:31:13 +08:00
z00478463 1d0aef57d4 new version of ops 2020-05-23 18:07:09 +08:00
mindspore-ci-bot 8e36a4451e !1399 dataset: repair parameter problem in Uniform augmentation
Merge pull request !1399 from ms_yan/ua_aug_check
2020-05-23 17:36:21 +08:00
Margaret_wangrui 52e925dbee handle-get-summary-node 2020-05-23 17:24:37 +08:00
mindspore-ci-bot daccfef738 !1361 Refactor multiple output pass
Merge pull request !1361 from huanghui/LambNextMVRule-fusion-pass
2020-05-23 17:21:27 +08:00
mindspore-ci-bot 20d71dfbc3 !1395 add memory swap manager module
Merge pull request !1395 from zyli2020/add_mem_swap_module_header
2020-05-23 17:19:42 +08:00
liubuyu 315a95c583 add pad for nms_with_mask 2020-05-23 17:19:27 +08:00
mindspore-ci-bot 2fef359c4d !1396 Cancel NoOp optimizer on gpu backend until memory reuse ready
Merge pull request !1396 from chenweifeng/NoOp
2020-05-23 17:06:44 +08:00
mindspore-ci-bot e87e6b38b0 !1355 [AutoParallel]Fix GatherV2 distributed op
Merge pull request !1355 from lichen/fix_gatherv2
2020-05-23 17:04:41 +08:00
ms_yan d6f27f5a4a repair parameter problem in Uniform augmentation 2020-05-23 16:07:08 +08:00
lizhenyu d97f849484 add memory swap manager module 2020-05-23 16:07:08 +08:00
mindspore-ci-bot 11c3004939 !1390 add pretrained option to resnet50_imagenet
Merge pull request !1390 from gengdongjie/master
2020-05-23 16:06:12 +08:00
mindspore-ci-bot a510ecc8ff !1339 add epsilon parameter for layernorm
Merge pull request !1339 from JichenZhao/layernorm_mean_var_shape
2020-05-23 15:58:44 +08:00
wilfChen 56d751b5d2 Cancel NoOp optimizer in GPU until memory reuse ready 2020-05-23 15:57:55 +08:00
mindspore-ci-bot e82088d175 !1373 add memory copy module
Merge pull request !1373 from zyli2020/add_mem_swap_module_header
2020-05-23 15:39:13 +08:00
lichenever 390a86effb fix gatherv2 2020-05-23 15:38:50 +08:00
mindspore-ci-bot 89a86611b4 !1391 Fix py_transforms gpu end-to-end testcases hang problem
Merge pull request !1391 from xiefangqi/xfq_fix_gpu_issue
2020-05-23 15:14:28 +08:00
mindspore-ci-bot 9ceea12636 !1313 decoupled of insert transdata and deal ref and split transdata
Merge pull request !1313 from lianliguang/master
2020-05-23 14:41:20 +08:00
mindspore-ci-bot 910178e4d5 !1368 don't eliminate nop node in getnext-memcpy elimination
Merge pull request !1368 from laiyongqiang/getnext_memcpy_elimination_bugfix
2020-05-23 14:33:43 +08:00
xiefangqi 8b585c76e2 fix py_transform gpu hang problem 2020-05-23 14:31:00 +08:00
mindspore-ci-bot 9fe6074c3f !1384 [control sink refactor]Update real input if it is a call
Merge pull request !1384 from chenfei_mindspore/sort-call-node
2020-05-23 14:27:24 +08:00
gengdongjie d85102acfb add pretrained option to resnet50_imagenet 2020-05-23 14:23:49 +08:00