shenwei41
87b108f4e0
C++ api add Rescale
5 years ago
YangLuo
9e033bbe19
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
Cathy Wong
2aa26d245c
C++ API: Move vision ops to new vision files; create transforms namespace
5 years ago
mindspore-ci-bot
03f0e64af9
!7049 Fixes to TensorRow conversion and Tensor
Merge pull request !7049 from MahdiRahmaniHanzaki/c_func
5 years ago
mindspore-ci-bot
6f77ec45f1
!6905 [MD] Enable cache for more leaf datasets
Merge pull request !6905 from lixiachen/CacheOp_dev
5 years ago
Mahdi
e92d4edceb
Updated TensorRow conversion
5 years ago
Lixia Chen
477808e622
Enable cache for other leaf ops
5 years ago
mindspore-ci-bot
0d8015b043
!5300 [MD] Add nD Slice Support
Merge pull request !5300 from nhussain/slice_op
5 years ago
Eric
4828c29046
Added missing macro
5 years ago
mindspore-ci-bot
4c0b3c1bd3
!6017 per_batch_map needs to support x input columns and y output columns
Merge pull request !6017 from ZiruiWu/per_batch_map_multi_col
5 years ago
nhussain
77d507279c
first working implementation
add string implementation, can handle partial string slices
finish core implementation, added Index object
fix up the logic
add in new SliceOption object, cleaning up tests
5 years ago
Lixia Chen
983827ec5c
Rebase up to 88ded11f59
5 years ago
Zirui Wu
0cab373223
per_batch_map supports x num_columns to y num_columns
decided to use project after batch as well
per_batch_map 1->x colunm works
add more test case
add test cases, project after map
col order hahaah
fix ci
add test cases
addr review cmts
ci
fix build err
fix test case failure
ci
5 years ago
mindspore-ci-bot
1dbaaa8b32
!6447 Adds run time crop check
Merge pull request !6447 from EricZ/add_crop_check
5 years ago
Eric
43d4066aa0
Additional fixes
Added fix for overflow check
5 years ago
Eric
c24870604e
Added fix for arm 64 build
5 years ago
luoyang
9064a5f731
add num_row check & fix api distributed sampler, lookup, default value
of usage
5 years ago
Eric
4352317d58
Added compiling lite
5 years ago
anzhengqi
8e1a2ef5ae
stop send data to device after end of sequence
5 years ago
jiangzhiwen
2a59596fe6
fix ImageFolderDataset probability failure
5 years ago
mindspore-ci-bot
2ff6dd3b77
!5861 [MD] Change return val of GetNextRow in c-api
Merge pull request !5861 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
ec9a34b3cd
!6064 Fix dataset api get nullptr of iterator when occur runtime error
Merge pull request !6064 from jiangzhiwen/fix/iter_null_ptr
5 years ago
luoyang
581335453e
Change return val of GetNextRow
5 years ago
mindspore-ci-bot
a084196300
!6094 Adding input checks to C API
Merge pull request !6094 from EricZ/add_input_check_capi
5 years ago
eric
cd5af9472e
Added input check
5 years ago
Zirui Wu
d54ba374b9
order dict by column_id in create_dict_iterator()
fix CI
5 years ago
jiangzhiwen
0e9fbf6970
fix iterator get null when occur runtimer error
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
mindspore-ci-bot
c45f79d36b
!5384 [MD]-Api changes
Merge pull request !5384 from nhussain/api_changes
5 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
ci
add test case
address some of the review cmts
address review cmts
5 years ago
nhussain
3bac9d3713
switch input columns and operation
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
5 years ago
mindspore-ci-bot
d0c7b1ba24
!5731 Manifest Dataset check invalid filename string
Merge pull request !5731 from jiangzhiwen/fix/invalid_filename_string
5 years ago
mindspore-ci-bot
2f3684d4fa
!4872 Add C++ API support for TFRecordDataset
Merge pull request !4872 from TinaMengtingZhang/cpp-api-tfrecord-dataset
5 years ago
mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
5 years ago
jiangzhiwen
294f7b620a
check invalid filename string
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
mindspore-ci-bot
dc8dbeb2b8
!5672 Fix minddata c++api schema issue
Merge pull request !5672 from xiefangqi/xfq_fix_schema
5 years ago
xiefangqi
d30f4d5a6c
fix randomdata schema issue
5 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
5 years ago
tinazhang
e430b4056a
add tfrecord dataset to cpp api
fix to support schema=nullptr
5 years ago
luoyang
8aba39a71b
Modify VOCDataset doc & Fix BuildVocab bug
5 years ago
luoyang
ce419404ce
Add check for duplicate column for a-cpi
5 years ago
mindspore-ci-bot
ecfe728963
!5085 Enable hostname parameter for DatasetCache
Merge pull request !5085 from lixiachen/cache_hostname
5 years ago
mindspore-ci-bot
3be136f6f0
!5354 Fix randomdata issue
Merge pull request !5354 from xiefangqi/fix_randomdata_columnlist
5 years ago
mahdi
84efa0b96b
Added BucketBatchByLength for C API
5 years ago
ervinzhang
50cda2f8b1
added build option to build full minddata in ms-lite
5 years ago
xiefangqi
e2085a9505
fix randomdata issue
5 years ago
mindspore-ci-bot
716329df6c
!5278 Change default value of sampler in c-api
Merge pull request !5278 from luoyang/c-api
5 years ago
YangLuo
419478b410
Change default value of sampler to seperate behaviour of default sampler
& null sampler, add check for duplicate column name
5 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
5 years ago