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
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
mindspore-ci-bot
0118930c6b
!5671 modify voc doc & fix buildvocab bug
Merge pull request !5671 from luoyang/c-api-pyfunc
5 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
5 years ago
Cathy Wong
4d4c11b133
dataset API docstring cleanup: Standard product terms NumPy, Python
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
mindspore-ci-bot
03093778df
!5387 Set num_epochs=1 for MindData python testcases
Merge pull request !5387 from lixiachen/testcase_epoch
5 years ago
mindspore-ci-bot
ecfe728963
!5085 Enable hostname parameter for DatasetCache
Merge pull request !5085 from lixiachen/cache_hostname
5 years ago
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
5 years ago
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
5 years ago
mindspore-ci-bot
e6ffdeebef
!5255 Fix no attribute'_graph_data' error in graphdata.py
Merge pull request !5255 from heleiwang/fix_graphdata
5 years ago
heleiwang
de36b0af1a
fix graphdata error
5 years ago
anzhengqi
305434786a
add num_epochs api
5 years ago
Lixia Chen
00ce7f7364
Add hostname to DatasetCache plus env override
Turn --stop into sync
Ignore the rc of shutdown
5 years ago
mindspore-ci-bot
b23b957228
!4964 memory ascend while multi model.eval
Merge pull request !4964 from anzhengqi/I1QWT0-memory-ascend
5 years ago
mindspore-ci-bot
ac81886328
!4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
Merge pull request !4916 from heleiwang/gnn_fix_bug
5 years ago
anzhengqi
dd942e1807
fix memory ascend while multi model.eval
5 years ago
heleiwang
4870abc848
1. fix generator_dataset hangs
2. fix test_graphdata_distributed.py failing randomly
5 years ago
jonyguo
5b4b539751
fix: concat with none sample dataset
5 years ago
mindspore-ci-bot
9a3baf4f6c
!4314 [MD] remove defaults used in binding code, and remove bilinear resize op
Merge pull request !4314 from nhussain/clean_up_bindings
5 years ago
xiefangqi
7dc7990d75
add NumWorkers validate
5 years ago
Jesse Lee
8a08d0c37b
Phase 2 of CacheOp
5 years ago
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
5 years ago
nhussain
eb9a611041
remove old defaults
5 years ago
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
Merge pull request !4498 from heleiwang/gnn_distributed
5 years ago
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
5 years ago
jonyguo
b0b370336f
fix: concat get_dataset_size error
5 years ago
mindspore-ci-bot
8ed3b423e0
!4389 fix document api error
Merge pull request !4389 from yanghaitao/yht_fix_doc2
5 years ago
mindspore-ci-bot
ae8440dfec
!4421 dataset: modify some error in api comment
Merge pull request !4421 from ms_yan/api_comment
5 years ago
ms_yan
501f549bc9
modify comment for api
5 years ago
mindspore-ci-bot
7a10e07fc6
!4383 Add distributedSampler to concatOP
Merge pull request !4383 from genglishuai/genglshOK
5 years ago
genglishuai
4d4df68d1e
add DistributedSampler for Concat op
5 years ago
mindspore-ci-bot
ed1244558c
!4366 Fixing param type in c++ api and fixing python validator for Repeat Op
Merge pull request !4366 from TinaMengtingZhang/cpp-api-repeat-count
5 years ago
yanghaitao
46ae915cb3
fix doc error
5 years ago
tinazhang
0868720eb7
fix parameter type for repeat op in c++ api and added c++/python ut.
5 years ago
anzhengqi
3e31ac6d62
all Dataset support get_dataset_size
5 years ago
Cathy Wong
7f39b5cfd7
C++ API Support for TextFile Dataset and Unit Tests
5 years ago
yanghaitao
9401e7d96e
fix doc
5 years ago
liyong
7341421d3b
fix num samples in pk sampler
5 years ago
dengyutao
388e43f7cb
delete parameter block_reader for MindDataset
5 years ago
xiefangqi
6017b050ac
add generatordataset support split
5 years ago
mindspore-ci-bot
387dac5832
!3651 change num_samples definition
Merge pull request !3651 from jiangzhiwen/dataset/change_num_samples
5 years ago
mindspore-ci-bot
fe514bd1cc
!3644 [MD] fix minddataset core dump when file list size ia greater than 1000.
Merge pull request !3644 from liyong126/fix_mindrecord_bug
5 years ago
jiangzhiwen
1eda0ef071
change num_samples definition
5 years ago
mindspore-ci-bot
9ccc6889eb
!3624 fix GeneratorDataset time out
Merge pull request !3624 from yanghaitao/yht_generator_timeout
5 years ago
liyong
ed70de8070
fix coredump when number of file list more than 1000.
5 years ago
yanghaitao
5c9b0657df
fix GeneratorDataset time out
5 years ago
xiefangqi
cb9c6fad86
fix numpyslice issue
5 years ago