chang zherui
86a3398547
modify runtest py ut for parallel exec
2020-04-03 09:38:04 +08:00
xiefangqi
bc4602b58e
fix and remove useless import of example, st, ut
2020-04-02 22:13:36 +08:00
mindspore-ci-bot
9be1a01db6
!85 Optimize depend edge with make tuple input
...
Merge pull request !85 from YuJianfeng/master
2020-04-02 22:00:18 +08:00
mindspore-ci-bot
d245792842
!94 enhance: reduce execution time for mindrecord test case
...
Merge pull request !94 from yanzhenxiang2020/fix_mindrecord_ut_long_time
2020-04-02 21:50:43 +08:00
mindspore-ci-bot
1ace66c87c
!110 Fix RandomCrop parameter check
...
Merge pull request !110 from pengyanjun/fix_dataset_parameter_check_problem
2020-04-02 21:49:02 +08:00
mindspore-ci-bot
b8bfaeb65a
!108 dataset: remove feed mode in comment
...
Merge pull request !108 from ms_yan/feed_mode
2020-04-02 21:48:15 +08:00
mindspore-ci-bot
a5a904fbdf
!91 fix bug for allreduce fusion and add resnet unit test
...
Merge pull request !91 from chentingting/allreduce_fusion_resnet
2020-04-02 21:35:35 +08:00
mindspore-ci-bot
ad88c55859
!105 register not equal distributed op
...
Merge pull request !105 from lichen/register_not_equal_distributed_op
2020-04-02 21:34:34 +08:00
mindspore-ci-bot
cb323eccf0
!71 Add operator adapting in ME for FloorMod, Acosh and SparseApplyFtrlD 【CR】,并主动Acosh and FloorMod operator adapting
...
Merge pull request !71 from zhangzheng/sparse_acosh_floormod
2020-04-02 21:33:33 +08:00
mindspore-ci-bot
a1d6f42be8
!28 fix custom op bug when custom op has muti-out and not use all of outputs
...
Merge pull request !28 from geekun/master
2020-04-02 21:02:25 +08:00
mindspore-ci-bot
55916351ee
!52 remove ge depend
...
Merge pull request !52 from flywind/remove-ge-depend
2020-04-02 20:59:06 +08:00
zhangz0911gm
6f1747045c
Add FloorMod, Acosh in ME
2020-04-02 08:50:39 -04:00
Wei Luning
73ba399364
remove ge depend in cpu
2020-04-02 19:38:42 +08:00
万万没想到
605d980305
1. add Note refer to nn.SGD for detail
...
2. delete default value of stat
3. delete examples
4. some comments error from wangting review
5. modify comments from jinyaohui
6. modify examples from wanghao
7. modify Select operation examples
2020-04-02 19:35:19 +08:00
lichenever
ff808021c7
register not equal distributed op
2020-04-02 19:28:30 +08:00
yanzhenxiang2020
5a4f17bfb6
fix mindrecord ut long time
2020-04-02 19:18:49 +08:00
c00425699
ab917a734d
fix bug for allreduce fusion and add resnet unit test
2020-04-02 18:55:04 +08:00
ms_yan
c2fed0b739
remove (feed mode) in comment
2020-04-02 18:43:21 +08:00
mindspore-ci-bot
d8b460c780
!96 fix refkey bug for auto parallel
...
Merge pull request !96 from lichen/fix_ref_key_bug_for_auto_parallel
2020-04-02 17:26:58 +08:00
mindspore-ci-bot
13b6da8602
!103 Sort include file in parallel dir.
...
Merge pull request !103 from suteng/master
2020-04-02 17:19:06 +08:00
leonwanghui
fdb47860cc
Fix some typo errors in session and device module
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-04-02 17:02:52 +08:00
万万没想到
c3d210cc31
fix issue I1DBRX
...
delete duplicated words in comments
fix issue I1CJAP
fix issue I1D3WS
fix issue I1DBA8
fix issue I1CJ77
fix issue I1CJG3
fix review suggestion
2020-04-02 16:54:44 +08:00
Yanjun Peng
49a41bb2cc
fix random crop parameter check
2020-04-02 16:37:39 +08:00
lichenever
5240b1f603
fix refkey bug for auto parallel
2020-04-02 16:14:29 +08:00
mindspore-ci-bot
2aae218f4b
!88 fix examples of P.Fill()
...
Merge pull request !88 from 万万没想到/I1DBSX
2020-04-02 16:02:54 +08:00
mindspore-ci-bot
34b74e4430
!89 fix the examples of P.ReLU6
...
Merge pull request !89 from 万万没想到/I1DBUG
2020-04-02 16:02:09 +08:00
Su Teng
60b68a1470
sort include file in parallel dir
2020-04-02 15:14:47 +08:00
geekun
c42e53ae5b
fix custom op bug and add custom op check
2020-04-02 14:28:37 +08:00
mindspore-ci-bot
9cb219c683
!78 Add ascend st lenet script for pynative mode
...
Merge pull request !78 from JoyLvliang/pynative-add-lenet
2020-04-02 14:22:39 +08:00
mindspore-ci-bot
5acb93a345
!79 Dump Failed when trans_flag set to true
...
Merge pull request !79 from laiyongqiang/develop
2020-04-02 14:13:42 +08:00
guohongzilong
15d061f852
pass str to ge.exec.EnableDump
2020-04-02 12:05:28 +08:00
YuJianfeng
7f53bb062d
Optimize depend edge with make tuple input
2020-04-02 11:33:34 +08:00
mindspore-ci-bot
cf54ecfe6e
!62 support grad on python function with variable arguments
...
Merge pull request !62 from amongo/SupportGradOnVarArgs
2020-04-02 11:21:06 +08:00
mindspore-ci-bot
1857dacac2
!84 dataset: repair unsuitable warning in repeat count and epoch size check
...
Merge pull request !84 from ms_yan/epoch_repeat_check
2020-04-02 10:58:47 +08:00
mindspore-ci-bot
85df19b23c
!66 Add RMSProp optimizer
...
Merge pull request !66 from zhaoting/add-RMSProp
2020-04-02 09:57:13 +08:00
mindspore-ci-bot
a44b5293de
!68 fix bug: Failed to get parameter data in model parallel scenes, when the size of tensor large than 2GB
...
Merge pull request !68 from WeibiaoYu/master
2020-04-02 09:33:12 +08:00
lvliang
ff4f935e40
pynative-add-lenet
2020-04-02 09:25:25 +08:00
zhaoting
ed3c2d7229
add RMSProp optimizer
2020-04-02 09:10:58 +08:00
mindspore-ci-bot
f95a5b9027
!81 [Auto parallel] Making non-identity triangle elimination exact in DP algorithm
...
Merge pull request !81 from Xiaoda/change_star_elimination-make_the_non-identity_triangle_eliminatin_exact
2020-04-02 09:04:03 +08:00
mindspore-ci-bot
5c22c088bb
!69 Enable skipped dataset zip operator python unit tests
...
Merge pull request !69 from cathwong/ckw_dataset_py_ut1
2020-04-01 22:20:37 +08:00
万万没想到
4feba6332d
fix the examples of P.ReLU6
2020-04-01 22:16:29 +08:00
mindspore-ci-bot
7341d7ec1e
!83 add get ptr for memreuseutil
...
Merge pull request !83 from kisnwang/add-getptr-for-memreuseutil
2020-04-01 22:08:52 +08:00
万万没想到
b8c16f97f7
fix examples of P.Fill
2020-04-01 22:03:01 +08:00
kswang
04be6a37f0
add getptr for memreuse
2020-04-01 21:37:02 +08:00
huangdongrun
d3f733fa25
support grad on graph with variable arguments
...
use unpack graph primitive instead
add testcases for all grad interface
remove debug log
format code
remove dumpfuncgraph
resolve clang-format
resolve reviews
resolve cpplint
fix review
2020-04-01 20:24:04 +08:00
mindspore-ci-bot
0830ad932b
!72 【轻量级 PR】:fix typo in formula
...
Merge pull request !72 from 万万没想到/N/A
2020-04-01 20:15:18 +08:00
ms_yan
b4b1c55ed2
repair unsuitable warning in repeat count and epoch size check
2020-04-01 20:14:46 +08:00
mindspore-ci-bot
43adf281a2
!77 fix bug of bert pre training
...
Merge pull request !77 from amongo/FixBugOfBertPreTraining
2020-04-01 20:09:38 +08:00
Xiaoda Zhang
3d35792877
change_star_elimination: make the non-identity triangle_eliminatin exact
2020-04-01 19:24:18 +08:00
mindspore-ci-bot
37dba2ddcf
!74 delete longtime python ut
...
Merge pull request !74 from changzherui/master
2020-04-01 18:29:58 +08:00