Commit Graph

104 Commits

Author SHA1 Message Date
mindspore-ci-bot b5f317c29f !3610 Add C++ API support for Concat and Zip
Merge pull request !3610 from TinaMengtingZhang/cpp-api-concat
2020-08-01 02:02:09 +08:00
mindspore-ci-bot 1595faadc3 !3829 C++ API: Reorder transforms.h alphabetically
Merge pull request !3829 from cathwong/ckw_c_api_transform_hdr_alpha
2020-08-01 01:41:11 +08:00
tinazhang e57d849618 add concat op and extend zip support to cpp api 2020-07-31 12:57:50 -04:00
Cathy Wong 49a1e01390 C++ API: Reorder transforms.h alphabetically 2020-07-31 11:34:04 -04:00
Eric 8c018da468 Fixing issues in distributed sampler
Added Distributed sampler option

Fix style
2020-07-31 11:12:26 -04:00
mindspore-ci-bot 634d797ca3 !3549 MapOp refactor for device augmentation (part 1)
Merge pull request !3549 from anthonyaje/device_augment_mapop_refactor1
2020-07-31 21:56:16 +08:00
dengyutao 388e43f7cb delete parameter block_reader for MindDataset 2020-07-31 11:30:05 +08:00
xiefangqi 6017b050ac add generatordataset support split 2020-07-30 15:51:28 +08:00
shenwei41 051c290d8b Modify patches and alerts 2020-07-29 19:26:06 +08:00
mindspore-ci-bot 387dac5832 !3651 change num_samples definition
Merge pull request !3651 from jiangzhiwen/dataset/change_num_samples
2020-07-29 19:03:54 +08:00
jiangzhiwen 1eda0ef071 change num_samples definition 2020-07-29 15:37:59 +08:00
liyong ed70de8070 fix coredump when number of file list more than 1000. 2020-07-29 14:21:19 +08:00
mindspore-ci-bot d06da1d270 !3603 Check that the number columns of names and default matches
Merge pull request !3603 from jiangzhiwen/fix_column_names_exceeded
2020-07-29 11:40:06 +08:00
jiangzhiwen 2cc6b5cb52 fix number of columns not match 2020-07-29 09:19:33 +08:00
mindspore-ci-bot 9031b38935 !3617 Fix python dependency in C++ api build
Merge pull request !3617 from 章一智/cpp_build
2020-07-29 04:29:17 +08:00
anthonyaje a7eaf2736a First drop of MapOp refactor to support device augment.
Refactored MapOp to in preparation to support device augment

Minor fix
2020-07-28 15:53:43 -04:00
ervinzhang f926177ae6 fixed cpp build python dependecy 2020-07-28 13:25:26 -04:00
YangLuo ae99a3a3e4 C++ API support for TakeDatasetOp and VOCDatasetOp 2020-07-28 23:09:57 +08:00
mindspore-ci-bot b6c7273bb6 !3551 [MD] Fix Broken C++ Only Build
Merge pull request !3551 from nhussain/fix_cpp_only_build
2020-07-28 20:12:13 +08:00
mindspore-ci-bot 0975df3093 !3540 [MD]fix error message when file exists.
Merge pull request !3540 from liyong126/fix_mindrecord_log
2020-07-28 16:02:24 +08:00
mindspore-ci-bot 2bc883420e !3569 Fix minddata cache include flatbuffer head problem
Merge pull request !3569 from xiefangqi/md_fix_flat_head
2020-07-28 15:41:12 +08:00
guansongsong 620d951e5e Merge branch 'ql/fix_cache_core' of https://gitee.com/qianlong21st/mindspore into ql/fix_cache_core 2020-07-28 11:37:06 +08:00
xiefangqi 58210c785a fix flat head file path 2020-07-28 11:06:13 +08:00
liyong 7dd8c0e31c fix mindrecord log 2020-07-28 09:49:22 +08:00
mindspore-ci-bot 457273e508 !3550 Fix a racing condition in CacheMergeOp when the leaf hits an error and exit too early
Merge pull request !3550 from JesseKLee/merge_op_fix
2020-07-28 02:45:09 +08:00
nhussain b65125b0a1 add more ifdef and include statments for pybind 2020-07-27 13:51:11 -04:00
Jesse Lee fcb603db45 Fix a merge_op timing hole 2020-07-27 13:37:09 -04:00
mindspore-ci-bot ee67f70b73 !3449 Cifar100 for C API
Merge pull request !3449 from MahdiRahmaniHanzaki/cifar100-c-api
2020-07-28 00:09:41 +08:00
Mahdi 92568248c9 Added Cifar100 for C API 2020-07-27 10:35:24 -04:00
mindspore-ci-bot 84c8b85ddc !3452 [MD] Gets rid of uncessary print calls
Merge pull request !3452 from nhussain/refactor_name_function
2020-07-25 20:59:27 +08:00
mindspore-ci-bot 9c06a564d1 !2983 Dataset Tensor class cleanup
Merge pull request !2983 from h.farahat/tensor_class
2020-07-25 20:59:13 +08:00
mindspore-ci-bot 7ac8c2df8a !3395 Remove crutch and fix memory leak
Merge pull request !3395 from Alexey_Shevlyakov/remove_windows_define
2020-07-25 20:57:49 +08:00
mindspore-ci-bot 7478c26b75 !3447 Add Crop and SwapRedBlue to C++ API
Merge pull request !3447 from EricZ/crop_rbswap
2020-07-25 18:47:05 +08:00
qianlong bf87b1d1fb fix cache op core dump 2020-07-25 18:37:02 +08:00
mindspore-ci-bot 0a2980ca74 !3440 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
Merge pull request !3440 from xulei/sentence_piece0715
2020-07-25 09:19:34 +08:00
Eric 465a69a70a Added crop signature, wip
Added input check

Added SwapRedBlue
2020-07-24 20:40:45 -04:00
mindspore-ci-bot 8f10a84753 !3451 C++ API: Reorder alphabetically
Merge pull request !3451 from cathwong/ckw_c_api_alpha_order_code
2020-07-25 06:38:53 +08:00
hesham adfbc891d3 - Add checks and testing for empty tensors
- cleanup work on createTensor and Tensor's constructors
2020-07-24 17:23:18 -04:00
nhussain a306264030 remove print calls 2020-07-24 17:10:49 -04:00
Cathy Wong 81005a3095 C++ API: Reorder code contents alphabetically 2020-07-24 16:09:09 -04:00
mindspore-ci-bot d8fcf269d6 !3448 Fix the case cache server is stuck on an infinite loop when we get out of memory error
Merge pull request !3448 from JesseKLee/infinite_loop
2020-07-25 03:00:07 +08:00
Jesse Lee 73d4b00343 Fix infinite loop for cache server thread 2020-07-24 13:06:19 -04:00
mindspore-ci-bot 60feafd75e !3399 Fixing Bug with AutoContrast/Equalize supporting uint8 dtype/mnist
Merge pull request !3399 from islam_amin/autocontrast_bug
2020-07-24 23:46:55 +08:00
mindspore-ci-bot dc64a3878a !3396 fix get dataset size error
Merge pull request !3396 from panfengfeng/fix_getdataset_size_error
2020-07-24 23:09:45 +08:00
mindspore-ci-bot e07f74367d !3299 Rename for C API
Merge pull request !3299 from MahdiRahmaniHanzaki/rename-c-api
2020-07-24 22:14:53 +08:00
panfengfeng 939e612906 fix get daataset size error 2020-07-24 21:45:42 +08:00
xulei2020 0af6d75761 add code 2020-07-24 19:51:27 +08:00
mindspore-ci-bot c44939afc8 !3412 Fix a DatasetCache sharing scenario
Merge pull request !3412 from qianlong21st/fix_cache
2020-07-24 17:30:03 +08:00
mindspore-ci-bot 50e5c7bf82 !3369 Init CSV column default list when it's empty
Merge pull request !3369 from jiangzhiwen/fix_column_default
2020-07-24 15:40:55 +08:00
qianlong d28c63b6c0 fix diff workers disallow cache 2020-07-24 15:30:00 +08:00