mindspore-ci-bot
|
a9ba9b90f6
|
!14680 MindData Codespell correction
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
4 years ago |
luoyang
|
624511337c
|
MindData Codespell correction
|
4 years ago |
hesham
|
8535e89e6c
|
Remove DataBuffer
|
4 years ago |
hesham
|
0d86cb1423
|
Remove rows_per_buffer
|
4 years ago |
mindspore-ci-bot
|
c99fe1e412
|
!12841 DataBuffer removal from DE
From: @hfarahat
Reviewed-by:
Signed-off-by:
|
4 years ago |
luoyang
|
ec21d3f748
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
Fix error msg of pythontokenizer
|
4 years ago |
hesham
|
a9a80693be
|
Replace Databuffers with TensorRows
|
4 years ago |
xulei2020
|
4122d1dcce
|
fix code format bug
|
4 years ago |
YangLuo
|
f99204b292
|
fix python tokenizer
|
4 years ago |
Lixia Chen
|
30017ea5a0
|
Fix codex issues
|
4 years ago |
mindspore-ci-bot
|
ac18da3770
|
!13061 [MD][bugfix] Fix to_json error: can't pickle pyfunc
From: @xiefangqi
Reviewed-by:
Signed-off-by:
|
4 years ago |
Xiao Tianci
|
4a7100c7f9
|
fix RandomAffine degree error and some examples in docs
|
4 years ago |
mindspore-ci-bot
|
682a8926bd
|
!13176 fix minddata transform issue
From: @luoyang42
Reviewed-by:
Signed-off-by:
|
4 years ago |
xiefangqi
|
41f3e02e87
|
fix pyfunc pickle issue
|
4 years ago |
YangLuo
|
74d7bb41a6
|
fix minddata transform issue
|
4 years ago |
mindspore-ci-bot
|
f7040ca134
|
!13198 Fix get_dataset_size error with PKSampler
From: @ziruiwu
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
1bb789278d
|
!13200 Fix CI warnings and test team issues
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
|
4 years ago |
Zirui Wu
|
2692e3cc3d
|
fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime
|
4 years ago |
alex-yuyue
|
2457f52596
|
Fix CI warning and test team issues
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
4 years ago |
RobinGrosman
|
a0e75b845a
|
Increase default level of parallelism in mindddata pipeline to 8.
Adjust memory usage to not increase as parallelism increases. it will
stay at same level it would be with 4 parallelism
|
4 years ago |
mindspore-ci-bot
|
3c7463bf2c
|
!12943 adding fix to sample script
From: @ezphlow
Reviewed-by:
Signed-off-by:
|
4 years ago |
Eric
|
ed373f61ac
|
Adding inheritance to user defined sampler
what if we just do nothing
trying wrapper approach
Fix yolo
|
4 years ago |
YangLuo
|
74431ad117
|
Fix bugs of minddata transforms
|
4 years ago |
mindspore-ci-bot
|
fe53c71b3b
|
!12843 Add more callable test and clean the input check for tensor ops
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
|
4 years ago |
alex-yuyue
|
6d7be32614
|
Add more callable test and clean the input check
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
4 years ago |
mindspore-ci-bot
|
1c191a65fb
|
!12765 Fix numpy input to samplers
From: @hfarahat
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
c07371f5c9
|
!12763 Fix C++ API testcases
From: @ezphlow
Reviewed-by:
Signed-off-by:
|
4 years ago |
Eric
|
f9a2379a70
|
Fixing api leftover
Fixed compile error
Fixed more testcases
|
4 years ago |
alex-yuyue
|
66aff93940
|
Fix test team issue: ToNumber in eager mode.
And support multiple tensor as input in call method
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
4 years ago |
hesham
|
616d1a1f3d
|
Fix sampler supporting numpy input
|
4 years ago |
hesham
|
aa4298721a
|
Fix sampler error messages
|
4 years ago |
YangLuo
|
d8ace8f041
|
fix minddata issues
|
4 years ago |
mindspore-ci-bot
|
c5df707b69
|
!12327 Block caching after random pyfunc cases
From: @lixiachen
Reviewed-by:
Signed-off-by:
|
4 years ago |
Lixia Chen
|
0667818d9a
|
Block caching after random pyfunc
|
4 years ago |
Mahdi
|
4b106f184c
|
Fixed an issue with SequentialSampler
|
4 years ago |
mindspore-ci-bot
|
260c77f4ad
|
!12336 [MD] fix sampler log & transform log
From: @luoyang42
Reviewed-by:
Signed-off-by:
|
4 years ago |
luoyang
|
416ad23e9d
|
fix resize & randomcoloradjust
fix sampler
|
4 years ago |
mindspore-ci-bot
|
923dd47b0f
|
!12331 Adding validators back to check method
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca,@robingrosman
Signed-off-by: @robingrosman
|
4 years ago |
Eric
|
5d91fa6d77
|
changed discription
Added validator checks
Added builtin sampler check
Added proper input check for samplers
|
4 years ago |
hesham
|
58193bc469
|
User explicit deepcopy
|
4 years ago |
luoyang
|
cd86788cf3
|
fix bugs of execute & update doc description in minddata
|
4 years ago |
TinaMengtingZhang
|
ddab5ad417
|
Add support for vision op and py_transform op to serdes
|
4 years ago |
mindspore-ci-bot
|
e8f4cafd02
|
!11950 Overwrite default port/hostname from env variables for cache_admin
From: @lixiachen
Reviewed-by:
Signed-off-by:
|
4 years ago |
Lixia Chen
|
97cd142f8d
|
Overwrite default port/hostname from env variables
update copyright
add examples to CacheClient docstring
|
4 years ago |
hesham
|
1185218335
|
Support list of IDs as a sampler
|
4 years ago |
luoyang
|
fa4f67cbcd
|
LookupOp: default value of unknown_token support NoneType
|
4 years ago |
Nat Sutyanyong
|
5a7dc0accc
|
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
|
4 years ago |
mindspore-ci-bot
|
320ea51308
|
!11853 Add call for decoupled image and text ops
From: @alexyuyue
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
794af6d094
|
!11834 [MD] Fix error msg description of dataset
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
4 years ago |
xiefangqi
|
3d72282f26
|
fix error msg issue
|
4 years ago |