yanghaitao
f30928f084
fix tfreaderop hang
6 years ago
Peilin Wang
9228384304
fixed bug for split, RandomSampler and some other cleanup
Cleanup dataset UT: restore config support
6 years ago
mindspore-ci-bot
6f733ec113
!1308 Stage 2 of adding support for string Tensor
Merge pull request !1308 from h.farahat/string_tensor2
6 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
jonwe
bb51bb88d7
add compress in mindrecord
6 years ago
mindspore-ci-bot
2e3d55ed87
!1281 Implementation of SplitOp
Merge pull request !1281 from Peilin/splitOp
6 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
xiefangqi
394aeb0360
fix too much MS_LOG(INFO) in MD
6 years ago
Junhan Hu
f44d213503
MindData optimizer infrastructure.
6 years ago
ms_yan
e6c25859d4
check wether input column exist in TFRecord files
6 years ago
mindspore-ci-bot
9b8b699eb3
!1235 Auto remove CRLF of VOCDataset txt file
Merge pull request !1235 from xiefangqi/xfq_del_CRLF
6 years ago
xiefangqi
9e48e3daaa
del CR in VOC txt
6 years ago
hesham
e8ca243364
-Add DE_STRING
-replace switch'case by indexing
- Add test case
- Add constructors
- Add getItem string
- Fix bugs
- Add more tests
- Tensor iterator
- asNumpy
- TextFileDataset
- Tensor(Numpy)
- Super > 2D
- Add more test cases for GeneratorDataset
- Change StartAddr to GetBuffer and GetMutableNuffer
- Raise an error if batch is used with strings
Clean-up work
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
liyong
aa3f89e74f
mindrecord support read file list
6 years ago
fary86
3f323e48e2
Add submodule id for log interface
6 years ago
Jamie Nisbet
7b7b2fa7a0
remove column name id map from data buffer
clang format updates
self-review cleanups
cpplint fix
review updates
ci fixes
6 years ago
jonyguo
cf352d190f
format func name for mindrecord
6 years ago
jonyguo
d4d236bcce
fix: use MindDataset by column_names get data error in some situation
6 years ago
caifubi
cb70daa355
format code
6 years ago
mindspore-ci-bot
2303453753
!869 Random data op
Merge pull request !869 from JesseKLee/random_data_op
6 years ago
Jesse Lee
270bf831a9
Random Data Op
6 years ago
mindspore-ci-bot
323ea9d869
!830 Update the print methods for displaying execution tree info diagnostics
Merge pull request !830 from Jamie/operator_print
6 years ago
Jamie Nisbet
2facd80c8d
updated print functions for info diagnostics
fix some ci failures
more ci fixes
more ci fails
yet another ci fail
more ci stuff
still ci
more ci
more ci
more ci
6 years ago
Jesse Lee
332398d20a
Check return code from WaitPost::Register
6 years ago
mindspore-ci-bot
3ec19ca9d3
!793 More understandable error msg when number of rows is zero
Merge pull request !793 from yanghaitao/yht_err_msg_num_rows_zero
6 years ago
yanghaitao
eb60ef00d1
More understandable err msg when num rows is zero
6 years ago
mindspore-ci-bot
c47ef8ee4e
!711 Address first epoch always shuffle with same seed init of random sampler
Merge pull request !711 from ZiruiWu/mindspore_master_only
6 years ago
mindspore-ci-bot
e6473f0765
!736 Skip blank line for TextFileDataset
Merge pull request !736 from yanghaitao/yht_tftextfile_black_line
6 years ago
yanghaitao
1cb3bead32
skip black line for TextFileDataset
6 years ago
Zirui Wu
8c3931cf1d
fix first epoch always shuffle with default seed in random sampler
fix ut
6 years ago
zhoufeng
b681cec8f2
cmake refactor
6 years ago
qianlong
db80f4ff92
The num_samples and numRows in schema for TFRecordDataset are conflict
6 years ago
liyong
f1542a90a3
add pk sampler
6 years ago
mindspore-ci-bot
6369cf27bd
!406 added first row crc check for when reading tfrecord files
Merge pull request !406 from Peilin/first-row-crc-check
6 years ago
mindspore-ci-bot
822a3160e4
!404 [Dataset] Add Python Sampler support for CPP dataset
Merge pull request !404 from JunhanHu/python_sampler_for_cpp_dataset
6 years ago
Peilin Wang
9bc2134cb7
added checking of first row crc to find invalid tfrecord files
addressed code review comments. added check in python layer to exclude directories and to raise an error if a pattern does not match any file
fixed clang format
fixed cppcheck
fixed cppcheck (used std::accumulate and std::copy_if). regenerated tfrecord file to contain correct header, it was a dummy header before
fixed cppcheck: added const reference for string parameter for lambdas, fixed clang format: whitespace adjustments
more clang whitespace fixes...
changed print to logger.info
6 years ago
yanghaitao
2795e492ff
TextFileDataset
6 years ago
Junhan Hu
d0ae610832
Review
6 years ago
Junhan Hu
43a2e99833
Add python sampler support for CPP dataset
6 years ago
Junhan Hu
9739d3b048
Add CPP sampler support for GeneratorDataset
6 years ago
mindspore-ci-bot
d9cd681c30
!207 Fix potential overflow in batch by changing int32 to int64
Merge pull request !207 from ZiruiWu/batch_info_overflow
6 years ago
dengwentao
b5ca2a3e30
:modify protobuf cmake
6 years ago
Zirui Wu
19f2ea6d41
change int32 to int64 to avoid overflow in batch
fix clang
pybind fix
6 years ago
mindspore-ci-bot
cc75cb357c
!168 remove mindspore::make_unique and make_unique.h
Merge pull request !168 from Alexey_Shevlyakov/remove_mindspore_make_unique
6 years ago
jonyguo
20d1b64443
fix: error info is not exactly when column list invalid
6 years ago
Jonathan Yan
9d0fde29f4
remove ENABLE_MINDRECORD flag
6 years ago
Alexey Shevlyakov
84d780c1a4
remove make_unique.h
6 years ago