heleiwang
f28f883cac
fix comments error and modify parameter check
5 years ago
mindspore-ci-bot
41456ac824
!1369 dataset: delete StorageDataset
Merge pull request !1369 from ms_yan/del_storage
5 years ago
mindspore-ci-bot
458436186c
!1365 Clean up work for text python sub-package
Merge pull request !1365 from h.farahat/text_namespace
5 years ago
ms_yan
d5e896b51c
delete storageDataset Op API and its test case
5 years ago
mindspore-ci-bot
6f733ec113
!1308 Stage 2 of adding support for string Tensor
Merge pull request !1308 from h.farahat/string_tensor2
5 years ago
hesham
6c21e556c4
Clean up work for text python package
5 years ago
heleiwang
599a449e0b
Support processing GNN data
6 years ago
hesham
df361d1d26
Change mem layout of string tensor
add support for MindRecord and TFRecord
----
optimize tensorshape
optimize tensorshape and FlatIndex
TFRecord and MindRecord support for string tensor
Modify mem layout
Add new constructor
Add method Allocate
Change some GetMutableBuffer usages to AllocateBuffer
6 years ago
mindspore-ci-bot
2e3d55ed87
!1281 Implementation of SplitOp
Merge pull request !1281 from Peilin/splitOp
5 years ago
Peilin Wang
71e8bb1960
general split case done, chaining sampler (basic case) is working
implementation 99% complete
everything and tested except for repeatable shuffling
tested most basic/typical split usecases
cleanup
some more cleanup
fix CI
more ci fix
more ci fixes
more ci fix
more ci fix
more ci fix
added more tests, fixed some bugs
some more clean up and test cases
added shard/shuffle before split warning/error
addressed code review comments and ci
fixed ci
6 years ago
mindspore-ci-bot
ba01949d8f
!1306 Adding warning to sync_wait usage
Merge pull request !1306 from EricZ/master
5 years ago
qianlong
451c20a6f5
Add UnicodeCharTokenizer for nlp
6 years ago
eric
2383ef04de
Added warning message
6 years ago
ms_yan
33f3aee9da
repair format problem in concat op
6 years ago
jiangzhiwen
cb2814b498
flat_map first commit
6 years ago
mindspore-ci-bot
c680cfbf27
!1157 dataset: add concat operation for dataset
Merge pull request !1157 from ms_yan/concat_dataset
6 years ago
mindspore-ci-bot
ab031ee9ea
!1126 VOCDataset support object detection function
Merge pull request !1126 from xiefangqi/voc_support_detection
6 years ago
xiefangqi
c937bad53f
minddata support voc
6 years ago
ms_yan
c0fa7b4b19
init commit of concat dataset
change to use __add__ operation instead ds.concat
6 years ago
jonyguo
be2e7531ca
fix: MindDataset parameter shard_id & num_shards check
6 years ago
mindspore-ci-bot
d9b8e09baf
!1123 To fix GeneratorDataset numpy copy problem
Merge pull request !1123 from pengyanjun/generator_dataset_np_copy_problem
6 years ago
Yanjun Peng
4bf016e67f
fix generator dataset np copy problem
6 years ago
liyong
aa3f89e74f
mindrecord support read file list
6 years ago
mindspore-ci-bot
6c79c00a3f
!979 dataset: repair parameter check in rename Op
Merge pull request !979 from ms_yan/rename_columns
6 years ago
Zirui Wu
c2d364a573
batch with padding implemented
support for 1 specific dimension to be None, added validator
fix various CI complains
another round of CI fixes
ci
refactor parts of the code
code refactor
ci fix
comments added, fix bugs
address review comments
address review comments
review cmts
added simple perf test script
update pad code
perf imprv
6 years ago
mindspore-ci-bot
16930c562d
!969 [MD] fix bug in pk sampler of minddataset
Merge pull request !969 from liyong126/fix_mindrecord_pk_sampler
6 years ago
ms_yan
d95a2e9ccf
repair num of input columns and output columns check
6 years ago
liyong
b520ca9087
fix pk sampler in mindrecord
6 years ago
panfengfeng
ee3be6823f
code format opt
6 years ago
yanghaitao
1e98fa35b8
Terminate python sub-process
6 years ago
panfengfeng
36a935f701
fix dataset format
6 years ago
panfengfeng
5e7cef7e3d
fix generatordataset check shuffle parameter
6 years ago
mindspore-ci-bot
a606c2e4da
!872 [Dataset] Add schema support for GeneratorDataset
Merge pull request !872 from JunhanHu/generator_schema
6 years ago
mindspore-ci-bot
2303453753
!869 Random data op
Merge pull request !869 from JesseKLee/random_data_op
6 years ago
Junhan Hu
c5a8ffe4f4
Add schema support for GeneratorDataset
6 years ago
cathwong
1db48ba835
update mindspore/dataset/engine/datasets.py. Fix typo.
6 years ago
Jesse Lee
270bf831a9
Random Data Op
6 years ago
ervinzhang
d853f94e2d
fix docstring
6 years ago
xiefangqi
e31db0e1f7
minddata fix gpu issue
6 years ago
yanghaitao
203b05d458
num_shards and sampler is not supported if source does not have __getitem__
6 years ago
Junhan Hu
1e904ddcee
Fix CI warning of samplers.py
6 years ago
mindspore-ci-bot
b37db1edf5
!603 [MD] update pk sampler in minddataset
Merge pull request !603 from liyong126/update_pk_sampler
6 years ago
mindspore-ci-bot
f82e63fecc
!671 Added testcase for sync_wait
Merge pull request !671 from EricZ/master
6 years ago
mindspore-ci-bot
0e3054d527
!466 Deepcopy problem when pyfunc cannot be pickled
Merge pull request !466 from h.farahat/deepcopy
6 years ago
liyong
bfba630aa2
update pK_sampler
6 years ago
mindspore-ci-bot
31a1f9dac1
!739 Check python_multiprocess type for map
Merge pull request !739 from yanghaitao/yht_map_python_multiprocessing_check
6 years ago
xiefangqi
3bacea7bba
fix gpu hung problem
6 years ago
yanghaitao
c87e174661
checkout python_multiprocess type for map
6 years ago
yanghaitao
60f2663326
Check TfFileDataset num_shards and shard_id
6 years ago
eric
2d115cd04e
Added example for multiple iterator
Added new testcase for multi iterator
Addressing review
Fixed typo
6 years ago