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
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
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
bfa3cd900e
!4843 remove ccsrc/common.h by explicit dependent header file
...
Merge pull request !4843 from xychow/remove-ccsrc-common-h
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
...
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
xiefangqi
7dc7990d75
add NumWorkers validate
5 years ago
mindspore-ci-bot
7b0a4e5929
!4796 Fix randomdata ut core dump problem
...
Merge pull request !4796 from xiefangqi/fix_randomdata_ut
5 years ago
xiefangqi
c0d18d2517
fix randomdata ut problem
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
YangLuo
b50ae27c72
!4597 [Dataset] C++ API Support for build_vocab
5 years ago
nhussain
eb9a611041
remove old defaults
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
2db4bda219
!4622 serving restful init
...
Merge pull request !4622 from hexia/http_init
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
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
hexia
75d116b5db
serving http init
5 years ago
mindspore-ci-bot
4f46c4277a
!4614 Code compile performance optimization
...
Merge pull request !4614 from zhoufeng/code-compile-performance
5 years ago
mindspore-ci-bot
cc077de9e3
!4425 fix if statement with no return coredump
...
Merge pull request !4425 from fary86/fix_if_no_return_coredump
5 years ago
zhoufeng
663278112f
optimize code compile performance
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
26de4540ef
!4639 rename param_value to param_info
...
Merge pull request !4639 from vlne-v1/rename_param_value
5 years ago
fary86
38083e055a
Fix coredump missing return statement after while loop
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
jiangzhiwen
a88273bd3f
c++ api support for Manifest Dataset
5 years ago
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
5 years ago
mahdi
3ecc53fb4e
Added CutMix
5 years ago
mindspore-ci-bot
dda4c26e7c
!4423 add reshape type of tensor
...
Merge pull request !4423 from lianliguang/add-reshape-type-to-tensor
5 years ago
WilliamLian
6760d9976d
add reshape type to tensor
5 years ago
mindspore-ci-bot
f875bf21bc
!2948 fix control flow
...
Merge pull request !2948 from amongo/FixControlFlow
5 years ago
huangdongrun
2a6d346d2f
support if by if grad parameter
...
add join for ref
adjust env eliminate to eliminate all env ops
add partial app cache
resolve while endless
fix env eliminate
support for "for while" cases
fix join shape error
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
mindspore-ci-bot
e9629f95e1
!4418 Add UniqueWithPad cpu kernel
...
Merge pull request !4418 from huanghui/unique-with-pad-cpu-kernel
5 years ago
Alexey Shevlyakov
8526d5414d
RandomColor
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
genglishuai
4d4df68d1e
add DistributedSampler for Concat op
5 years ago
luoyang
373adaa553
!4402 [Dataset] Fix c_api bugs
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
huanghui
8f70af7300
add unique_with_pad cpu kernel
5 years ago
mindspore-ci-bot
03210ef166
!2557 Add UnsortedSegmentSum fission pass
...
Merge pull request !2557 from huanghui/unsorted-segment-sum-fission-pass
5 years ago