Zirui Wu
52eec881ec
Refactor ImageFolderNode and BatchNode into its separate files
fix ci
fix ci
address review cmmts, fix ci
remove dup code in datasets.cc
5 years ago
mindspore-ci-bot
4e81e7d377
!7539 C++ API: Minor improvements to datasets ValidateParams support
Merge pull request !7539 from cathwong/ckw_cppapi_more_return_status
5 years ago
mindspore-ci-bot
643366ea70
!7538 Add empty string tensor support for Album
Merge pull request !7538 from EricZ/album_empty_string
5 years ago
Cathy Wong
0e5f7beebc
C++ API: Minor improvements to ValidateParams support
5 years ago
Eric
7e21648e16
Added Album empty string tensor support
5 years ago
mindspore-ci-bot
db0868d745
!7536 fix minddata arm64 build
Merge pull request !7536 from EricZ/fix_dataset_lite_build
5 years ago
Eric
3691260031
Added fix for arm64
5 years ago
Zirui Wu
aa8442e0a3
add skeleton code for tree_adapter
stage II tree_adapter
add test case for tree_adapter
use dfs to build tree
add more test case
add test case
fix ci
fix ci round 2
fix ci round 3
fix ci round 4
fix complie error
fix ci round 6
fix ci round 7
fix ci round 8
fix ci round 9
5 years ago
alex-yuyue
24f35ae322
Change IR to take dataset Obj as input and change name *Dataset to *Node
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
jiangzhiwen
fadc97a18f
add divide op
5 years ago
mindspore-ci-bot
48601f51b0
!7295 [MD] C++ api add MindDataset
Merge pull request !7295 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
8ff82843ea
!7486 [MD] Add subtract image proccessing
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
5 years ago
mindspore-ci-bot
947f6d96d1
!7414 C++ api add config_manager
Merge pull request !7414 from xiaotianci/c_api_config
5 years ago
mindspore-ci-bot
7707bb8540
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
Merge pull request !7439 from xulei/lite_test0905
5 years ago
Xiao Tianci
fb98fbcc9f
add c api config
5 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
5 years ago
xulei2020
442cee15ad
add yuv420sp to bgr, split and extractchannel
5 years ago
mindspore-ci-bot
b33cc9d991
!7418 Fix minddata lite build
Merge pull request !7418 from EricZ/remove_adapter_md
5 years ago
mindspore-ci-bot
dc73bdb04a
!7484 C++ API: Cleanup datasets.cc ValidateParams return Status support
Merge pull request !7484 from cathwong/ckw_cppapi_cleanup_return_status
5 years ago
Eric
1f11ccce06
Removed log_adapter dependency for minddata lite
Brute force fix?
Added missing import
Added removal of new cache functionality
Fix batch
Remove crc and cache optimizer
Remove affine
Remove cut mix batch
Added securec.h
Removed unused crc import
Fixed minor arm64 compile issues for tensor ops
Removed excess code from de_tensor
Added vision import
remove random device ops
Removed commented line
Added extra layer to switch adapter logic
Added securec
Added float fix
5 years ago
jiangzhiwen
44f7978f7c
add image subtract
5 years ago
mindspore-ci-bot
c8ba2f7769
!7472 [MD] fix bug when reading multiple mindrecord files
Merge pull request !7472 from liyong126/fix_mindrecord_read
5 years ago
mindspore-ci-bot
b79b613acc
!7430 MindData profiling for GPU
Merge pull request !7430 from yanghaitao/yht_gpu_profiling
5 years ago
Cathy Wong
c2c7798738
C++ API: Cleanup datasets.cc return Status support
5 years ago
mindspore-ci-bot
d7fad1761e
!7435 C++ API: Change datasets ValidateParams to return Status instead of bool
Merge pull request !7435 from cathwong/ckw_cppapi_return_status
5 years ago
Cathy Wong
f91ecaaf6d
C++ API: Change datasets.cc ValidateParams support to return Status instead of bool
5 years ago
yanghaitao
9770be4bab
gpu profiling
5 years ago
liyong
a0cba2a4c5
fix bug when read multiple mindrecord files
5 years ago
mindspore-ci-bot
70bd405338
!7375 Change normalize input check
Merge pull request !7375 from EricZ/change_normalize_check
5 years ago
mindspore-ci-bot
0a645c64e0
!7369 Fix android build error introduced by PR6017
Merge pull request !7369 from ZiruiWu/fix_batch_col_name_core_dump
5 years ago
Eric
d3e89086e5
Removed check for normalize mean
5 years ago
mindspore-ci-bot
0357088a73
!7319 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
Merge pull request !7319 from cathwong/ckw_c_api_transforms_tests2
5 years ago
Zirui Wu
51eec90069
g# This is a combination of 2 commits.
fix andorid build broke by pr6017
5 years ago
Eric
359ad19884
Added float_array support
Added fix, tests to come
5 years ago
Cathy Wong
9f7c1a32e7
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot
7e7d47db50
!7266 RandomResizedCrop for C API
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
5 years ago
mindspore-ci-bot
bcd72c25ee
!7287 [MD] minddata fix opencv float exception issue
Merge pull request !7287 from xiefangqi/md_fix_opencv_issue
5 years ago
xiefangqi
ba38523674
fix opencv float exception
5 years ago
shenwei41
87b108f4e0
C++ api add Rescale
5 years ago
mindspore-ci-bot
a11c3b389c
!7109 Exclude GeneratorOp from self-reseting after an epoch
Merge pull request !7109 from h.farahat/reinstate-3974
5 years ago
Mahdi
c8333accfc
RandomResizedCrop C API
5 years ago
mindspore-ci-bot
fa5c9c1528
!7264 Fix BatchOp's core dump when input_col_name is incorrect
Merge pull request !7264 from ZiruiWu/fix_batch_col_name_core_dump
5 years ago
hesham
bcf913fb0d
Add temp fix gor generator Op when num_epochs=-1
5 years ago
Zirui Wu
c42a1b4a2f
fix batch core dump when col name doesn't exist
fix ci
5 years ago
mindspore-ci-bot
a75665ce49
!7133 [MD] Reinstate previous PR 3974 which eliminates pause between epochs
Merge pull request !7133 from lixiachen/reinstate-3974
5 years ago
mindspore-ci-bot
416e57be12
!7229 fix nasnet mstype
Merge pull request !7229 from panfengfeng/fix_nasnet_mstype
5 years ago
mindspore-ci-bot
4a077f6341
!7035 Add validation for input image size of affine transformation
Merge pull request !7035 from jiangzhiwen/fix/check_affine_size
5 years ago
panfengfeng
56bdedb826
fix nanset mstype
5 years ago
mindspore-ci-bot
2d645fdc7e
!7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
Merge pull request !7184 from luoyang/pylint
5 years ago
jiangzhiwen
197f0cabe0
check affine input size
5 years ago