mindspore-ci-bot
9be1a01db6
!85 Optimize depend edge with make tuple input
...
Merge pull request !85 from YuJianfeng/master
5 years ago
mindspore-ci-bot
d245792842
!94 enhance: reduce execution time for mindrecord test case
...
Merge pull request !94 from yanzhenxiang2020/fix_mindrecord_ut_long_time
5 years ago
mindspore-ci-bot
1ace66c87c
!110 Fix RandomCrop parameter check
...
Merge pull request !110 from pengyanjun/fix_dataset_parameter_check_problem
5 years ago
mindspore-ci-bot
b8bfaeb65a
!108 dataset: remove feed mode in comment
...
Merge pull request !108 from ms_yan/feed_mode
5 years ago
mindspore-ci-bot
a5a904fbdf
!91 fix bug for allreduce fusion and add resnet unit test
...
Merge pull request !91 from chentingting/allreduce_fusion_resnet
5 years ago
mindspore-ci-bot
ad88c55859
!105 register not equal distributed op
...
Merge pull request !105 from lichen/register_not_equal_distributed_op
5 years ago
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
5 years ago
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
5 years ago
mindspore-ci-bot
55916351ee
!52 remove ge depend
...
Merge pull request !52 from flywind/remove-ge-depend
5 years ago
zhangz0911gm
6f1747045c
Add FloorMod, Acosh in ME
5 years ago
Wei Luning
73ba399364
remove ge depend in cpu
5 years ago
万万没想到
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
5 years ago
lichenever
ff808021c7
register not equal distributed op
5 years ago
yanzhenxiang2020
5a4f17bfb6
fix mindrecord ut long time
5 years ago
c00425699
ab917a734d
fix bug for allreduce fusion and add resnet unit test
5 years ago
ms_yan
c2fed0b739
remove (feed mode) in comment
5 years ago
mindspore-ci-bot
d8b460c780
!96 fix refkey bug for auto parallel
...
Merge pull request !96 from lichen/fix_ref_key_bug_for_auto_parallel
5 years ago
mindspore-ci-bot
13b6da8602
!103 Sort include file in parallel dir.
...
Merge pull request !103 from suteng/master
5 years ago
leonwanghui
fdb47860cc
Fix some typo errors in session and device module
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago
万万没想到
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
5 years ago
Yanjun Peng
49a41bb2cc
fix random crop parameter check
5 years ago
lichenever
5240b1f603
fix refkey bug for auto parallel
5 years ago
mindspore-ci-bot
2aae218f4b
!88 fix examples of P.Fill()
...
Merge pull request !88 from 万万没想到/I1DBSX
5 years ago
mindspore-ci-bot
34b74e4430
!89 fix the examples of P.ReLU6
...
Merge pull request !89 from 万万没想到/I1DBUG
5 years ago
WeibiaoYu
b78427e619
the size of tensor may be bigger than 2GB, should use memcpy instead of memcpy_s
5 years ago
Su Teng
60b68a1470
sort include file in parallel dir
5 years ago
geekun
c42e53ae5b
fix custom op bug and add custom op check
5 years ago
mindspore-ci-bot
9cb219c683
!78 Add ascend st lenet script for pynative mode
...
Merge pull request !78 from JoyLvliang/pynative-add-lenet
5 years ago
mindspore-ci-bot
5acb93a345
!79 Dump Failed when trans_flag set to true
...
Merge pull request !79 from laiyongqiang/develop
5 years ago
guohongzilong
15d061f852
pass str to ge.exec.EnableDump
5 years ago
YuJianfeng
7f53bb062d
Optimize depend edge with make tuple input
5 years ago
mindspore-ci-bot
cf54ecfe6e
!62 support grad on python function with variable arguments
...
Merge pull request !62 from amongo/SupportGradOnVarArgs
5 years ago
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
5 years ago
mindspore-ci-bot
85df19b23c
!66 Add RMSProp optimizer
...
Merge pull request !66 from zhaoting/add-RMSProp
5 years ago
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
5 years ago
lvliang
ff4f935e40
pynative-add-lenet
5 years ago
zhaoting
ed3c2d7229
add RMSProp optimizer
5 years ago
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
5 years ago
mindspore-ci-bot
5c22c088bb
!69 Enable skipped dataset zip operator python unit tests
...
Merge pull request !69 from cathwong/ckw_dataset_py_ut1
5 years ago
万万没想到
4feba6332d
fix the examples of P.ReLU6
5 years ago
mindspore-ci-bot
7341d7ec1e
!83 add get ptr for memreuseutil
...
Merge pull request !83 from kisnwang/add-getptr-for-memreuseutil
5 years ago
万万没想到
b8c16f97f7
fix examples of P.Fill
5 years ago
kswang
04be6a37f0
add getptr for memreuse
5 years ago
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
5 years ago
mindspore-ci-bot
0830ad932b
!72 【轻量级 PR】:fix typo in formula
...
Merge pull request !72 from 万万没想到/N/A
5 years ago
ms_yan
b4b1c55ed2
repair unsuitable warning in repeat count and epoch size check
5 years ago
mindspore-ci-bot
43adf281a2
!77 fix bug of bert pre training
...
Merge pull request !77 from amongo/FixBugOfBertPreTraining
5 years ago
Xiaoda Zhang
3d35792877
change_star_elimination: make the non-identity triangle_eliminatin exact
5 years ago
mindspore-ci-bot
37dba2ddcf
!74 delete longtime python ut
...
Merge pull request !74 from changzherui/master
5 years ago
mindspore-ci-bot
69d5403319
!14 add adapter for ge atan2
...
Merge pull request !14 from zhaozhenlong/op/atan2
5 years ago