mindspore-ci-bot
58643afc09
!1849 fix tfrecord bug:less data if shuffle is false
Merge pull request !1849 from yanghaitao/yht_fix_tf_noshuffle
6 years ago
liyong
feff8899ac
support padding samples
6 years ago
mindspore-ci-bot
769ae609b4
!1808 consistent design for num_samples
Merge pull request !1808 from Jamie/numsamples
6 years ago
yanghaitao
07877d1e65
fix tfrecord not enough data if shuffle is false
6 years ago
Peilin Wang
9c8ea3c1af
sort columns so schema always has same ColDescriptor ordering
6 years ago
Jamie Nisbet
51bc0c0460
consistent design for num_samples
updates
more update
more work
more fixin
post rebase updates
clang formatting
code review recovery
ci fixes
updates
update
update
update
6 years ago
yanghaitao
dc12598570
minddata-tdt profiling
6 years ago
xiefangqi
4c70d25777
fix codex of voc and graph
6 years ago
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
6 years ago
mindspore-ci-bot
4fb59b3787
!1549 fix tfRecordDataset hang
Merge pull request !1549 from yanghaitao/yht_tfreadop_equal_rows_hang
6 years ago
yanghaitao
f55cda2c56
fix tfreadDataset hang when shard_equal_rows is true
6 years ago
xiefangqi
5e4728c50f
add voc support split
6 years ago
mindspore-ci-bot
e7936dedeb
!1480 gpu iiterator weak ref support
Merge pull request !1480 from panfengfeng/iterator_gpu_weak_ref
6 years ago
Peilin Wang
d4c93575e7
fixed bug for split, RandomSampler and some other cleanup
add another test case
typo
merge conflict
another PR changed testing behavior, updated test cases in this commit
added input check for use_sampler
addressed code review comments
fixed pylint, not related to my changes
6 years ago
panfengfeng
636d419af3
gpu iterator weak ref opt
6 years ago
Peilin Wang
0cbcc7200b
made shuffle determinisitc for subsequent epochs
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
mindspore-ci-bot
661715bad9
!1318 Fix batch error log too simple problem
Merge pull request !1318 from xiefangqi/xfq_fix_batch_log
6 years ago
xiefangqi
25bb3960d4
add detail batch error to log
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
ms_yan
30739001c8
make sure validate column ok first
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
mindspore-ci-bot
8f40f36c6c
!924 gpu queue support multi-inputs
Merge pull request !924 from chenweifeng/dataset
6 years ago
liyong
aa3f89e74f
mindrecord support read file list
6 years ago
Jamie Nisbet
ff5f2521fc
remove unused variable
6 years ago
wilfChen
ccf6dabe13
gpu queue support multi-inputs
6 years ago
fary86
3f323e48e2
Add submodule id for log interface
6 years ago
xulei2020
5b89fa78b0
fix thread hang bug
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
mindspore-ci-bot
2e80be73b4
!978 [Data]BUG replace Post() after LaunchWorkers
Merge pull request !978 from xulei/filter_op
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
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
Merge pull request !507 from ZiruiWu/batch_with_padding
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
ms_yan
d95a2e9ccf
repair num of input columns and output columns check
6 years ago
jonyguo
d4d236bcce
fix: use MindDataset by column_names get data error in some situation
6 years ago
xulei2020
e6e0d62775
replace FindMe after LaunchWorker
6 years ago