mindspore-ci-bot
|
81ba3b1b99
|
!1868 Enhance insert memcpy for hccl op
Merge pull request !1868 from huanghui/insert-memcpy-async-pass
|
5 years ago |
mindspore-ci-bot
|
7b7932ced9
|
!1944 move hook function to PrimitivePy class
Merge pull request !1944 from wangqiuliang/move-hook-function-to-primitivepy
|
5 years ago |
Tinazhang
|
2812cd57db
|
fix pylint error
|
5 years ago |
mindspore-ci-bot
|
fe0c3e9a8f
|
!1908 Add UT to six data vision transforms ops
Merge pull request !1908 from Tinazhang/ut-normalize
|
5 years ago |
mindspore-ci-bot
|
9e1dea1ff9
|
!1928 delete redundant reshape op
Merge pull request !1928 from yoonlee666/deletereshape
|
5 years ago |
yoonlee666
|
881af56ec3
|
optimize redundant reshape op
|
5 years ago |
huanghui
|
118496b3ec
|
enhance insert memcpy
|
5 years ago |
mindspore-ci-bot
|
eecf0a9ab8
|
!1968 support vm for range
Merge pull request !1968 from jiangjinsheng/vm_FusedMulApplyMomentumExtern
|
5 years ago |
heleiwang
|
3ece8dd090
|
1. support get_all_edges, get_nodes_from_edge, get_sampled_neighbors, get_neg_sampled_neighbors and graph_info API
2. mod cora and citeseer conversion script
|
5 years ago |
jiangjinsheng
|
a1efe4d14d
|
support vm for range
|
5 years ago |
kingfo
|
38436f929f
|
move hook function to primtivePy class
|
5 years ago |
mindspore-ci-bot
|
444d9484d7
|
!1916 add ProximalAdagrad Optimizer
Merge pull request !1916 from lilei/add_proximal_ada_grad_optimizer
|
5 years ago |
mindspore-ci-bot
|
38109a386b
|
!1957 fix cmakelists
Merge pull request !1957 from jiangjinsheng/issue_merge
|
5 years ago |
mindspore-ci-bot
|
d9c7a8400e
|
!1933 edit bert example scripts
Merge pull request !1933 from yoonlee666/edit-example
|
5 years ago |
jiangjinsheng
|
709704d339
|
fixed CMakeLists.txt
|
5 years ago |
mindspore-ci-bot
|
d6cc7089fc
|
!1888 Add cpu kernel implement of sparse adam
Merge pull request !1888 from YuJianfeng/adam
|
5 years ago |
lilei
|
36d9e353a5
|
add proximal_ada_grad optimizer
|
5 years ago |
mindspore-ci-bot
|
0903428296
|
!1946 [AutoParallel]Remove resnet50 st
Merge pull request !1946 from lichen/remove_autoparallel_st
|
5 years ago |
mindspore-ci-bot
|
bfc18f3adc
|
!1873 synchronize latest ascend software 04 Jun 2020
Merge pull request !1873 from yanghaoran/master
|
5 years ago |
mindspore-ci-bot
|
5eb95599f6
|
!1874 Updates to string tensor
Merge pull request !1874 from h.farahat/string_tensor_updates
|
5 years ago |
yanghaoran
|
8da4c1a763
|
synchronize latest ascend software 04 Jun 2020
|
5 years ago |
mindspore-ci-bot
|
0e7839826e
|
!1945 [bug]fix bug in '=', use signature to support auto cast in assign.
Merge pull request !1945 from vlne-v1/I1JXUP-resnet50-thor-assign-fail
|
5 years ago |
Tinazhang
|
c3de5c7a54
|
adding new TCs to six ops and skip md5 case in RandomPerspective
|
5 years ago |
hesham
|
f837ddc956
|
- Bug when empty strings sent to Python
- Support accepting Numpy of str as input
- Support batching strings
- Core logic of batch&pad is static
- Make Pad a utility function
|
5 years ago |
yujianfeng
|
c956dfff51
|
Add SparseAdam and SparseLazyAdam cpu kernel
|
5 years ago |
Wei Luning
|
ee8420aefa
|
Make assign operator to use the signature.
|
5 years ago |
lichenever
|
fad6b5744c
|
remove auto parallel st
|
5 years ago |
yoonlee666
|
ab36f3d3cd
|
edit example script
|
5 years ago |
zhaoting
|
b16a552d41
|
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
|
5 years ago |
mindspore-ci-bot
|
beb714d2d0
|
!1911 add a function to charge the node input and output is a scalar
Merge pull request !1911 from lianliguang/add-a-function-to-charge-the-node-input-or-output-if-is-a-scalar
|
5 years ago |
mindspore-ci-bot
|
c4b3534913
|
!1905 update cpu lstm
Merge pull request !1905 from baihuawei/cpulstm
|
5 years ago |
mindspore-ci-bot
|
39338c8627
|
!1101 Add GCN training scripts
Merge pull request !1101 from chentingting/gcn
|
5 years ago |
baihuawei
|
9c74e39b12
|
update cpu lstm
|
5 years ago |
chentingting
|
e801d48906
|
add gcn training scripts
|
5 years ago |
liuxiao
|
6856c2ac7a
|
Adapt ops ApplyProximalAdagrad for GE
|
5 years ago |
mindspore-ci-bot
|
cf04a7b190
|
!1741 summary support cpu
Merge pull request !1741 from wenkai/wk1_cpu_summary_0531
|
5 years ago |
yujianfeng
|
2ff9e74d07
|
Add unique process for duplicated indices
|
5 years ago |
mindspore-ci-bot
|
5499161531
|
!1862 fixed validator for ApplyRMSProp,CumProd, CumSum,ReduceProd etc
Merge pull request !1862 from jiangjinsheng/issue_doc
|
5 years ago |
wenkai
|
ab6b6add0b
|
cpu support summary
|
5 years ago |
WilliamLian
|
9808e47663
|
change checkAicpu to CheckAICPU & add charge Scalar function to charge the input or output is scalar
|
5 years ago |
mindspore-ci-bot
|
69cbf58517
|
!1902 Fix bert scripts.
Merge pull request !1902 from chenhaozhe/fix-bert-scripts
|
5 years ago |
chenhaozhe
|
1be7ad52bb
|
fix bert scripts
|
5 years ago |
mindspore-ci-bot
|
10fd781b15
|
!1831 Add order parameter function in group params
Merge pull request !1831 from ghzl/add-oder-parameters-in-group-functions
|
5 years ago |
jiangjinsheng
|
51affc2f1b
|
fixed validator for CumProd, ReduceProd, ApplyRMSProp
|
5 years ago |
mindspore-ci-bot
|
b350ee0c00
|
!1824 add single batchnorm fission pass
Merge pull request !1824 from huanghui/single-batchnorm-fission-pass
|
5 years ago |
mindspore-ci-bot
|
c82a8bf483
|
!1678 modify print
Merge pull request !1678 from jinyaohui/print
|
5 years ago |
guohongzilong
|
85a06b00c6
|
add order function in group params
|
5 years ago |
mindspore-ci-bot
|
0a897b0ce7
|
!1865 add inv,invgrad&invert for vm
Merge pull request !1865 from JichenZhao/bnops_for_vm
|
5 years ago |
huanghui
|
b4c0ed4b36
|
add signle batchnorm fission pass
|
5 years ago |
yao_yf
|
ce03ce5af2
|
data_parallel_grad_reducer
|
5 years ago |