Commit Graph

956 Commits (c94dea6a512eddb6cbe8b591268d82d7b9aa3209)

Author SHA1 Message Date
mindspore-ci-bot e8639ad91e !2347 support multi param for tuple grad
6 years ago
xiefangqi 5703a10b8b fix CocoDataset issue
6 years ago
mindspore-ci-bot bbf69912be !2363 fix TextFildDataset and CLUEDataset does not support to_device
6 years ago
mindspore-ci-bot 634bfd3508 !2259 add Normal op
6 years ago
mindspore-ci-bot d137cefa79 !2372 Cleanup work for BERT special ops
6 years ago
mindspore-ci-bot 2f9c6ec8bc !2337 aware quantization training auto create graph
6 years ago
pkuliuliu acf46bafbb add Normal op
6 years ago
mindspore-ci-bot 9514b52a23 !2147 Add a callback named SummaryCollector and delete SummaryStep callback
6 years ago
panyifeng 3c2057297e support multi param for tuple grad
6 years ago
hesham e981c67acd Python Tokenizer
6 years ago
hesham 674415f7be Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
6 years ago
mindspore-ci-bot bc4b1c2460 !2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
6 years ago
mindspore-ci-bot 7bdcc319b2 !2325 Addressing comments from PR2314
6 years ago
Danish Farid 6442a85b75 comments added, ptrs to consts, UT tests for BBOps
6 years ago
islam_amin edc42c5b85 addressed comments from reviews
6 years ago
nhussain d89101b95f add missing test
6 years ago
chenzomi c268c88220 aware quantization training auto create graph
6 years ago
ougongchang 939cd29d7e Add a callback named SummaryCollector and delete SummaryStep callback
6 years ago
mindspore-ci-bot 21c67eddd5 !1897 save print data to file
6 years ago
yanghaitao 9f336bb735 fix TextFileDataset and CLUEDataset failed with to_device
6 years ago
jinyaohui ac23a179bf save print data to file
6 years ago
mindspore-ci-bot 2d6d3cc86b !2339 support catch IndexError in C++
6 years ago
mindspore-ci-bot 8867c67d61 !1935 Summary callback as collector for summary and lineage
6 years ago
mindspore-ci-bot 9958bc479a !2161 [qat]Export network from quantization aware network to deploy
6 years ago
mindspore-ci-bot 06b511ca94 !2301 add sparse proximal ada grad optimizer
6 years ago
Li Hongzhang 0921c1e538 enhance the SummaryRecord with set_mode and add_value
6 years ago
buxue 2c9ca199ad support catch IndexError in C++
6 years ago
Wei Luning 1d77bf86a9 Exports MindSpore quant predict model to deploy with GEIR
6 years ago
lilei 497067d7b2 add sparse proximal ada grad optimizer
6 years ago
peilinwang 1e36b0649f remove graphengine changes
6 years ago
hesham 11826fb256 DuplicateOp
6 years ago
mindspore-ci-bot 90bb9320aa !2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
6 years ago
mindspore-ci-bot a83baafbf6 !2253 Add ConcatOp to Dataset
6 years ago
mindspore-ci-bot 3784220056 !2317 rework on dataset.text.vocab to support any user special_tokens
6 years ago
nhussain 5515016dba remove graphengine changes
6 years ago
mindspore-ci-bot ffc8a3c362 !2274 add PadEndOp
6 years ago
mindspore-ci-bot e4322baece !2316 [Dataset] Move python tree transformation into cpp pass
6 years ago
islam_amin 0af156d169 added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
6 years ago
xunxue 87aa9c8f7a PadEndOp
6 years ago
Junhan Hu 57f3732ac3 Move python tree transformation into cpp pass.
6 years ago
Zirui Wu b6e9504b31 phase I of Vocab rework
6 years ago
Zirui Wu 8f2674850b address API doc style and content
6 years ago
mindspore-ci-bot c0fe8c0322 !2273 [AutoParallel]update EmbeddingLookUp op
6 years ago
mindspore-ci-bot 5850b99161 !2211 Add TruncatePair Op to dataset
6 years ago
lichenever 563622874a update
6 years ago
mindspore-ci-bot d0c5071cab !1993 [Dataset] Fix codedex.
6 years ago
mindspore-ci-bot 2ecd5bdf25 !2239 [MD] convert csv to mindrecord
6 years ago
mindspore-ci-bot d9b8da14e2 !2275 [Auto parallel] Changing bprob of EmbeddingLookup
6 years ago
mindspore-ci-bot 9b90d89f6b !2276 fix eliminate get ref parameter
6 years ago
fary86 15b3fba0ef Fix eliminate get ref parameter
6 years ago
Xiaoda Zhang 69574f3823 fix the bprob error of embeddinglookup
6 years ago
mindspore-ci-bot 3559cb5ccd !2252 dataset: repair bug in config load
6 years ago
mindspore-ci-bot 60f4795f40 !2220 fix binary dump and add test case
6 years ago
ms_yan 8d1dae46ac Throw error when load config failed
6 years ago
liyong 7369950a93 convert csv to mindrecord
6 years ago
mindspore-ci-bot 0c3d96a98b !2236 Refactor the callback module in an encapsulated way
6 years ago
hesham b9495a9ccc Truncate Pair
6 years ago
mindspore-ci-bot 9ba6f61d01 !2148 fix hook and bprop debug issue in pynative
6 years ago
mindspore-ci-bot 4e3b3711be !2199 Fix the condition when activation name is 0
6 years ago
leopz a67132f6b7 fix shape and add testcase
6 years ago
mindspore-ci-bot f513bb8f83 !2163 [Auto parallel] Move 'EmbeddingLookup' to internal
6 years ago
kingfo 358982a98f fix hook and bprop debug issue
6 years ago
simson ca988e9e69 fix the condition when activation name is 0
6 years ago
mindspore-ci-bot ea829e89c3 !2198 Add MaskOp to dataset
6 years ago
mindspore-ci-bot 808380a9f9 !2142 Cleanup dataset UT: refactor visualize()
6 years ago
ms_yan fdafc690f8 repair problem in NumpySlicesDataset
6 years ago
mindspore-ci-bot 2865436fee !2092 Tokenizers
6 years ago
Tinazhang 169eaf73c7 reorganize util function visualize()
6 years ago
panfengfeng c745b6bd9d 回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
6 years ago
mindspore-ci-bot 11a256536d !2189 dataset: repair some bug in NumpySlicesDataset
6 years ago
Li Hongzhang ecc459158e callback module in encapsulated
6 years ago
mindspore-ci-bot b9ad407dc2 !2204 add check for tensor slice before convert to ops
6 years ago
mindspore-ci-bot cef901fe0d !2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
6 years ago
Yang dee8471d23 !1993 [Dataset] Fix codedex.
6 years ago
qianlong 4f16f036be Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
6 years ago
buxue 61857b69ed add check for tensor slice before convert to ops
6 years ago
Xiaoda Zhang 55e7d9d2b8 move embeddinglookup to the internal
6 years ago
李鸿章 ee438aaf4a callback as context manager
6 years ago
ms_yan d162a7a5ab repair problem in NumpySlicesDataset
6 years ago
liuxiao df63a3195d fix input value check for SparseApplyFtrl and SparseApplyAdagrad
6 years ago
hesham f2462bb00d Mask Op
6 years ago
mindspore-ci-bot bb622877e8 !2167 Add a callback module to avoid the size of the callback.py file too large
6 years ago
mindspore-ci-bot ca94916ef9 !2184 CocoDataset add category_id check
6 years ago
ougongchang 1ffa37ffbc Add a callback module to avoid the size of the callback.py file to large
6 years ago
mindspore-ci-bot 4291ea82cf !2024 Add MixedPrecisionCast for Dict
6 years ago
mindspore-ci-bot 625f2421b5 !1977 random walk in gnn node2vec
6 years ago
mindspore-ci-bot 3adbde56b2 !2162 SliceOp
6 years ago
mindspore-ci-bot 898b2fdecd !2187 Fix comment display issues in BuildVocabDataset
6 years ago
Zirui Wu 2794883644 fix selected minor issues
6 years ago
mindspore-ci-bot 3ccbafe71d !2062 [MD] add splitOP in minddataset
6 years ago
mindspore-ci-bot 0b7d4855dd !2168 Chage combined quant to nn.quant
6 years ago
xiefangqi aab190fcdb CocoDataset add category_id validation
6 years ago
chenzomi 4878616e43 change combined to nn
6 years ago
liyong d4f8f57c7e add split in minddataset
6 years ago
mindspore-ci-bot 6089d58d8d !2171 ssim input shape h and w should be greater than or equal to filter_size
6 years ago
mindspore-ci-bot 6ff3a6dcff !2175 move AscendQuant and AscendDequant to inner_ops.py
6 years ago
zhaozhenlong ea681bfb0f fix ssim filter size check
6 years ago
zhaozhenlong dbfb4f057c move AscendQuant AscendDequant to inner_ops.py
6 years ago
liuxiao aa73abc2f7 Add image.CentralCrop
6 years ago
mindspore-ci-bot 2d84011504 !2071 optimizer support loss scale for sparse situation
6 years ago
mindspore-ci-bot 2fa2f86619 !2135 add tfrecord to mindrecord tool
6 years ago
hesham e2012a1de9 Slice Op
6 years ago
jonyguo 3353a20d8b add tool: tfrecord to mindrecord
6 years ago
mindspore-ci-bot 71d27c6854 !2068 Add InplaceAddD and InplaceSubD vm ops
6 years ago
mindspore-ci-bot 105dcb1c1e !2128 hidden range
6 years ago
mindspore-ci-bot ea96cbcef2 !1979 fix partial primitive poly node
6 years ago
liuwenhao4 be40a90ec6 add InplaceAddD and InplaceSubD vm ops
6 years ago
jiangjinsheng 032e921298 hidden range
6 years ago
mindspore-ci-bot dceb3c2be4 !2026 Change C++ behavior in RandomCropAndResize
6 years ago
Mahdi add29f95f5 resolved issues in the comments
6 years ago
mindspore-ci-bot 2cab44a637 !2028 FillOp for BERT
6 years ago
nhussain dd9bf09f0a added FillOp for #119 - special Ops
6 years ago
Peilin Wang 848e07d022 initial commit, start of BucketBatchByLengthOp
6 years ago
wangnan39@huawei.com d4e3d69f37 support loss scale for sparse situation
6 years ago
mindspore-ci-bot 7b6f13886f !1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
6 years ago
Jonathan Yan 87d2c27c7f random walk v1
6 years ago
mindspore-ci-bot 842f8231ba !2100 add op quant and dequant
6 years ago
zhaozhenlong ccda0f7b36 add op AscendQuant AscendDequant
6 years ago
mindspore-ci-bot 11f5f88021 !2010 fix operator issues for tuple_to_array and cast
6 years ago
kingfo 9708e58259 fix TupleToArray & Cast operator issue
6 years ago
mindspore-ci-bot 5cd41905c0 !1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
6 years ago
mindspore-ci-bot a8cf83acf2 !1932 Add CLUE dataset
6 years ago
fary86 ffa3352088 Fix partial primitive poly node
6 years ago
jiangzhiwen e0e167a000 add CLUE dataset
6 years ago
zhouneng 51fe3501a4 add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
6 years ago
hesham a22763b612 Bug in CIFAR after removing GetMutabble buffer
6 years ago
jonyguo bb2082daec fix: MindDataset padded log error
6 years ago
Xiaoda Zhang 20d2012a0e implementing the backward of embeddinglookup
6 years ago
mindspore-ci-bot 403c30c7da !1919 change tensor dtype and shape from function to attr
6 years ago
buxue 66bbdb4a31 change tensor dtype and shape from function to attr
6 years ago
mindspore-ci-bot b285c8fa9d !1973 develop TensorScatterUpdate op and access ge and vm
6 years ago
buxue 8aee6b07d6 develop TensorScatterUpdate op and access ge and vm
6 years ago
mindspore-ci-bot 3536185f5b !2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
6 years ago
mindspore-ci-bot a8378a3357 !1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
6 years ago
wangnan39@huawei.com 4042f16ce4 add lazy adam optim and support sparse adam & ftrl for cpu backend
6 years ago
mindspore-ci-bot 11875d8495 !2044 Add_Sparse_GatherV2_distributed_op
6 years ago
mindspore-ci-bot ac5878b4b7 !1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
6 years ago
mindspore-ci-bot 5c7cb7bd71 !2023 add op CosineEmbeddingLoss
6 years ago
lichenever e0e055a0b8 add sparse gatherv2
6 years ago
mindspore-ci-bot 3085e51e45 !1922 check parameter num_samples of sampler
6 years ago
mindspore-ci-bot 5b0472683c !1737 sparse feature backpropagation
6 years ago
lihongkang bbbd980728 add vm for histogramfixedwidth and dataformatdimmap
6 years ago
mindspore-ci-bot 4df861cb62 !1672 support load full dataset on each device
6 years ago
mindspore-ci-bot 1b5d9a1194 !1981 Implemented from_dataset, a way to build a vocab from existing dataset
6 years ago
Zirui Wu 880ce5ea26 implemented from_dataset
6 years ago
Alexey Shevlyakov 4e333a2f22 MindData profiler infrastructure
6 years ago
mindspore-ci-bot 0a95223f25 !1910 RandomColorAdjust error for grayscale images
6 years ago
yanghaitao 8f16cff12e add para check for sampler
6 years ago
mindspore-ci-bot bf172da4c3 !2015 add test case for floatxx / floatxx numpy
6 years ago
Kang 3ba2074213 Add MixedPrecisionCast for Dict
6 years ago