mindspore-ci-bot
cd1240180b
!5187 C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
Merge pull request !5187 from cathwong/ckw_c_api_fixes2
5 years ago
mindspore-ci-bot
20b3134785
!5184 fix: padded dataset when no div and with repeat op
Merge pull request !5184 from guozhijian/fix_padded_with_no_div_repeat
5 years ago
mindspore-ci-bot
f3fd7a5578
!5073 Add checks and exception handling DS callback
Merge pull request !5073 from h.farahat/map_callback_end
5 years ago
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
5 years ago
Cathy Wong
46e9d79a50
C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
5 years ago
mindspore-ci-bot
346b97acb8
!5156 fix softdvpp coredump
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
5 years ago
mindspore-ci-bot
2e3f5cd41b
!5114 fix bug in c-api: rename, concat, take
Merge pull request !5114 from luoyang/c-api-pyfunc
5 years ago
qianlong
12dfca71f1
fix softdvpp coredump
5 years ago
YangLuo
67f5c89cd6
Check input image type for random posterize
5 years ago
luoyang
b26f6b3d5e
fix bug in c-api: rename, concat, take
5 years ago
mindspore-ci-bot
70c410ac2e
!5096 Fixes a bug in RandomSharpness cpp op
Merge pull request !5096 from ava/masterssss
5 years ago
Mahdi
a2c38d89f9
Added float32 support for CutMixBatch
5 years ago
avakh
f6f67b9751
fixing a bug in random sharpness
5 years ago
hesham
8eeceb267b
- release the wait if training is ended
5 years ago
mindspore-ci-bot
0bbce9367e
!4772 Adding AlbumDataset for device training
Merge pull request !4772 from EricZ/ms-album
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
9b503e4f38
!4955 Fixes for Dynamic Augmentation Ops
Merge pull request !4955 from MahdiRahmaniHanzaki/dynamic-ops-fix
5 years ago
mindspore-ci-bot
8ee136db18
!4953 C++ API: Minor fixes for dataset parameters
Merge pull request !4953 from cathwong/ckw_c_api_fixes1
5 years ago
Mahdi
a5f9b8f92e
Added fix for MixUpBatch and CutMixBatch and for RandomAffine
updated c color op descriptions
5 years ago
Cathy Wong
93810a0dc8
C++ API: Minor fixes for dataset parameters
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
11e670c54b
!4863 Fix bugs in c-api text
Merge pull request !4863 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
4ee0bf22c3
!4820 Alarm modification
Merge pull request !4820 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
5a0fe979ab
!4871 GE backend does not use glog (-g off) and is causing linking error on linking cache_server exe
Merge pull request !4871 from JesseKLee/tdt
5 years ago
Jesse Lee
c9d48817ef
glog
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
mindspore-ci-bot
4fe2892b89
!4771 Fixes Comment style
Merge pull request !4771 from EricZ/md_tensor_from_mem
5 years ago
luoyang
536cc335b2
Fix bugs in c-api text
5 years ago
mindspore-ci-bot
98052f9d06
!4847 [MD] Add some data validation
Merge pull request !4847 from xiefangqi/xfq_add_numworker_validate
5 years ago
shenwei41
a4e7a75891
Modify alarm
5 years ago
xiefangqi
7dc7990d75
add NumWorkers validate
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
Eric
d799373950
Added created from memory
5 years ago
YangLuo
b50ae27c72
!4597 [Dataset] C++ API Support for build_vocab
5 years ago
nhussain
eb9a611041
remove old defaults
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
d541e261a0
!4696 C++ API Support for CSV Dataset
Merge pull request !4696 from jiangzhiwen/jzw/c_api_csv
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
jiangzhiwen
39df25f803
c++ api for CSV Dataset
5 years ago
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
5 years ago