buxue
61857b69ed
add check for tensor slice before convert to ops
5 years ago
Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
5 years ago
李鸿章
ee438aaf4a
callback as context manager
5 years ago
ms_yan
d162a7a5ab
repair problem in NumpySlicesDataset
5 years ago
liuxiao
df63a3195d
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
5 years ago
hesham
f2462bb00d
Mask Op
5 years ago
mindspore-ci-bot
bb622877e8
!2167 Add a callback module to avoid the size of the callback.py file too large
...
Merge pull request !2167 from ougongchang/adjust_callback
5 years ago
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
...
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
5 years ago
ougongchang
1ffa37ffbc
Add a callback module to avoid the size of the callback.py file to large
5 years ago
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
...
Merge pull request !2024 from Kang/master
5 years ago
mindspore-ci-bot
625f2421b5
!1977 random walk in gnn node2vec
...
Merge pull request !1977 from JonathanY/randomwalk
5 years ago
mindspore-ci-bot
3adbde56b2
!2162 SliceOp
...
Merge pull request !2162 from h.farahat/slice_op
5 years ago
mindspore-ci-bot
898b2fdecd
!2187 Fix comment display issues in BuildVocabDataset
...
Merge pull request !2187 from ZiruiWu/vocab_rework
5 years ago
Zirui Wu
2794883644
fix selected minor issues
...
fix review comments
5 years ago
mindspore-ci-bot
3ccbafe71d
!2062 [MD] add splitOP in minddataset
...
Merge pull request !2062 from liyong126/minddataset_split
5 years ago
mindspore-ci-bot
0b7d4855dd
!2168 Chage combined quant to nn.quant
...
Merge pull request !2168 from chenzhongming/combined
5 years ago
xiefangqi
aab190fcdb
CocoDataset add category_id validation
5 years ago
chenzomi
4878616e43
change combined to nn
5 years ago
liyong
d4f8f57c7e
add split in minddataset
5 years ago
mindspore-ci-bot
6089d58d8d
!2171 ssim input shape h and w should be greater than or equal to filter_size
...
Merge pull request !2171 from zhaozhenlong/fix-issues-quant-not-exposed-ssim-ksize-check
5 years ago
mindspore-ci-bot
6ff3a6dcff
!2175 move AscendQuant and AscendDequant to inner_ops.py
...
Merge pull request !2175 from zhaozhenlong/fix-issues-ascend-quant-move-to-inner-ops
5 years ago
zhaozhenlong
ea681bfb0f
fix ssim filter size check
5 years ago
zhaozhenlong
dbfb4f057c
move AscendQuant AscendDequant to inner_ops.py
5 years ago
liuxiao
aa73abc2f7
Add image.CentralCrop
5 years ago
mindspore-ci-bot
2d84011504
!2071 optimizer support loss scale for sparse situation
...
Merge pull request !2071 from wangnan39/support_loss_scale_for_sparse_optimizer
5 years ago
mindspore-ci-bot
2fa2f86619
!2135 add tfrecord to mindrecord tool
...
Merge pull request !2135 from guozhijian/add_tools_tfrecord_to_mindrecord
5 years ago
hesham
e2012a1de9
Slice Op
5 years ago
jonyguo
3353a20d8b
add tool: tfrecord to mindrecord
5 years ago
mindspore-ci-bot
71d27c6854
!2068 Add InplaceAddD and InplaceSubD vm ops
...
Merge pull request !2068 from liuwenhao/master
5 years ago
mindspore-ci-bot
105dcb1c1e
!2128 hidden range
...
Merge pull request !2128 from jiangjinsheng/issue_fix3
5 years ago
mindspore-ci-bot
ea96cbcef2
!1979 fix partial primitive poly node
...
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
jiangjinsheng
032e921298
hidden range
5 years ago
mindspore-ci-bot
dceb3c2be4
!2026 Change C++ behavior in RandomCropAndResize
...
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
5 years ago
Mahdi
add29f95f5
resolved issues in the comments
5 years ago
mindspore-ci-bot
2cab44a637
!2028 FillOp for BERT
...
Merge pull request !2028 from nhussain/fillOp_learning
5 years ago
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
5 years ago
Peilin Wang
848e07d022
initial commit, start of BucketBatchByLengthOp
...
c implementation done, just need to call batch/pad
added python api and validator
added pybind/de_pipeline stuff, fixed some compile errors, figure out how null py::function works
added tiny bit of doc
integrated with static batch methods
fixed some bugs
some more bug fixes and cleanup
ci fix
fix ci
ci fix
fix ci
added test_cases and debugged
addressed code review comments
addressed code review comments
ci fix
ci fix
addressed code review comments
addressed code review comments
5 years ago
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
5 years ago
mindspore-ci-bot
7b6f13886f
!1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
...
Merge pull request !1962 from zhouneng/add_vm_support_for_ApproximateEqual_InplaceUpdateD_InTopKD
5 years ago
Jonathan Yan
87d2c27c7f
random walk v1
5 years ago
mindspore-ci-bot
842f8231ba
!2100 add op quant and dequant
...
Merge pull request !2100 from zhaozhenlong/op/quant-dequant-ge-open
5 years ago
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
5 years ago
mindspore-ci-bot
11f5f88021
!2010 fix operator issues for tuple_to_array and cast
...
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
mindspore-ci-bot
5cd41905c0
!1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
...
Merge pull request !1820 from Xiaoda/the-backward-of-embeddinglookup
5 years ago
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
...
Merge pull request !1932 from jiangzhiwen/dataset/clue
5 years ago
fary86
ffa3352088
Fix partial primitive poly node
5 years ago
jiangzhiwen
e0e167a000
add CLUE dataset
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
...
Fixes # I1KIPC
5 years ago
jonyguo
bb2082daec
fix: MindDataset padded log error
5 years ago
Xiaoda Zhang
20d2012a0e
implementing the backward of embeddinglookup
5 years ago
mindspore-ci-bot
403c30c7da
!1919 change tensor dtype and shape from function to attr
...
Merge pull request !1919 from zhangbuxue/change_tensor_dtype_and_shape_from_function_to_attr
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
mindspore-ci-bot
b285c8fa9d
!1973 develop TensorScatterUpdate op and access ge and vm
...
Merge pull request !1973 from zhangbuxue/develop_TensorScatterUpdate_op_and_access_ge_and_vm
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
mindspore-ci-bot
3536185f5b
!2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
...
Merge pull request !2007 from wangnan39/add_lazy_adam_optim_and_support_sparse_admm_for_cpu_backend
5 years ago
mindspore-ci-bot
a8378a3357
!1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
...
Merge pull request !1924 from liuxiao/ops-for-VM
5 years ago
wangnan39@huawei.com
4042f16ce4
add lazy adam optim and support sparse adam & ftrl for cpu backend
5 years ago
mindspore-ci-bot
11875d8495
!2044 Add_Sparse_GatherV2_distributed_op
...
Merge pull request !2044 from lichen/add_sparse_gatherv2
5 years ago
mindspore-ci-bot
ac5878b4b7
!1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
...
Merge pull request !1939 from lihongkang/lhk_master
5 years ago
mindspore-ci-bot
5c7cb7bd71
!2023 add op CosineEmbeddingLoss
...
Merge pull request !2023 from zhaozhenlong/op/cosine-embedding-loss-open
5 years ago
lichenever
e0e055a0b8
add sparse gatherv2
5 years ago
mindspore-ci-bot
3085e51e45
!1922 check parameter num_samples of sampler
...
Merge pull request !1922 from yanghaitao/yht_check_num_samples_sampler
5 years ago
mindspore-ci-bot
5b0472683c
!1737 sparse feature backpropagation
...
Merge pull request !1737 from lirongzhen1/sparse
5 years ago
lihongkang
bbbd980728
add vm for histogramfixedwidth and dataformatdimmap
5 years ago
mindspore-ci-bot
4df861cb62
!1672 support load full dataset on each device
...
Merge pull request !1672 from yihuaijie/dev
5 years ago
mindspore-ci-bot
1b5d9a1194
!1981 Implemented from_dataset, a way to build a vocab from existing dataset
...
Merge pull request !1981 from ZiruiWu/from_dataset_dev
5 years ago
Zirui Wu
880ce5ea26
implemented from_dataset
...
fix complie error
more tests
address CI complains
fix ci
adress review comments
address review cmts
5 years ago
Alexey Shevlyakov
4e333a2f22
MindData profiler infrastructure
5 years ago
mindspore-ci-bot
0a95223f25
!1910 RandomColorAdjust error for grayscale images
...
Merge pull request !1910 from MahdiRahmaniHanzaki/I1J9SQ-random-color-adjust-bug
5 years ago
yanghaitao
8f16cff12e
add para check for sampler
5 years ago
mindspore-ci-bot
bf172da4c3
!2015 add test case for floatxx / floatxx numpy
...
Merge pull request !2015 from guozhijian/add_test_case_for_floatxx
5 years ago
Kang
3ba2074213
Add MixedPrecisionCast for Dict
5 years ago
zhaozhenlong
19c5921c06
composed op CosineEmbeddingLoss
5 years ago
mindspore-ci-bot
f859dfecc8
!1920 SupportPynativeIndexing
...
Merge pull request !1920 from amongo/SupportPynativeIndexing
5 years ago
mindspore-ci-bot
961af9fed1
!2014 adapt op SparseGatherV2
...
Merge pull request !2014 from zhaozhenlong/op/sparse-gather-v2-vm
5 years ago
Yi Huaijie
e5c351690b
support load full dataset on each device
5 years ago
jonyguo
1de7271afc
add floatxx test case
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
zhaozhenlong
562c2b8d3d
sparse gather v2
5 years ago
mindspore-ci-bot
9dfb1011fe
!1854 add SparseApplyAdam and SparseApplyLazyAdam ops
...
Merge pull request !1854 from wangnan39/add_ops_sparse_adam_and_sparse_lazy_adam
5 years ago
lirongzhen1
516b56cb64
sparse feature bp
5 years ago
wangnan39@huawei.com
de21dbdaef
add ops SparseApplyAdam and SparseApplyLazyAdam
5 years ago
ms_yan
bc22c172b8
add TensorDataset and its ut
5 years ago
mindspore-ci-bot
251a6667a5
!1989 fix MindDataset distribute shuffle error
...
Merge pull request !1989 from guozhijian/fix_distribute_shuffle
5 years ago
mindspore-ci-bot
b3da41bd7a
!1913 CocoDataset implementation
...
Merge pull request !1913 from xiefangqi/xfq_support_coco
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
...
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
liuxiao
cda547e92f
add tbe some ops about optimizer for vm
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
xiefangqi
097cbcc0cb
CocoDataset implementation
5 years ago
jonyguo
96859f44b6
fix: MindDataset distribute shuffle bug
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
Mahdi
ba2e2dced4
fixed some warnings and typos
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
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
lilei
36d9e353a5
add proximal_ada_grad optimizer
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
Wei Luning
ee8420aefa
Make assign operator to use the signature.
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
liuxiao
6856c2ac7a
Adapt ops ApplyProximalAdagrad for GE
5 years ago
wenkai
ab6b6add0b
cpu support summary
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
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
zhaojichen
cdb7ec937b
add inv,invgrad&invert for vm
5 years ago
zhaozhenlong
1f342fb926
add op BroadcastTo
5 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
5 years ago
mindspore-ci-bot
bd34c6ec8b
!1853 Fix initializer
...
Merge pull request !1853 from amongo/FixInitializer
5 years ago
mindspore-ci-bot
1973594bd1
!1774 [MD] minddataset support padding samples
...
Merge pull request !1774 from liyong126/mindrecord_padded_sample
5 years ago
mindspore-ci-bot
b236beae28
!1615 convert constant bool tensor to bool
...
Merge pull request !1615 from amongo/GetBoolValueFromConstantTensor
5 years ago
liyong
feff8899ac
support padding samples
5 years ago
mindspore-ci-bot
5c21616293
!1807 Implemented Ngram TensorOp for dataset
...
Merge pull request !1807 from ZiruiWu/ngram_dev
5 years ago
huangdongrun
9081041199
fix initiliazer
5 years ago
mindspore-ci-bot
769ae609b4
!1808 consistent design for num_samples
...
Merge pull request !1808 from Jamie/numsamples
5 years ago
Zirui Wu
dbf9936ec4
Implemented n-gram for dataset TensorOp
5 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
5 years ago
jinyaohui
5e43edc474
clean pylint
5 years ago
mindspore-ci-bot
97524b9ddd
!1823 support vm for ConfusionMatrix
...
Merge pull request !1823 from jiangjinsheng/vm_ConfusionMatrix
5 years ago
jiangjinsheng
fc4cf5a470
add vm support for ConfusionMatrix
5 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
5 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
5 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
5 years ago
wangnan39@huawei.com
c9b7d95c2c
fix lr check bug in AdamWeightDecayDynamicLR
5 years ago
buxue
94c9019d8e
restricting modify non_Parameter class members
5 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
5 years ago
Xiaoda Zhang
1cfb52bc0e
add the reshape part of the embeddinglookup backward operator
5 years ago
kingfo
9785178b88
add tensor compare & len & constexpr operation
5 years ago
Tinazhang
33fe66fd1e
fix error handling for bigger crop size case
5 years ago
liuwenhao4
ad4996d528
Register forward and backward operations of Ceil
5 years ago
mindspore-ci-bot
80f581fc02
!1713 [Dataset] Clean pylint.
...
Merge pull request !1713 from luoyang/pylint
5 years ago
mindspore-ci-bot
d5f55f0820
!1769 [AutoParallel]GatherV2_support_host_device
...
Merge pull request !1769 from lichen/gatherv2_support_host_and_device
5 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
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
mindspore-ci-bot
e79df7c169
!1697 optimize clip_norm
...
Merge pull request !1697 from chenhaozhe/bert-optimization
5 years ago
chenhaozhe
435fc12e28
optimize clip_norm
5 years ago
Yang
5522edc4b5
!1713 [Dataset] Clean pylint.
5 years ago
lichenever
1437966c98
gatherv2_support_host_and_device
5 years ago