Commit Graph

433 Commits

Author SHA1 Message Date
mindspore-ci-bot bcd72c25ee !7287 [MD] minddata fix opencv float exception issue
Merge pull request !7287 from xiefangqi/md_fix_opencv_issue
2020-10-14 17:33:27 +08:00
xiefangqi ba38523674 fix opencv float exception 2020-10-14 14:59:46 +08:00
shenwei41 87b108f4e0 C++ api add Rescale 2020-10-14 10:32:48 +08:00
mindspore-ci-bot a11c3b389c !7109 Exclude GeneratorOp from self-reseting after an epoch
Merge pull request !7109 from h.farahat/reinstate-3974
2020-10-14 05:40:24 +08:00
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
2020-10-14 01:14:23 +08:00
hesham bcf913fb0d Add temp fix gor generator Op when num_epochs=-1 2020-10-13 11:23:51 -04:00
Zirui Wu c42a1b4a2f fix batch core dump when col name doesn't exist
fix ci
2020-10-13 10:50:07 -04:00
mindspore-ci-bot a75665ce49 !7133 [MD] Reinstate previous PR 3974 which eliminates pause between epochs
Merge pull request !7133 from lixiachen/reinstate-3974
2020-10-13 21:22:58 +08:00
mindspore-ci-bot 416e57be12 !7229 fix nasnet mstype
Merge pull request !7229 from panfengfeng/fix_nasnet_mstype
2020-10-13 17:07:33 +08:00
mindspore-ci-bot 4a077f6341 !7035 Add validation for input image size of affine transformation
Merge pull request !7035 from jiangzhiwen/fix/check_affine_size
2020-10-13 15:03:46 +08:00
panfengfeng 56bdedb826 fix nanset mstype 2020-10-13 14:14:21 +08:00
mindspore-ci-bot 2d645fdc7e !7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
Merge pull request !7184 from luoyang/pylint
2020-10-13 09:08:23 +08:00
jiangzhiwen 197f0cabe0 check affine input size 2020-10-12 17:06:31 +08:00
YangLuo 9e033bbe19 C++ api add TypeCaseOp & RandomCropDecodeResizeOp 2020-10-12 15:13:17 +08:00
mindspore-ci-bot c8a27dfbc2 !7142 sync-from-trunk-to-blue-zone-1010
Merge pull request !7142 from HW_KK/master
2020-10-10 17:25:48 +08:00
wuweikang 9058def8e7 sync-from-trunk-to-blue-zone-1010 2020-10-10 11:01:01 +08:00
nsyca 587f1362e9 Revert 'Pull Request !6598 : Revert the code changes in PR3974' 2020-10-09 19:47:12 -04:00
yanghaitao1 d4383c4f33 set opencv threads 0 2020-10-09 10:49:35 +08:00
Cathy Wong 2aa26d245c C++ API: Move vision ops to new vision files; create transforms namespace 2020-10-08 11:59:58 -04:00
mindspore-ci-bot 03f0e64af9 !7049 Fixes to TensorRow conversion and Tensor
Merge pull request !7049 from MahdiRahmaniHanzaki/c_func
2020-10-01 04:19:19 +08:00
mindspore-ci-bot 6f77ec45f1 !6905 [MD] Enable cache for more leaf datasets
Merge pull request !6905 from lixiachen/CacheOp_dev
2020-09-30 16:49:23 +08:00
mindspore-ci-bot 7f94d596c0 !7012 [MD] sampler log update
Merge pull request !7012 from luoyang/pylint
2020-09-30 16:01:07 +08:00
Mahdi e92d4edceb Updated TensorRow conversion 2020-09-29 14:50:44 -04:00
mindspore-ci-bot 945c125e4a !6992 Revert arena code back to use malloc
Merge pull request !6992 from JesseKLee/revert_arena
2020-09-29 21:05:13 +08:00
YangLuo c36a36304c [MD] sampler log update 2020-09-29 20:00:17 +08:00
mindspore-ci-bot 051928b867 !6963 [Data]add input param check
Merge pull request !6963 from xulei/lite_test0905
2020-09-29 16:34:15 +08:00
Jesse Lee 2b6f8556ca revert arena code to use malloc 2020-09-28 09:21:34 -04:00
xulei2020 6bb34eaa64 add input param check 2020-09-28 14:12:21 +08:00
xiefangqi 1dc50a2302 minddata catch jpeg errexit runtime error 2020-09-28 10:39:06 +08:00
Lixia Chen 477808e622 Enable cache for other leaf ops 2020-09-25 13:11:04 -04:00
Jesse Lee 70f7e1df3f Fix merge error 2020-09-25 10:04:51 -04:00
mindspore-ci-bot 0d8015b043 !5300 [MD] Add nD Slice Support
Merge pull request !5300 from nhussain/slice_op
2020-09-25 20:38:19 +08:00
Eric 4828c29046 Added missing macro 2020-09-24 21:59:42 -04:00
mindspore-ci-bot 70221f5261 !6307 Conversion to and from TensorRow in C++
Merge pull request !6307 from MahdiRahmaniHanzaki/c_func
2020-09-25 04:14:05 +08:00
mindspore-ci-bot 4c0b3c1bd3 !6017 per_batch_map needs to support x input columns and y output columns
Merge pull request !6017 from ZiruiWu/per_batch_map_multi_col
2020-09-25 04:08:01 +08:00
mindspore-ci-bot e88e114a50 !5930 Cache server phase 2 single node
Merge pull request !5930 from Jamie/CacheOp_dev
2020-09-25 03:54:55 +08:00
nhussain 77d507279c first working implementation
add string implementation, can handle partial string slices

finish core implementation, added Index object

fix up the logic

add in new SliceOption object, cleaning up tests
2020-09-24 15:39:28 -04:00
Lixia Chen 983827ec5c Rebase up to 88ded11f59 2020-09-24 14:09:08 -04:00
Zirui Wu 0cab373223 per_batch_map supports x num_columns to y num_columns
decided to use project after batch as well

per_batch_map 1->x colunm works

add more test case

add test cases, project after map

col order hahaah

fix ci

add test cases

addr review cmts

ci

fix build err

fix test case failure

ci
2020-09-24 12:01:22 -04:00
Mahdi 890598d112 Added TensorRow conversion 2020-09-24 11:12:22 -04:00
xiefangqi a874f5c677 Fix transforms duplicate issue 2020-09-24 10:29:55 +08:00
liyong 981f9bc609 fix mindrecord log 2020-09-21 09:26:44 +08:00
mindspore-ci-bot e2fd5704d6 !6588 check if pyfunc timeout valid
Merge pull request !6588 from yanghaitao/yht_protect_pyfunc_timeout
2020-09-20 16:10:31 +08:00
yanghaitao1 8b4591c482 protect pyfunc timeout 2020-09-20 02:58:14 -04:00
YangLuo 0770eef37b [MD] Log update for mindrecord shard reader 2020-09-20 14:36:23 +08:00
nsyca 78a0576833 revert code in PR3974 2020-09-19 14:23:15 -04:00
shenwei41 f2e34b2eaf Clean up the view code 2020-09-19 19:02:04 +08:00
mindspore-ci-bot 1cfad93704 !6479 fix bucket_batch_by_length show pyfunc timeout
Merge pull request !6479 from yanghaitao/yht_bucket_batch_ci
2020-09-19 09:30:43 +08:00
mindspore-ci-bot 1dbaaa8b32 !6447 Adds run time crop check
Merge pull request !6447 from EricZ/add_crop_check
2020-09-19 09:18:17 +08:00
yanghaitao1 da15495d7b fix bucket_batch ci error 2020-09-18 08:16:14 -04:00