huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
2020-05-26 16:19:58 +08:00
zhaozhenlong
55d1927534
add op scatter add vm
2020-05-26 12:17:23 +08:00
mindspore-ci-bot
831ceba6eb
!1277 Fixing some tiny faults about Pylint in ME code
...
Merge pull request !1277 from liuwenhao/master
2020-05-26 11:08:10 +08:00
Yang
abca62f407
10:00 26/5 clean pylint
2020-05-26 10:05:12 +08:00
mindspore-ci-bot
93fc82b8f7
!1447 remove unused variable
...
Merge pull request !1447 from yihuaijie/master
2020-05-26 09:17:48 +08:00
mindspore-ci-bot
0b191615a9
!1427 fix check bprop attr error
...
Merge pull request !1427 from panyifeng/fix_check_bprop_attr_error
2020-05-26 09:10:51 +08:00
mindspore-ci-bot
0a8ef2fe72
!1455 Cleanup dataset UT: restore config support
...
Merge pull request !1455 from cathwong/ckw_dataset_config_util
2020-05-26 05:40:39 +08:00
Cathy Wong
f891e1755c
Cleanup dataset UT: restore config support
2020-05-25 15:10:03 -04:00
mindspore-ci-bot
aeb4c52f2d
!1379 Creating new UTs to three vision transformation ops
...
Merge pull request !1379 from Tinazhang/linearTrans
2020-05-25 23:10:30 +08:00
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
2020-05-25 21:27:45 +08:00
mindspore-ci-bot
44bf7c9330
!1414 fix issue use reshape as flatten grad impl
...
Merge pull request !1414 from zhaozhenlong/fix-issues-reshape-replace-flattern-grad
2020-05-25 20:45:46 +08:00
Yi Huaijie
ac484ebbc0
remove unused variable
2020-05-25 19:59:28 +08:00
mindspore-ci-bot
1c8548adb8
!1300 Add TBE op RangeD for GE.
...
Merge pull request !1300 from liuxiao/RangeD
2020-05-25 17:04:53 +08:00
zhaozhenlong
30b93ecbf8
use reshape as flatten grad
2020-05-25 16:57:26 +08:00
panyifeng
6a57eeb922
fix check_bprop attr error
2020-05-25 16:52:30 +08:00
Yi Huaijie
0b137e5312
delete unused arguments in test cases
2020-05-25 15:46:05 +08:00
liuxiao
627724a205
Add RangeD for GE
2020-05-25 14:49:49 +08:00
Yi Huaijie
8cfc05e4cf
clean pylint warnings of parallel test cases
2020-05-25 11:08:29 +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
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
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
heleiwang
f28f883cac
fix comments error and modify parameter check
2020-05-23 18:31:13 +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
lichenever
390a86effb
fix gatherv2
2020-05-23 15:38:50 +08:00
hesham
c0f0e154f5
Clean up work for text python package
2020-05-22 23:53:34 -04:00
mindspore-ci-bot
45368a86e9
!1329 Put the parameter validation of the Summary operator into the python layer
...
Merge pull request !1329 from ougongchang/master
2020-05-23 11:41:34 +08:00
mindspore-ci-bot
41456ac824
!1369 dataset: delete StorageDataset
...
Merge pull request !1369 from ms_yan/del_storage
2020-05-23 10:39:34 +08:00
Tinazhang
7322839b04
add UTs for LinearTransformation, ToPIL, ToType
2020-05-22 18:04:09 -04:00
Peilin Wang
0cbcc7200b
made shuffle determinisitc for subsequent epochs
2020-05-22 17:03:19 -04:00
mindspore-ci-bot
61639be1e0
!1375 Cleanup dataset UT: remove num_parallel_workers=1 in test_exception
...
Merge pull request !1375 from cathwong/ckw_dataset_ut_cleanup5
2020-05-22 23:54:52 +08:00
mindspore-ci-bot
a528797253
!1377 Code Fix for Uniform Augmentation
...
Merge pull request !1377 from Tinazhang/cc
2020-05-22 23:20:01 +08:00
mindspore-ci-bot
458436186c
!1365 Clean up work for text python sub-package
...
Merge pull request !1365 from h.farahat/text_namespace
2020-05-22 23:16:31 +08:00
Tinazhang
b390883c6a
Bug fix
2020-05-22 10:56:56 -04:00
Cathy Wong
702005d403
Cleanup dataset UT: remove num_parallel_workers=1 in test_exception
2020-05-22 09:28:17 -04:00
ougongchang
7d78b5d89e
Put the parameter validation of the Summary operator into the python layer
...
add some unittest for summary operator
support ScalarSummary to record number type
2020-05-22 21:23:43 +08:00
ms_yan
d5e896b51c
delete storageDataset Op API and its test case
2020-05-22 21:23:24 +08:00
mindspore-ci-bot
6f733ec113
!1308 Stage 2 of adding support for string Tensor
...
Merge pull request !1308 from h.farahat/string_tensor2
2020-05-22 21:17:53 +08:00
xiefangqi
34236ce1f1
fix pylint
2020-05-22 20:18:21 +08:00
mindspore-ci-bot
d402b94476
!1370 delete parallel end-to-end test cases
...
Merge pull request !1370 from yihuaijie/master
2020-05-22 20:01:49 +08:00
mindspore-ci-bot
3363d4e834
!1249 Add GNN dataset processing API
...
Merge pull request !1249 from heleiwang/hlw_gnn_data
2020-05-22 18:49:36 +08:00
mindspore-ci-bot
f3d14fa14b
!1363 Restrict tensor get item or set item not support mixed tensor.
...
Merge pull request !1363 from zhangbuxue/Not_support_mixed_tensor_as_index_for_tensor_getitem_and_setitem
2020-05-22 18:04:31 +08:00
Yi Huaijie
1e6ee83874
delete parallel end-to-end test cases
2020-05-22 17:35:18 +08:00
mindspore-ci-bot
3f23aa1d79
!1348 fix pylint warnings of parallel test cases
...
Merge pull request !1348 from yihuaijie/master
2020-05-22 16:40:42 +08:00
hesham
6c21e556c4
Clean up work for text python package
2020-05-22 04:35:58 -04:00
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
...
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
2020-05-22 16:33:31 +08:00
mindspore-ci-bot
62c716b68e
!1349 Fix some functions in group parameters and optimizer
...
Merge pull request !1349 from ghzl/add-group-check-for-lars
2020-05-22 16:05:36 +08:00
buxue
850171a34b
Restrict tensor getitem or setitem not support mixed tensor.
2020-05-22 15:55:38 +08:00
Yi Huaijie
14fe72f383
fix pylint warnings
2020-05-22 14:54:36 +08:00