ms_yan
bc22c172b8
add TensorDataset and its ut
6 years ago
mindspore-ci-bot
251a6667a5
!1989 fix MindDataset distribute shuffle error
...
Merge pull request !1989 from guozhijian/fix_distribute_shuffle
6 years ago
mindspore-ci-bot
b3da41bd7a
!1913 CocoDataset implementation
...
Merge pull request !1913 from xiefangqi/xfq_support_coco
6 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
...
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
6 years ago
liuxiao
cda547e92f
add tbe some ops about optimizer for vm
6 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
6 years ago
xiefangqi
097cbcc0cb
CocoDataset implementation
6 years ago
jonyguo
96859f44b6
fix: MindDataset distribute shuffle bug
6 years ago
mindspore-ci-bot
7b7932ced9
!1944 move hook function to PrimitivePy class
...
Merge pull request !1944 from wangqiuliang/move-hook-function-to-primitivepy
6 years ago
Mahdi
ba2e2dced4
fixed some warnings and typos
6 years ago
Tinazhang
2812cd57db
fix pylint error
6 years ago
mindspore-ci-bot
fe0c3e9a8f
!1908 Add UT to six data vision transforms ops
...
Merge pull request !1908 from Tinazhang/ut-normalize
6 years ago
mindspore-ci-bot
eecf0a9ab8
!1968 support vm for range
...
Merge pull request !1968 from jiangjinsheng/vm_FusedMulApplyMomentumExtern
6 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
6 years ago
jiangjinsheng
a1efe4d14d
support vm for range
6 years ago
kingfo
38436f929f
move hook function to primtivePy class
6 years ago
mindspore-ci-bot
444d9484d7
!1916 add ProximalAdagrad Optimizer
...
Merge pull request !1916 from lilei/add_proximal_ada_grad_optimizer
6 years ago
lilei
36d9e353a5
add proximal_ada_grad optimizer
6 years ago
mindspore-ci-bot
bfc18f3adc
!1873 synchronize latest ascend software 04 Jun 2020
...
Merge pull request !1873 from yanghaoran/master
6 years ago
mindspore-ci-bot
5eb95599f6
!1874 Updates to string tensor
...
Merge pull request !1874 from h.farahat/string_tensor_updates
6 years ago
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
6 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
6 years ago
Tinazhang
c3de5c7a54
adding new TCs to six ops and skip md5 case in RandomPerspective
6 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
6 years ago
Wei Luning
ee8420aefa
Make assign operator to use the signature.
6 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
...
This reverts commit 705c71a257 .
6 years ago
liuxiao
6856c2ac7a
Adapt ops ApplyProximalAdagrad for GE
6 years ago
wenkai
ab6b6add0b
cpu support summary
6 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
6 years ago
mindspore-ci-bot
c82a8bf483
!1678 modify print
...
Merge pull request !1678 from jinyaohui/print
6 years ago
guohongzilong
85a06b00c6
add order function in group params
6 years ago
mindspore-ci-bot
0a897b0ce7
!1865 add inv,invgrad&invert for vm
...
Merge pull request !1865 from JichenZhao/bnops_for_vm
6 years ago
zhaojichen
cdb7ec937b
add inv,invgrad&invert for vm
6 years ago
zhaozhenlong
1f342fb926
add op BroadcastTo
6 years ago
mindspore-ci-bot
1c640face9
!1826 fix bug when check learning_rate in AdamWeightDecayDynamicLR
...
Merge pull request !1826 from wangnan39/fix_lr_check_bug_in_adamweightdecay_dynamic_lr
6 years ago
mindspore-ci-bot
bd34c6ec8b
!1853 Fix initializer
...
Merge pull request !1853 from amongo/FixInitializer
6 years ago
mindspore-ci-bot
1973594bd1
!1774 [MD] minddataset support padding samples
...
Merge pull request !1774 from liyong126/mindrecord_padded_sample
6 years ago
mindspore-ci-bot
b236beae28
!1615 convert constant bool tensor to bool
...
Merge pull request !1615 from amongo/GetBoolValueFromConstantTensor
6 years ago
liyong
feff8899ac
support padding samples
6 years ago
mindspore-ci-bot
5c21616293
!1807 Implemented Ngram TensorOp for dataset
...
Merge pull request !1807 from ZiruiWu/ngram_dev
6 years ago
huangdongrun
9081041199
fix initiliazer
6 years ago
mindspore-ci-bot
769ae609b4
!1808 consistent design for num_samples
...
Merge pull request !1808 from Jamie/numsamples
6 years ago
Zirui Wu
dbf9936ec4
Implemented n-gram for dataset TensorOp
6 years ago
huangdongrun
beacc26077
* add isconstant primitive
...
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
6 years ago
jinyaohui
5e43edc474
clean pylint
6 years ago
mindspore-ci-bot
97524b9ddd
!1823 support vm for ConfusionMatrix
...
Merge pull request !1823 from jiangjinsheng/vm_ConfusionMatrix
6 years ago
jiangjinsheng
fc4cf5a470
add vm support for ConfusionMatrix
6 years ago
mindspore-ci-bot
0c1674496f
!1819 Restricting modify non_Parameter class members
...
Merge pull request !1819 from zhangbuxue/restricting_modify_non-Parameter_class_members
6 years ago
Jamie Nisbet
51bc0c0460
consistent design for num_samples
...
updates
more update
more work
more fixin
post rebase updates
clang formatting
code review recovery
ci fixes
updates
update
update
update
6 years ago
mindspore-ci-bot
bc7a3a1bef
!1806 Add crop size check to python RandomCrop op
...
Merge pull request !1806 from Tinazhang/random-crop-error-msg
6 years ago
wangnan39@huawei.com
c9b7d95c2c
fix lr check bug in AdamWeightDecayDynamicLR
6 years ago
buxue
94c9019d8e
restricting modify non_Parameter class members
6 years ago
mindspore-ci-bot
5d397d8404
!1804 add tensor compare & len & constexpr feature
...
Merge pull request !1804 from wangqiuliang/add-tensor-compare-len-consexpr-feature
6 years ago
Xiaoda Zhang
1cfb52bc0e
add the reshape part of the embeddinglookup backward operator
6 years ago
kingfo
9785178b88
add tensor compare & len & constexpr operation
6 years ago
Tinazhang
33fe66fd1e
fix error handling for bigger crop size case
6 years ago
liuwenhao4
ad4996d528
Register forward and backward operations of Ceil
6 years ago
mindspore-ci-bot
80f581fc02
!1713 [Dataset] Clean pylint.
...
Merge pull request !1713 from luoyang/pylint
6 years ago
mindspore-ci-bot
d5f55f0820
!1769 [AutoParallel]GatherV2_support_host_device
...
Merge pull request !1769 from lichen/gatherv2_support_host_and_device
6 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
...
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
6 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
6 years ago
mindspore-ci-bot
e79df7c169
!1697 optimize clip_norm
...
Merge pull request !1697 from chenhaozhe/bert-optimization
6 years ago
chenhaozhe
435fc12e28
optimize clip_norm
6 years ago
Yang
5522edc4b5
!1713 [Dataset] Clean pylint.
6 years ago
lichenever
1437966c98
gatherv2_support_host_and_device
6 years ago
zhaozhenlong
270f79c8c2
add op BasicLSTMCell vm
6 years ago
mindspore-ci-bot
0b94376bb3
!1762 support auto cast bool scalar and tensor to number tensor
...
Merge pull request !1762 from zhangbuxue/support_convert_bool_scalar_and_tensor_to_number_tensor
6 years ago
mindspore-ci-bot
b9ba99bb13
!1685 [Auto parallel] Fix the bugs in Embeddinglookup forward operator
...
Merge pull request !1685 from Xiaoda/fix-the-embeddinglookup-bug
6 years ago
mindspore-ci-bot
addf8e7d06
!1750 add vm support for operaotr Expm1
...
Merge pull request !1750 from zhouneng/add_vm_support_for_expm1
6 years ago
buxue
62f7dc49e5
support convert bool scalar and tensor to number tensor
6 years ago
Xiaoda Zhang
55ef468a7f
fix the embeddinglookup bug
6 years ago
lihongkang
436b309915
add vm for cosh and sinh
6 years ago
zhouneng
e5419f7bd1
add vm support for Expm1
6 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
6 years ago
mindspore-ci-bot
3ec8f9bb40
!1695 Fixing some tiny faults about Pylint in my code(ops)
...
Merge pull request !1695 from liuwenhao/master
6 years ago
mindspore-ci-bot
e1eb52738b
!1682 Add tbe op SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagrad for VM.
...
Merge pull request !1682 from liuxiao/SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagradD
6 years ago
liuwenhao4
7b911886ec
Fixing some tiny faults about Pylint in my code(ops)
6 years ago
mindspore-ci-bot
efaaf58074
!1518 add register info for Atan and AtanGrad and Atanh
...
Merge pull request !1518 from zhouneng/add_vm_support_Atan_AtanGrad_Atanh
6 years ago
liuxiao
4efd151784
add tbe op SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagradD for VM
6 years ago
mindspore-ci-bot
0920660ecc
!1712 clean pylint warnings of parallel test cases
...
Merge pull request !1712 from yihuaijie/master
6 years ago
mindspore-ci-bot
3d28ba10ef
!1631 fix reviewbot of mem_reuse
...
Merge pull request !1631 from yangjie159/fix_reviewbot_of_mem_reuse
6 years ago
zhouneng
e6b9432aca
add register for Atan AtanGrad Atanh
6 years ago
Yi Huaijie
d7e1ab1445
clean pylint warnings
6 years ago
mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
...
Merge pull request !1528 from jiangjinsheng/vm_bessel
6 years ago
mindspore-ci-bot
692f38ded2
!1532 clean pylint warning in test dir
...
Merge pull request !1532 from jinyaohui/pylint1
6 years ago
mindspore-ci-bot
6f92c4a124
!1501 add vm support for operators in mindspore.ops.operaitons package. Inlcude ACos, ACosGrad, Acosh, AcoshGrad, ArgMinD and ApplyCenteredRMSProp
...
Merge pull request !1501 from zhouneng/add_vm_support
6 years ago
mindspore-ci-bot
7878743400
!1638 fixed rounding edge case in split
...
Merge pull request !1638 from Peilin/splitOp-after-testing
6 years ago
mindspore-ci-bot
0e3dd8149a
!1703 Adding sync_wait input check
...
Merge pull request !1703 from EricZ/master
6 years ago
mindspore-ci-bot
c366b3fb18
!1704 fix num rows bug in sampler
...
Merge pull request !1704 from Peilin/fix-random-sampler-bug
6 years ago
Eric
8e1b2107ce
Added example for sync_wait bad batch_num
...
Added broken test case for cv
Fixed error handling in sync_wait
6 years ago
mindspore-ci-bot
976b4793d1
!1544 Python Unit Test for TenCrop
...
Merge pull request !1544 from MahdiRahmaniHanzaki/I1IHNG-ten-crop
6 years ago
mindspore-ci-bot
15a196eba9
!1636 Add TCs to 3 vision transformation ops and cleanup config settings
...
Merge pull request !1636 from Tinazhang/randomGray
6 years ago
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
6 years ago
Tinazhang
f4a61fdbb2
Adding new UT cases and missing TCs in PY Ops.
6 years ago
Peilin Wang
5469be2a97
fixed bug for split, RandomSampler and some other cleanup
...
add another test case
typo
merge conflict
another PR changed testing behavior, updated test cases in this commit
added input check for use_sampler
addressed code review comments
fixed pylint, not related to my changes
fixed edge case of rounding in getting split sizes
fix pylint
6 years ago
jinyaohui
86d197dfeb
clean pylint
6 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
6 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
6 years ago
mindspore-ci-bot
d3dbb10b6d
!1563 Fixing some tiny faults about Pylint in my code(ops)
...
Merge pull request !1563 from liuwenhao/master
6 years ago
mindspore-ci-bot
8316f736ea
!1650 Support forward reduce scatter for Matmul
...
Merge pull request !1650 from yangzhenzhang/forward-reduce-scatter
6 years ago