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
|
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 |
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 |
YangLuo
|
9e033bbe19
|
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
|
5 years ago |
mindspore-ci-bot
|
c8a27dfbc2
|
!7142 sync-from-trunk-to-blue-zone-1010
Merge pull request !7142 from HW_KK/master
|
5 years ago |
wuweikang
|
9058def8e7
|
sync-from-trunk-to-blue-zone-1010
|
5 years ago |
nsyca
|
587f1362e9
|
Revert 'Pull Request !6598 : Revert the code changes in PR3974'
|
5 years ago |
yanghaitao1
|
d4383c4f33
|
set opencv threads 0
|
5 years ago |
Cathy Wong
|
2aa26d245c
|
C++ API: Move vision ops to new vision files; create transforms namespace
|
5 years ago |
mindspore-ci-bot
|
03f0e64af9
|
!7049 Fixes to TensorRow conversion and Tensor
Merge pull request !7049 from MahdiRahmaniHanzaki/c_func
|
5 years ago |
mindspore-ci-bot
|
6f77ec45f1
|
!6905 [MD] Enable cache for more leaf datasets
Merge pull request !6905 from lixiachen/CacheOp_dev
|
5 years ago |
mindspore-ci-bot
|
7f94d596c0
|
!7012 [MD] sampler log update
Merge pull request !7012 from luoyang/pylint
|
5 years ago |
Mahdi
|
e92d4edceb
|
Updated TensorRow conversion
|
5 years ago |
mindspore-ci-bot
|
945c125e4a
|
!6992 Revert arena code back to use malloc
Merge pull request !6992 from JesseKLee/revert_arena
|
5 years ago |
YangLuo
|
c36a36304c
|
[MD] sampler log update
|
5 years ago |