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
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
xiefangqi
b91e56375e
add randomdataset and schema
5 years ago
nhussain
738ae2c78d
change api to use std_vector
try to display image
5 years ago
islam_amin
979111d0ef
Added Posterize Op
5 years ago
mindspore-ci-bot
883957ace5
!4676 Add DecodeOp c++ parameter validate
Merge pull request !4676 from xiefangqi/xfq_fix_decode_twice
5 years ago
xiefangqi
a8cc48c6b8
Add decodeOp validate
5 years ago
qianlong
aab95ea160
fix softdvpp python api doc
5 years ago
mindspore-ci-bot
026ed2b803
!4638 fix core when use weighted_random_sampler
Merge pull request !4638 from yanghaitao/yht_fix_weighted_sampler
5 years ago
jiangzhiwen
a88273bd3f
c++ api support for Manifest Dataset
5 years ago
mindspore-ci-bot
b681ef5fc6
!4625 fix tf_read_op issue
Merge pull request !4625 from xiefangqi/fix_tfrecord_issue
5 years ago
mindspore-ci-bot
cc23f1d819
!4630 Adding wrapper around CreateFromMemory
Merge pull request !4630 from EricZ/md_tensor_from_mem
5 years ago
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
5 years ago
Eric
26d968afcb
Added created from memory
5 years ago
mahdi
3ecc53fb4e
Added CutMix
5 years ago
xiefangqi
0355de9ab2
fix tfrecord issue
5 years ago
yanghaitao
6cf0c29461
fix weighted random sampler core
5 years ago
mayang
c410c6a6e2
soft_dvpp_decode_resize_jpeg_op issue resolved, input size can be an int, break the constraints of input size being sequence (height, width)
5 years ago
zhousiyi
e1aa49a4b7
use built-in float16 in arm_neon.h for lite arm
5 years ago
Cathy Wong
9c8af0d1cf
C++ API: Provide validate param functions
5 years ago
mindspore-ci-bot
7d70fb4dc4
!3769 add RandomColorOp
Merge pull request !3769 from Alexey_Shevlyakov/ColorOp
5 years ago
mindspore-ci-bot
ebdea65f70
!4402 [Dataset] Fix c_api bugs
Merge pull request !4402 from luoyang/c-api-pyfunc
5 years ago
Alexey Shevlyakov
8526d5414d
RandomColor
5 years ago
Cathy Wong
b575b913e2
C++ API: Provide AddShuffleOp
Shuffle: shuffle_size -> buffer_size
5 years ago
mindspore-ci-bot
2953720169
!4322 Adding RGBA color conversion
Merge pull request !4322 from EricZ/bitmap_support
5 years ago
mindspore-ci-bot
7a10e07fc6
!4383 Add distributedSampler to concatOP
Merge pull request !4383 from genglishuai/genglshOK
5 years ago
eric
6a41b44724
Added wrapper around color change function
5 years ago