mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
5 years ago
shenwei41
675e4767e0
Modify alarm
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
mindspore-ci-bot
1bb01c7077
!5477 [MD] Remove two -wno options
Merge pull request !5477 from xiefangqi/xfq_fix_wno_option
5 years ago
mindspore-ci-bot
1cc4f2ef12
!5682 Allow DatasetCache to be shared under more scenarios
Merge pull request !5682 from lixiachen/cache_sharing_fix
5 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
5 years ago
Lixia Chen
ba94ce3fd1
Fix cache sharing for more scenarios
5 years ago
mindspore-ci-bot
e502afca2d
!5646 WIP, Fix COCO incorrect header guard and pass by value, precursor to adding usage to COCO
Merge pull request !5646 from ZiruiWu/coco_fix_up
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
mindspore-ci-bot
0cb6d29f0c
!4998 Shared memory pool clean up
Merge pull request !4998 from JesseKLee/mem_pool
5 years ago
Zirui Wu
f84d898f0b
coco clean up
5 years ago
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
5 years ago
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
Merge pull request !5624 from heleiwang/gnn_perf
5 years ago
heleiwang
857cf2f77f
Optimize the negative sampling process
5 years ago
mahdi
84efa0b96b
Added BucketBatchByLength for C API
5 years ago
mindspore-ci-bot
6e452d829d
!5496 Change the argument type of CSV state function from char to int
Merge pull request !5496 from jiangzhiwen/bug/csv_char_to_int
5 years ago
jiangzhiwen
368c560c49
change state function argument type
5 years ago
Jesse Lee
e89b4648f6
Memory pool clean up
5 years ago
xiefangqi
d8134d6f41
remote two -wno options of dataset
5 years ago
mindspore-ci-bot
bbbee68556
!4873 [lite] add option to build full minddata
Merge pull request !4873 from 章一智/TRC-ms-lite
5 years ago
ervinzhang
50cda2f8b1
added build option to build full minddata in ms-lite
5 years ago
shenwei41
015613d91f
Alarm modification
5 years ago
mindspore-ci-bot
fc9161a4c5
!5205 Move GetValue of CLUE Dataset out of try-catch
Merge pull request !5205 from jiangzhiwen/bug/clue_get_value
5 years ago
xiefangqi
5d8ed6b312
add circular_memory function to gpu
5 years ago
jiangzhiwen
767f97cdb3
move GetValue out of try-catch
5 years ago
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
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
Eric
c79db93c48
Initial commit for album
Added linter fix for album dataset
Added testDataset
Adding signature
Added JsonDataset example API
Example dataset
Resolving format
More fixing
Refactor
Small fix
Added compiling album dataset
Running tests
Added linter fix #1
Passing UT
Added dataset API
Addressing clang
Clang part 2
Fixing pass
Fixed tree check
lint fix
Added lint fix part 2
5 years ago
mindspore-ci-bot
9d7250c483
!4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
Merge pull request !4776 from ZiruiWu/map_callback_follow_up
5 years ago
Zirui Wu
74c1e6da60
introducing pause and quit flags to DataBuffer
fix review cmts
fix ci
fix Ci
fixci
address ci
ci
- add timeout
- add more test cases
fix CI
address review cmts
5 years ago
Jesse Lee
ebd4cc5c0a
Fix glog off compilation bug
5 years ago
mindspore-ci-bot
82c888f065
!4930 Fix CI cifar hang issue
Merge pull request !4930 from xiefangqi/fix_cifar_nofile_issue
5 years ago
xiefangqi
e3e7820413
fix cifar stuck problem
5 years ago
mindspore-ci-bot
b2a5440548
!4883 Fix compilation warnings
Merge pull request !4883 from zhoufeng/xiu-ba-ge
5 years ago
zhoufeng
22ec976ef7
fix compilation warnings
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
4ee0bf22c3
!4820 Alarm modification
Merge pull request !4820 from shenwei41/sw_master
5 years ago
Jesse Lee
c9d48817ef
glog
5 years ago
shenwei41
a4e7a75891
Modify alarm
5 years ago
limingqi107
5b76e8f3d7
gpu add format transform pass
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
mindspore-ci-bot
cda930f9e4
!4759 Fix duplicate column names of CSV Dataset
Merge pull request !4759 from jiangzhiwen/dataset/fix_duplicate_column_names
5 years ago
jiangzhiwen
74be92d698
fix duplicate column names
5 years ago
mindspore-ci-bot
0fa0cd7bfe
!4710 Fix tfreader multi-thread issue
Merge pull request !4710 from xiefangqi/xfq_fix_tfreader_issue
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
mindspore-ci-bot
6868b9b6fa
!4422 Minddata new dataset api ==> RandomData
Merge pull request !4422 from xiefangqi/xfq_c++api_randomdata
5 years ago
xiefangqi
8e0a7bfbd3
fix tfreader WaitPost register failed
5 years ago
mindspore-ci-bot
58523a41fe
!4392 use builtin float16 for arm
Merge pull request !4392 from xychow/use-float16-in-arm-neon
5 years ago