mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
...
Merge pull request !2211 from h.farahat/pair_truncate
2020-06-18 20:58:40 +08:00
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
...
Merge pull request !1993 from luoyang/pylint
2020-06-18 18:59:31 +08:00
ms_yan
8d1dae46ac
Throw error when load config failed
2020-06-18 13:47:32 +08:00
hesham
b9495a9ccc
Truncate Pair
2020-06-17 23:11:27 -04:00
mindspore-ci-bot
ea829e89c3
!2198 Add MaskOp to dataset
...
Merge pull request !2198 from h.farahat/mask_op
2020-06-18 02:50:16 +08:00
mindspore-ci-bot
808380a9f9
!2142 Cleanup dataset UT: refactor visualize()
...
Merge pull request !2142 from Tinazhang/reorg-visualize
2020-06-18 01:30:36 +08:00
ms_yan
fdafc690f8
repair problem in NumpySlicesDataset
2020-06-17 21:49:02 +08:00
Tinazhang
169eaf73c7
reorganize util function visualize()
2020-06-17 09:30:05 -04:00
Yang
dee8471d23
!1993 [Dataset] Fix codedex.
2020-06-17 16:25:38 +08:00
qianlong
4f16f036be
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
...
add CaseFold, NormalizeUTF8
add RegexReplace
add RegexTokenizer
add BasicTokenizer
add WordpieceTokenizer
add BertTokenizer
2020-06-17 15:47:04 +08:00
hesham
f2462bb00d
Mask Op
2020-06-16 23:51:46 -04:00
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
...
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
2020-06-17 10:06:41 +08:00
mindspore-ci-bot
625f2421b5
!1977 random walk in gnn node2vec
...
Merge pull request !1977 from JonathanY/randomwalk
2020-06-17 03:22:21 +08:00
mindspore-ci-bot
3adbde56b2
!2162 SliceOp
...
Merge pull request !2162 from h.farahat/slice_op
2020-06-17 01:22:47 +08:00
mindspore-ci-bot
898b2fdecd
!2187 Fix comment display issues in BuildVocabDataset
...
Merge pull request !2187 from ZiruiWu/vocab_rework
2020-06-17 00:51:37 +08:00
Zirui Wu
2794883644
fix selected minor issues
...
fix review comments
2020-06-16 11:07:49 -04:00
xiefangqi
aab190fcdb
CocoDataset add category_id validation
2020-06-16 21:37:22 +08:00
liyong
d4f8f57c7e
add split in minddataset
2020-06-16 19:50:41 +08:00
hesham
e2012a1de9
Slice Op
2020-06-16 02:32:40 -04:00
mindspore-ci-bot
dceb3c2be4
!2026 Change C++ behavior in RandomCropAndResize
...
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
2020-06-16 05:27:36 +08:00
Mahdi
add29f95f5
resolved issues in the comments
2020-06-15 16:45:18 -04:00
mindspore-ci-bot
2cab44a637
!2028 FillOp for BERT
...
Merge pull request !2028 from nhussain/fillOp_learning
2020-06-16 02:45:45 +08:00
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
2020-06-15 11:30:43 -04:00
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
2020-06-15 10:20:01 -04:00
Jonathan Yan
87d2c27c7f
random walk v1
2020-06-15 08:54:10 -04:00
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
...
Merge pull request !1932 from jiangzhiwen/dataset/clue
2020-06-15 11:48:35 +08:00
jiangzhiwen
e0e167a000
add CLUE dataset
2020-06-15 10:40:46 +08:00
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
...
Fixes # I1KIPC
2020-06-14 13:27:17 -04:00
jonyguo
bb2082daec
fix: MindDataset padded log error
2020-06-13 19:46:24 +08:00
mindspore-ci-bot
3085e51e45
!1922 check parameter num_samples of sampler
...
Merge pull request !1922 from yanghaitao/yht_check_num_samples_sampler
2020-06-12 10:22:14 +08:00
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
2020-06-12 08:08:19 +08:00
Zirui Wu
880ce5ea26
implemented from_dataset
...
fix complie error
more tests
address CI complains
fix ci
adress review comments
address review cmts
2020-06-11 16:20:19 -04:00
Alexey Shevlyakov
4e333a2f22
MindData profiler infrastructure
2020-06-11 14:52:36 -04:00
mindspore-ci-bot
0a95223f25
!1910 RandomColorAdjust error for grayscale images
...
Merge pull request !1910 from MahdiRahmaniHanzaki/I1J9SQ-random-color-adjust-bug
2020-06-11 23:15:19 +08:00
yanghaitao
8f16cff12e
add para check for sampler
2020-06-11 22:26:06 +08:00
jonyguo
1de7271afc
add floatxx test case
2020-06-11 19:26:54 +08:00
ms_yan
bc22c172b8
add TensorDataset and its ut
2020-06-11 15:24:12 +08:00
mindspore-ci-bot
251a6667a5
!1989 fix MindDataset distribute shuffle error
...
Merge pull request !1989 from guozhijian/fix_distribute_shuffle
2020-06-11 14:51:17 +08:00
mindspore-ci-bot
b3da41bd7a
!1913 CocoDataset implementation
...
Merge pull request !1913 from xiefangqi/xfq_support_coco
2020-06-11 14:37:44 +08:00
xiefangqi
097cbcc0cb
CocoDataset implementation
2020-06-11 11:52:17 +08:00
jonyguo
96859f44b6
fix: MindDataset distribute shuffle bug
2020-06-11 11:06:34 +08:00
Mahdi
ba2e2dced4
fixed some warnings and typos
2020-06-10 17:18:56 -04:00
Tinazhang
2812cd57db
fix pylint error
2020-06-10 15:55:11 -04:00
mindspore-ci-bot
fe0c3e9a8f
!1908 Add UT to six data vision transforms ops
...
Merge pull request !1908 from Tinazhang/ut-normalize
2020-06-11 00:43:57 +08:00
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
2020-06-10 15:52:26 +08:00
mindspore-ci-bot
5eb95599f6
!1874 Updates to string tensor
...
Merge pull request !1874 from h.farahat/string_tensor_updates
2020-06-10 00:59:17 +08:00
Tinazhang
c3de5c7a54
adding new TCs to six ops and skip md5 case in RandomPerspective
2020-06-09 10:51:45 -04:00
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
2020-06-09 10:34:38 -04:00
liyong
feff8899ac
support padding samples
2020-06-05 09:14:42 +08:00
mindspore-ci-bot
5c21616293
!1807 Implemented Ngram TensorOp for dataset
...
Merge pull request !1807 from ZiruiWu/ngram_dev
2020-06-05 01:04:27 +08:00