Commit Graph

398 Commits (f4b256d470ee040895ef334100b158c3ad4eeac1)

Author SHA1 Message Date
dengyutao 388e43f7cb delete parameter block_reader for MindDataset
5 years ago
anthonyaje a7eaf2736a First drop of MapOp refactor to support device augment.
5 years ago
YangLuo ae99a3a3e4 C++ API support for TakeDatasetOp and VOCDatasetOp
5 years ago
mindspore-ci-bot b6c7273bb6 !3551 [MD] Fix Broken C++ Only Build
5 years ago
nhussain b65125b0a1 add more ifdef and include statments for pybind
5 years ago
mindspore-ci-bot ee67f70b73 !3449 Cifar100 for C API
5 years ago
Mahdi 92568248c9 Added Cifar100 for C API
5 years ago
mindspore-ci-bot 84c8b85ddc !3452 [MD] Gets rid of uncessary print calls
5 years ago
mindspore-ci-bot 9c06a564d1 !2983 Dataset Tensor class cleanup
5 years ago
Eric 465a69a70a Added crop signature, wip
5 years ago
hesham adfbc891d3 - Add checks and testing for empty tensors
5 years ago
nhussain a306264030 remove print calls
5 years ago
Mahdi 2b71cbf1bd Added RenameOp
5 years ago
Cathy Wong 8921a6099c C++ API Support for Skip Dataset Op and UTs
5 years ago
mindspore-ci-bot 568e75fdd3 !3256 Zip C API
5 years ago
Mahdi 91b4d90716 Added ZipOp
5 years ago
mindspore-ci-bot bfc18704d5 !3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
5 years ago
nhussain b064cbab5d fix upper bound
5 years ago
jiangzhiwen 2f506b7985 CSV dataset loader
5 years ago
xulei2020 18b519ae0f add sentence piece
5 years ago
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch
5 years ago
YangLuo 4136892a3e add SlidingWindow Op
5 years ago
mindspore-ci-bot ba0143402c !3067 Cleanup dataset UT: Remove unneeded tf data files and tests
5 years ago
Cathy Wong ae1ed327ba Cleanup dataset UT: Remove unneeded data files and tests
5 years ago
liubuyu 43c79eb853 mindspore path adjust
5 years ago
Alexey Shevlyakov b930162e79 Decode + RandomCropAndResize = RandomCropDecodeResize
5 years ago
Jesse Lee 7c1bc5192b Initial Drop of CacheOp Phase I
5 years ago
mindspore-ci-bot 65c6e54e2e !2773 Adding cpp_api
5 years ago
mindspore-ci-bot 6284c42a76 !2941 MD tokenizer support output offsets
5 years ago
xiefangqi 47060631e5 add offsets feature to tokenizer
5 years ago
ervinzhang bd5a777f81 introducing new C++ API
5 years ago
heleiwang 7a046a1d70 support get_edge_feature
5 years ago
mindspore-ci-bot 2c3c204b14 !2982 supporting cpp unit tests for randomresizewithbbox and resizewithbbox
5 years ago
mindspore-ci-bot 02e797d130 !2947 CPP UTs for 3 BBoxAugOps + Fix to image_util.cc
5 years ago
avakh b2bfb0342b supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op.
5 years ago
Danish Farid 506f8f134e fix, cpp ut's
5 years ago
mindspore-ci-bot 5355deca04 !2946 Added empty tensor support
5 years ago
mindspore-ci-bot 3cc9217f06 !2926 [Dataset C++ UT] Implement C++ UTs for RandomHorizontalFlipWithBBox and BoundingBoxAugment
5 years ago
Eric 79445012bd Tensor ut works
5 years ago
mindspore-ci-bot 915ddd25dd !2892 gnn random walk pr 1977 comment follow up
5 years ago
islam_amin 284cc910d5 C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment
5 years ago
tony_liu2 14899a1410 fix gnn random walk pr 1977 comments
5 years ago
mindspore-ci-bot 9ba937b1af !2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
5 years ago
mindspore-ci-bot 6d946b6a19 !2890 Fix for Alexey's testcase
5 years ago
Danish Farid 78c370f72a First Commit - New Infrastructure - Python UT tests + Common Aug Files
5 years ago
Jesse Lee e0ef91a676 Fix Queue::Reset
5 years ago
ale 383564c417 fix perf_data test
5 years ago
mindspore-ci-bot 709dfd7e81 !2738 [Dataset C++ UT] Implement C++ UT common class for object detection tests.
5 years ago
islam_amin 593ee1eb34 C++ UT common files for object detection tests
5 years ago
Eric 88bb65768e Clean up part 1
5 years ago
Alexey Shevlyakov 71cede8173 remove de_error.h
5 years ago
mindspore-ci-bot 9b4399480a !2321 Connector throughput performance metric
5 years ago
jonyguo 41d16a3c77 enhance: 1. fix api comment, 2. del dead code
5 years ago
Alexey Shevlyakov 698abf75fc Connector throughput + PerfData + CyclicArray
5 years ago
Jesse Lee 81bf4bde1d AutoIndexObj primary should start with 0
5 years ago
Jamie Nisbet c22eac743d subtree creation in python apis
5 years ago
mindspore-ci-bot d9b1825552 !2374 C++ UT for CutOut and Pad
5 years ago
ms_yan e829535a86 change GetTensor into GetRow to avoid NullPtr
5 years ago
heleiwang 0d52888fc5 fix misspell and check parameters
5 years ago
Mahdi bca037e1be added cpp test cases for pad and cut out
5 years ago
ms_yan cf82aa9035 init remove storage op in c++
5 years ago
hesham 11826fb256 DuplicateOp
5 years ago
nhussain 5515016dba remove graphengine changes
5 years ago
mindspore-ci-bot ffc8a3c362 !2274 add PadEndOp
5 years ago
mindspore-ci-bot e4322baece !2316 [Dataset] Move python tree transformation into cpp pass
5 years ago
xunxue 87aa9c8f7a PadEndOp
5 years ago
Junhan Hu 57f3732ac3 Move python tree transformation into cpp pass.
5 years ago
mindspore-ci-bot 5850b99161 !2211 Add TruncatePair Op to dataset
5 years ago
hesham b9495a9ccc Truncate Pair
5 years ago
mindspore-ci-bot a4048e192c !2256 Rename Sampler::Reset() to Sampler::ResetSampler()
5 years ago
mindspore-ci-bot ea829e89c3 !2198 Add MaskOp to dataset
5 years ago
Jesse Lee dcfdff6021 Rename Sampler Reset
5 years ago
qianlong 4f16f036be Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
5 years ago
hesham f2462bb00d Mask Op
5 years ago
mindspore-ci-bot 625f2421b5 !1977 random walk in gnn node2vec
5 years ago
mindspore-ci-bot a1f194c971 !2188 Remove B+ tree deadcode and add an additional output to Search function
5 years ago
Jesse Lee 287ca71260 Remove dead code
5 years ago
hesham e2012a1de9 Slice Op
5 years ago
mindspore-ci-bot dceb3c2be4 !2026 Change C++ behavior in RandomCropAndResize
5 years ago
Mahdi add29f95f5 resolved issues in the comments
5 years ago
mindspore-ci-bot 2cab44a637 !2028 FillOp for BERT
5 years ago
nhussain dd9bf09f0a added FillOp for #119 - special Ops
5 years ago
Jonathan Yan 87d2c27c7f random walk v1
5 years ago
mindspore-ci-bot a8cf83acf2 !1932 Add CLUE dataset
5 years ago
jiangzhiwen e0e167a000 add CLUE dataset
5 years ago
mindspore-ci-bot c661087b99 !2029 Create TensorRow class that supports a row id
5 years ago
Lixia Chen 6ae88c3987 Create TensorRow class that supports a row id.
5 years ago
hesham 0c5e47111b - Move MutableBuffer to be protected
5 years ago
mindspore-ci-bot beefb20c01 !1983 Remove inheritance of Sampler from DatasetOp
5 years ago
mindspore-ci-bot b3da41bd7a !1913 CocoDataset implementation
5 years ago
xiefangqi 097cbcc0cb CocoDataset implementation
5 years ago
Jesse Lee 255adf7c6e Remove inheritance of Sampler from DatasetOp
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
5 years ago
mindspore-ci-bot 5eb95599f6 !1874 Updates to string tensor
5 years ago
hesham f837ddc956 - Bug when empty strings sent to Python
5 years ago
Jamie Nisbet 51bc0c0460 consistent design for num_samples
5 years ago
Jesse Lee 3b80c10b1e Fix some timing hole in these two testcases
5 years ago
mindspore-ci-bot e311473401 !1453 Raise mse threshold in RandomCropDecodeResizeOp
5 years ago
Jesse Lee a8fa847556 Allow join_all to be blocking
5 years ago
Alexey Shevlyakov 7a807cbff9 fix ut
5 years ago
Jesse Lee 641112a40c Initial Drop
5 years ago
mindspore-ci-bot 964a757db2 !1378 Just want to debug this case in Jenkin environment
5 years ago
Jesse Lee 06ae724261 Again
5 years ago
mindspore-ci-bot 458436186c !1365 Clean up work for text python sub-package
5 years ago
mindspore-ci-bot 6f733ec113 !1308 Stage 2 of adding support for string Tensor
5 years ago
hesham 6c21e556c4 Clean up work for text python package
5 years ago
heleiwang 599a449e0b Support processing GNN data
5 years ago
hesham df361d1d26 Change mem layout of string tensor
5 years ago
mindspore-ci-bot 2e3d55ed87 !1281 Implementation of SplitOp
5 years ago
Peilin Wang 71e8bb1960 general split case done, chaining sampler (basic case) is working
5 years ago
qianlong 451c20a6f5 Add UnicodeCharTokenizer for nlp
5 years ago
xulei2020 163b6b7ea7 add jieba c++ code
5 years ago
hesham e8ca243364 -Add DE_STRING
5 years ago
mindspore-ci-bot c680cfbf27 !1157 dataset: add concat operation for dataset
5 years ago
mindspore-ci-bot ab031ee9ea !1126 VOCDataset support object detection function
5 years ago
xiefangqi c937bad53f minddata support voc
5 years ago
ms_yan c0fa7b4b19 init commit of concat dataset
5 years ago
mindspore-ci-bot 9e116e15fb !1139 Change Thread::Join to async call with time out
5 years ago
mindspore-ci-bot 1a052f7155 !1131 [Data]fix cmake build format
5 years ago
Jesse Lee f2be49d85e Fix a racing condition
5 years ago
xulei2020 903b64daa2 fix cmake build format
5 years ago
liyong aa3f89e74f mindrecord support read file list
5 years ago
Jesse Lee 3c643e7298 Move from dataset_dev branch to here
5 years ago
Zirui Wu c2d364a573 batch with padding implemented
5 years ago
xiefangqi 9a2daae84c del unused change_mode_op
5 years ago
mindspore-ci-bot 2303453753 !869 Random data op
5 years ago
Jesse Lee 270bf831a9 Random Data Op
5 years ago
mindspore-ci-bot 98939d839c !856 Fix skip op bug
5 years ago
jiangzhiwen 34bfa2f7c9 fix skip
5 years ago
Jesse Lee 332398d20a Check return code from WaitPost::Register
5 years ago
mindspore-ci-bot 6369cf27bd !406 added first row crc check for when reading tfrecord files
5 years ago
xulei2020 c705ea5e5b add filterOp code
5 years ago
Peilin Wang 9bc2134cb7 added checking of first row crc to find invalid tfrecord files
5 years ago
mindspore-ci-bot d8176a77f4 !425 New api "TextFileDataset"
5 years ago
ms_yan c5cfb09e66 Repair some MS_LOG problem
5 years ago
yanghaitao 2795e492ff TextFileDataset
5 years ago
ms_yan f0c07c3fa6 Realize take op and add ut
5 years ago
jzw 3f7054dccb add skip dataset op
5 years ago
mindspore-ci-bot cf026096a6 !183 Mindspore.dataset CPP sampler for GeneratorDataset
5 years ago
Junhan Hu 9739d3b048 Add CPP sampler support for GeneratorDataset
5 years ago
hesham 0fc23eee0f Support nested repeat
5 years ago
mindspore-ci-bot cc75cb357c !168 remove mindspore::make_unique and make_unique.h
5 years ago
jonyguo 20d1b64443 fix: error info is not exactly when column list invalid
5 years ago
Jonathan Yan 9d0fde29f4 remove ENABLE_MINDRECORD flag
5 years ago
Alexey Shevlyakov 84d780c1a4 remove make_unique.h
5 years ago
Alexey Shevlyakov d37b8c4f2d fix RandomCropDecodeResize test
5 years ago
Jonathan Yan 080bcda021 Replace std::cout with MS_LOG in dataset unit test
5 years ago
zhunaipan 930a1fb0a8 initial version
5 years ago