mindspore-ci-bot
0a2980ca74
!3440 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
...
Merge pull request !3440 from xulei/sentence_piece0715
5 years ago
mindspore-ci-bot
06ed9ffd6a
!3183 Remove files on test fail for test_minddataset*.py
...
Merge pull request !3183 from tony_liu2/master
5 years ago
xulei2020
0af6d75761
add code
5 years ago
qianlong
d28c63b6c0
fix diff workers disallow cache
5 years ago
mindspore-ci-bot
21a5f06e93
!3328 Add testcases
...
Merge pull request !3328 from shenwei41/sw_master
5 years ago
tony_liu2
1f4251a440
add try to minddataset python tests to remove files on fail
...
delete unrelated file
change finally to except else
fix spacing alignment
fix indentation
fix indentation
fix indentation
add fix to new test case
add if main for pytest
fix spacing
5 years ago
mindspore-ci-bot
859fe6bc41
!3342 C++ API Support for Skip Dataset Op plus UTs
...
Merge pull request !3342 from cathwong/ckw_c_api_skip
5 years ago
mindspore-ci-bot
df1300d9cb
!3294 Refactor opt/pre passes
...
Merge pull request !3294 from nsyca/removal_pass
5 years ago
Cathy Wong
8921a6099c
C++ API Support for Skip Dataset Op and UTs
5 years ago
mindspore-ci-bot
c24122bb55
!3303 fix validator that checks the vocab_size is positive in vocab.from_file
...
Merge pull request !3303 from ZiruiWu/fix_vocab_validator
5 years ago
Nat Sutyanyong
9fb1904ed8
Refactoring opt/pre
5 years ago
shenwei41
4eaa396ca7
Add testcases
5 years ago
Amir Lashkari
6f186aafa0
Update Python UA op, AutoContrast Op and UT
...
Updated Validators.py
Fixed UA UT
Fixed UA UT
Fixed PyLint Errors
Added aditional changes
remove old golden AutoContrast UT file
updated Autocontrast python UT
Added golden files
Fixed issue
fixed UT
5 years ago
Zirui Wu
40ea84ae81
fix from_file validator minor error, 1 line change
...
add test case
5 years ago
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
5 years ago
panfengfeng
5aad4bdfbf
change size
5 years ago
xiefangqi
64a6ed56de
fix annotation
5 years ago
mindspore-ci-bot
ad651f38bf
!3124 [MD] error occur when using numpy types
...
Merge pull request !3124 from liyong126/fix_numpy_generic
5 years ago
mindspore-ci-bot
bfc18704d5
!3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
...
Merge pull request !3254 from nhussain/padding_upperbound
5 years ago
mindspore-ci-bot
0e27dccbcf
!3093 VOCDataset output change to multi-columns
...
Merge pull request !3093 from xiefangqi/md_voc_multi_columns
5 years ago
liyong
28ebd73096
fix bug when int or float is numpy type
5 years ago
Amir Lashkari
572750cd40
Added cpp Equalize op
...
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Added cpp Equalize op
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Fixed comment style
update files
deleted files
added files
added image_utils.h
Fixed PyLint and CPPLint Errors
updated tensor_op.h
5 years ago
nhussain
b064cbab5d
fix upper bound
5 years ago
mindspore-ci-bot
b091f74c23
!3016 Add CSV dataset loader
...
Merge pull request !3016 from jiangzhiwen/dataset/csv
5 years ago
jiangzhiwen
2f506b7985
CSV dataset loader
5 years ago
mindspore-ci-bot
fa7fa8a162
!3234 [MD] fix bug when save tfrecord data
...
Merge pull request !3234 from liyong126/fix_save_tfrecod
5 years ago
liyong
f521532a06
fix field_name probelem from tfrecord to mindrecord
5 years ago
xulei2020
18b519ae0f
add sentence piece
5 years ago
xiefangqi
fbd9e3d402
vocdataset output multi-columns
5 years ago
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
5 years ago
mindspore-ci-bot
4945d34a41
!3133 [MD] fix num_sample in distributed sampler
...
Merge pull request !3133 from liyong126/md_num_of_samples
5 years ago
mindspore-ci-bot
a84092e89d
!3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
...
Merge pull request !3102 from nhussain/random_crop_fixes
5 years ago
liyong
e2ea1fa0df
activate num_samples in distributed samplers
5 years ago
mindspore-ci-bot
1bcbbb08d6
!2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
...
Merge pull request !2973 from luoyang/update
5 years ago
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
...
Merge pull request !3144 from nhussain/dataset_check
5 years ago
nhussain
c984b0fc88
fix size tuple
5 years ago
mindspore-ci-bot
35c0f1d2e6
!3143 Add python UT to MnistDataset op
...
Merge pull request !3143 from TinaMengtingZhang/dataset-op-ut-mnist
5 years ago
tinazhang
ab37e87d7a
adding Mnist python ut coverage
5 years ago
islam_amin
5647889c0d
Added AutoContrast Op
5 years ago
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
...
Merge pull request !3077 from ava/invert
5 years ago
mindspore-ci-bot
c07a8d2033
!3137 Cleanup dataset UT: Remove deprecated save_and_check
...
Merge pull request !3137 from cathwong/ckw_dataset_ut_cleanup7
5 years ago
nhussain
5871ba8a05
more validator fixes
5 years ago
liyong
bc676fe250
save op in minddataset
5 years ago
avakh
35c3a63701
support cpp invert operation
5 years ago
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
5 years ago
Zirui Wu
d233c54139
implemented cpp random choice, apply and compos
...
python part of random ops
added random select sub policy
validators added
comments added, remaining issues addressed
add more python test cases
fix ci
fix CI
fix order of include files
addr review cmts
addr review cmts
reorg file
fix compile err
address review cmts
address review cmts
5 years ago
YangLuo
4136892a3e
add SlidingWindow Op
5 years ago
mindspore-ci-bot
bc0a53cfb1
!3030 minddata support ps-lite feature
...
Merge pull request !3030 from xiefangqi/md_support-pslite
5 years ago
mindspore-ci-bot
ba0143402c
!3067 Cleanup dataset UT: Remove unneeded tf data files and tests
...
Merge pull request !3067 from cathwong/ckw_dataset_ut_cleanup6
5 years ago
mindspore-ci-bot
219a716eae
!3066 fix some batch's get_dataset_size and some text validator inconsistency
...
Merge pull request !3066 from ZiruiWu/fix_validator
5 years ago