Jamie Nisbet
2ffe76981d
added a pre pass for node removals
cpplint
5 years ago
Jesse Lee
a0a863f20c
Stage 2 porting
5 years ago
jonyguo
41d16a3c77
enhance: 1. fix api comment, 2. del dead code
5 years ago
Jamie Nisbet
c22eac743d
subtree creation in python apis
updates
fix
fix cpplint
fix
5 years ago
mindspore-ci-bot
6ba89d432a
!2473 Compute column name id map during tree prepare phase
Merge pull request !2473 from lixiachen/compute_column_map
5 years ago
Lixia Chen
4fa6d5621c
Compute column map before launch the tree.
5 years ago
ms_yan
e829535a86
change GetTensor into GetRow to avoid NullPtr
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
mindspore-ci-bot
e4322baece
!2316 [Dataset] Move python tree transformation into cpp pass
Merge pull request !2316 from JunhanHu/alter_node_cpp
5 years ago
Junhan Hu
57f3732ac3
Move python tree transformation into cpp pass.
5 years ago
Zirui Wu
8f2674850b
address API doc style and content
addr review cmts
revert
ci
private class
ci
fix ci
address ci
address review cmts
fix style err
5 years ago
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
Merge pull request !1993 from luoyang/pylint
5 years ago
mindspore-ci-bot
a4048e192c
!2256 Rename Sampler::Reset() to Sampler::ResetSampler()
Merge pull request !2256 from JesseKLee/sampler
5 years ago
Jesse Lee
dcfdff6021
Rename Sampler Reset
5 years ago
Yang
dee8471d23
!1993 [Dataset] Fix codedex.
5 years ago
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
5 years ago
Jesse Lee
287ca71260
Remove dead code
5 years ago
xiefangqi
aab190fcdb
CocoDataset add category_id validation
5 years ago
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
Merge pull request !1932 from jiangzhiwen/dataset/clue
5 years ago
jiangzhiwen
e0e167a000
add CLUE dataset
5 years ago
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
Fixes # I1KIPC
5 years ago
mindspore-ci-bot
c661087b99
!2029 Create TensorRow class that supports a row id
Merge pull request !2029 from lixiachen/lixia/tensorrow
5 years ago
Lixia Chen
6ae88c3987
Create TensorRow class that supports a row id.
5 years ago
mindspore-ci-bot
a2a90800a0
!2053 add check if there is no data
Merge pull request !2053 from yanghaitao/yht_no_data
5 years ago
yanghaitao
20524f37e4
add check for num_rows
5 years ago
mindspore-ci-bot
8eb8663fbd
!2000 Make GetMutableBuffer protected
Merge pull request !2000 from h.farahat/tensor_mutabble_buffer
5 years ago
mindspore-ci-bot
1b5d9a1194
!1981 Implemented from_dataset, a way to build a vocab from existing dataset
Merge pull request !1981 from ZiruiWu/from_dataset_dev
5 years ago
hesham
0c5e47111b
- Move MutableBuffer to be protected
- Add new CreateTensors
5 years ago
Zirui Wu
880ce5ea26
implemented from_dataset
fix complie error
more tests
address CI complains
fix ci
adress review comments
address review cmts
5 years ago
Alexey Shevlyakov
4e333a2f22
MindData profiler infrastructure
5 years ago
Jesse Lee
a18b04e0f8
Fix coco
5 years ago
mindspore-ci-bot
beefb20c01
!1983 Remove inheritance of Sampler from DatasetOp
Merge pull request !1983 from JesseKLee/sampler
5 years ago
mindspore-ci-bot
b3da41bd7a
!1913 CocoDataset implementation
Merge pull request !1913 from xiefangqi/xfq_support_coco
5 years ago
xiefangqi
097cbcc0cb
CocoDataset implementation
5 years ago
Jesse Lee
255adf7c6e
Remove inheritance of Sampler from DatasetOp
5 years ago
xiefangqi
8fdfe34f3c
fix codex problems
5 years ago
mindspore-ci-bot
1973594bd1
!1774 [MD] minddataset support padding samples
Merge pull request !1774 from liyong126/mindrecord_padded_sample
5 years ago
mindspore-ci-bot
58643afc09
!1849 fix tfrecord bug:less data if shuffle is false
Merge pull request !1849 from yanghaitao/yht_fix_tf_noshuffle
5 years ago
liyong
feff8899ac
support padding samples
5 years ago
mindspore-ci-bot
769ae609b4
!1808 consistent design for num_samples
Merge pull request !1808 from Jamie/numsamples
5 years ago
yanghaitao
07877d1e65
fix tfrecord not enough data if shuffle is false
5 years ago
Peilin Wang
9c8ea3c1af
sort columns so schema always has same ColDescriptor ordering
5 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
5 years ago
xiefangqi
4c70d25777
fix codex of voc and graph
5 years ago
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
5 years ago
mindspore-ci-bot
4fb59b3787
!1549 fix tfRecordDataset hang
Merge pull request !1549 from yanghaitao/yht_tfreadop_equal_rows_hang
5 years ago
yanghaitao
f55cda2c56
fix tfreadDataset hang when shard_equal_rows is true
5 years ago
xiefangqi
5e4728c50f
add voc support split
5 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
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