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
fary86
057dcdbad5
Fix bug of log interface
1.GLOG_v can not control log level of MindData
2.Sub module ids of some source files under directory `kernel` and `device` are incorrect
3.GLOG_v can not control log level when using dlog
6 years ago
Jesse Lee
f2be49d85e
Fix a racing condition
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
Jesse Lee
3c643e7298
Move from dataset_dev branch to here
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
47f5abceb4
!960 Adding example for grayscale
Merge pull request !960 from EricZ/grayscale_fix
6 years ago
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
Merge pull request !507 from ZiruiWu/batch_with_padding
6 years ago
mindspore-ci-bot
de7625777f
!951 fix: MindDataset with columns_name parameter cause errors in some scenes
Merge pull request !951 from guozhijian/fix_read_by_columns
6 years ago
eric
0f0548f21b
Added test case for grayscale support
6 years ago
Jesse Lee
a0816f0bd6
Fix rc
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
panfengfeng
d8a2847bbe
after error run the post
6 years ago
xiefangqi
9a2daae84c
del unused change_mode_op
6 years ago
Nat Sutyanyong
f19f394bb8
Refactor duplicate code on random device and seed
6 years ago
ms_yan
c56fe3aa2d
modify take op with an operator
6 years ago
caifubi
cb70daa355
format code
6 years ago
mindspore-ci-bot
8af10eb51e
!875 Reject python OP in operations argument for C++ uniform augmentation OP
Merge pull request !875 from AdelShafiei/ua_py
6 years ago
Adel Shafiei
d15bd04bfe
added input validation to reject python op in C++ uniform augmentation operations list
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
b1ea933345
Fix CI
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
mindspore-ci-bot
98939d839c
!856 Fix skip op bug
Merge pull request !856 from jiangzhiwen/dataset/skip_thread
6 years ago
jiangzhiwen
34bfa2f7c9
fix skip
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
b37db1edf5
!603 [MD] update pk sampler in minddataset
Merge pull request !603 from liyong126/update_pk_sampler
6 years ago
mindspore-ci-bot
f82e63fecc
!671 Added testcase for sync_wait
Merge pull request !671 from EricZ/master
6 years ago
liyong
bfba630aa2
update pK_sampler
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