panfengfeng
9d30ebcfb2
fix opencv launch too many threads
5 years ago
Nat Sutyanyong
5e1bb0b697
boilerplate code for future IR optimizer
add 2 test cases to IRNode Deepcopy()
address review cmts
fix ut
samplerObj copy
ci
fix ci
fix ci round III
address further review cmts
add a missing macro
fix merge conflict
fix complie err
fix lite compile err
fix compile err
fix lite compile round III
address an issue
fix minor comments
5 years ago
mindspore-ci-bot
7538c99571
!9004 [MD]FIx Bug replace '0' to nullptr and fix sentencePiece api doc
From: @xulei2020
Reviewed-by: @jonyguo,@heleiwang
Signed-off-by: @liucunwei
5 years ago
xulei2020
2919373821
replace '0' to nullptr and fix sentencePiece api doc
5 years ago
Eric
77d2b3c4fc
Temp fix to get rid of decoding png
Removed Api namespace in testcase, not linked for package size
removed extra tensor ops
Fix Center crop and pad
Added file error check, return emtpy if wrong
Added fix to Album
Add missing syntax
Added wrapper
Fix clang
Added cpp lint part 2
clang 3
clang 4
Fixed typos 1`
Roll back size optimization
Added clang fix 5
Lint fix 6
Added Cpp lint fix 7
5 years ago
mindspore-ci-bot
b2f52c881b
!8680 [Data]add same colum name check in sentence_piece_vocab_node and fix lookup comment bug
From: @xulei2020
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
c8047a35ab
!8632 [MD] Add Multiply op for Lite Dataset
From: @jiangzhiwen8
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
xulei2020
8a7c85bcfe
fix same colum name check in buildSentenceVocabNode
5 years ago
jiangzhiwen
bc91f7b3ac
fix pad zero
5 years ago
mindspore-ci-bot
103c42b683
!8662 [MD] Fix pad of lite-cv core dump
From: @jiangzhiwen8
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
5 years ago
jiangzhiwen
42dbda8e9b
fix pad core dump
5 years ago
mindspore-ci-bot
b344284415
!8604 [Data]Fix Crop op bug in minddata-lite train model
From: @xulei2020
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
5 years ago
jiangzhiwen
b30c1045e1
add lite_mat multiply
5 years ago
xulei2020
50efdcc2df
small minddata lite for train task
5 years ago
mindspore-ci-bot
edcb0cd86b
!8370 [MD] Use neon instruction set to accelerate the Substract and Divide ops
From: @jiangzhiwen8
Reviewed-by: @xulei2020
Signed-off-by:
5 years ago
jiangzhiwen
03bbe5f2a8
neon acceleration for subtract
5 years ago
xulei2020
f8d1b20873
init litemat from memory
5 years ago
mindspore-ci-bot
3fda4ce1d1
!8033 [MD] Remove bool division of lite cv
Merge pull request !8033 from jiangzhiwen/fix/remove_bool_divide
5 years ago
jiangzhiwen
6c9fb23d81
remove bool division
5 years ago
xulei2020
e4ce2e34dc
fix lite_cv bug for codex_c++ warning
5 years ago
xulei2020
ac21d457ff
fix lite_cv include path bug
5 years ago
mindspore-ci-bot
03dfa88a1e
!7846 [MD] Add Channel 1 to 4 of bool, uint64 and int64 for lite cv
Merge pull request !7846 from jiangzhiwen/fix/merge
5 years ago
xulei2020
9a1d3b09b6
fix dataset lite build with convert tool
5 years ago
jiangzhiwen
92ccbef65e
add C1-4 of bool, uint64 and int64
5 years ago
Eric
f842a45582
Adding fix to normalize call
5 years ago
Eric
5c37b95992
Added Crop, need decode.
Added decode for source operators
Partial lite build fix
Only crop op enabled
Removed opencv from mdlite "full" build
Adding tests
disabling tests for now, compiling
Halfway done adding normalize
Log linking failed for lite
Added normalize, and resize
Addressing comments part 1
Added CI fix part 1
Added CI fix part 2
added CI fix part 3
Added CI fix part 4
can't remove long
Removed open cv build completely
Removed packaging code for open cv
Disable lint check for C type
Fix CI issues part five
5 years ago
xulei2020
2d527eaadd
fix crop param when x = 0 or y = 0
5 years ago
mindspore-ci-bot
19b10d474f
!7530 [MD] Add divide image proccessing
Merge pull request !7530 from jiangzhiwen/lite/image_divide
5 years ago
xulei2020
8f392204be
minddata build with mindspore-lite train
5 years ago
mindspore-ci-bot
ff85533155
!7566 [MD]add comment for ExtractOp and Split op
Merge pull request !7566 from xulei/lite_test0905
5 years ago
xulei2020
6a1b2f9ba3
add comment for ExtractOp and Split op
5 years ago
jiangzhiwen
8e785648da
add merge image processing
5 years ago
jiangzhiwen
fadc97a18f
add divide op
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
7707bb8540
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
Merge pull request !7439 from xulei/lite_test0905
5 years ago
xulei2020
442cee15ad
add yuv420sp to bgr, split and extractchannel
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
xiefangqi
ba38523674
fix opencv float exception
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
jiangzhiwen
197f0cabe0
check affine input size
5 years ago
yanghaitao1
d4383c4f33
set opencv threads 0
5 years ago
mindspore-ci-bot
051928b867
!6963 [Data]add input param check
Merge pull request !6963 from xulei/lite_test0905
5 years ago
xulei2020
6bb34eaa64
add input param check
5 years ago
xiefangqi
1dc50a2302
minddata catch jpeg errexit runtime error
5 years ago
Lixia Chen
983827ec5c
Rebase up to 88ded11f59
5 years ago
shenwei41
f2e34b2eaf
Clean up the view code
5 years ago
mindspore-ci-bot
1dbaaa8b32
!6447 Adds run time crop check
Merge pull request !6447 from EricZ/add_crop_check
5 years ago