Zirui Wu
3b42c360b6
set dataset_size in generator when source has len
5 years ago
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
5 years ago
mindspore-ci-bot
3cb531435e
!2753 Fix vocdataset/cocodataset docstring problem
Merge pull request !2753 from xiefangqi/xfq_fix_docstring
5 years ago
xiefangqi
741154b9b9
fix voc/coco docstring problem
5 years ago
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
Merge pull request !2737 from Peilin/zero-input-bucket-check
5 years ago
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
5 years ago
Eric
88bb65768e
Clean up part 1
Removed extra fields in schema
Fixed test cases
Fixing CI
5 years ago
mindspore-ci-bot
5b8957a884
!2717 dataset: some parameter check for NumpySlices and num_sharads
Merge pull request !2717 from ms_yan/check_param
5 years ago
ms_yan
7fa0d9e7e4
add paramter check for numpyslices and num_shards
5 years ago
qianlong
94581f1c43
del JiebaMode and NormalizeForm from python api doc
5 years ago
mindspore-ci-bot
e4451a1a49
!2464 [Dataset] code review & add citation
Merge pull request !2464 from luoyang/pylint
5 years ago
mindspore-ci-bot
32a2d5d21c
!2629 get monitor sampling interval from json file
Merge pull request !2629 from yanghaitao/yht_sampling_interval
5 years ago
YangLuo
36d1613f9a
!2464 [Dataset] code review & add citation
5 years ago
liyong
68e2097897
fix split erroer message
5 years ago
yanghaitao
fd701b8504
set monitor sampling interval through json file
5 years ago
yanghaitao
5a886794da
Merge branch 'master' of gitee.com:mindspore/mindspore
5 years ago
yanghaitao
7f54d17be9
set monitor sampling interval through json file
5 years ago
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
5 years ago
mindspore-ci-bot
b0a10c26a4
!2532 adding random-resize-with-bbox-op and resize-with-bbox-op
Merge pull request !2532 from ava/NNNewMaster
5 years ago
avakh
587e260236
addressing comments
5 years ago
Jamie Nisbet
c22eac743d
subtree creation in python apis
updates
fix
fix cpplint
fix
5 years ago
mindspore-ci-bot
57b17e634f
!2534 Improving Slice docstring
Merge pull request !2534 from h.farahat/slice_api
5 years ago
hesham
c6c6fbed38
Slice docstring changes
5 years ago
heleiwang
0d52888fc5
fix misspell and check parameters
5 years ago
mindspore-ci-bot
55d5ded228
!2306 [Dataset] Code review & improve quality
Merge pull request !2306 from luoyang/pylint
5 years ago
YangLuo
4e3bfcf4c9
!2306 [Dataset] Code review & improve quality
5 years ago
qianlong
d9f4549d13
add comment for dataset.text
5 years ago
mindspore-ci-bot
a9c309da4c
!2404 [Dataset]rename input variable name to children and output variable to parent
Merge pull request !2404 from xulei/input_output
5 years ago
mindspore-ci-bot
1ea38eb60c
!2375 Add Python Tokenizer
Merge pull request !2375 from h.farahat/python_tokenizer
5 years ago
mindspore-ci-bot
886dfe6fd7
!2419 Rectification and modification of dataset api documentation comments
Merge pull request !2419 from qianlong21st/temp
5 years ago
qianlong
cb01a99b08
fix dataset.text api doc
5 years ago
mindspore-ci-bot
d7d094e1c5
!2231 fix report error in get_dataset_size
Merge pull request !2231 from yanghaitao/yht_get_num_samples
5 years ago
mindspore-ci-bot
78a8bc302d
!2380 Fix CocoDataset issue
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
5 years ago
xulei2020
3b71bd0d5d
rename input to children, output to parent
5 years ago
mindspore-ci-bot
3401e1c80b
!2143 dataset: remove storage_op c++ part
Merge pull request !2143 from ms_yan/del_storage_c++
5 years ago
ms_yan
cf82aa9035
init remove storage op in c++
init remove storage op test case c++
remove source c++ files
5 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
5 years ago
xiefangqi
5703a10b8b
fix CocoDataset issue
5 years ago
mindspore-ci-bot
bbf69912be
!2363 fix TextFildDataset and CLUEDataset does not support to_device
Merge pull request !2363 from yanghaitao/yht_fix_textfiledataset
5 years ago
hesham
e981c67acd
Python Tokenizer
!38 Synchronize with latest Ascend software suite 17 Jun 2020
Merge pull request !38 from yanghaoran/master
5 years ago
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
5 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)
Merge pull request !2373 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
9d3e0696d5
!2360 Fix api doc of dataset build_vocab
Merge pull request !2360 from pengyanjun/fix_dataset_public_api_build_vocab
5 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
Merge pull request !2325 from imaaamin/object_ops_pr2
5 years ago
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
5 years ago
islam_amin
edc42c5b85
addressed comments from reviews
5 years ago
nhussain
d89101b95f
add missing test
5 years ago
Yanjun Peng
d14443f123
fix dataset public api build_vocab
5 years ago
yanghaitao
9f336bb735
fix TextFileDataset and CLUEDataset failed with to_device
5 years ago
Danish Farid
c1e6ece563
my files added back in
another commit
comm2
comm3
comm4
comm5
comm6
5 years ago