mindspore-ci-bot
0d486adef1
!3974 Eliminate the pause for each cycle of the Repeat
...
Merge pull request !3974 from lixiachen/repeat_task2
2020-09-16 09:35:39 +08:00
liyong
930e85ed5c
fix get_dataset_size in distributedSampler & num_samples
2020-09-15 22:53:57 +08:00
Cathy Wong
f7adf648e9
dataset API docstring: Update datasets, samplers, graphdata and text
2020-09-14 18:10:44 -04:00
Lixia Chen
b5b333726f
Leaf ops do self-reset.
2020-09-14 09:48:14 -04:00
xiefangqi
653c79b4af
md fix per_batch_map issue
2020-09-14 09:55:51 +08:00
liyong
16147669a6
fix num_samples in concatDataset
2020-09-12 15:06:18 +08:00
mindspore-ci-bot
eb049b0e93
!5842 [Dataset] dataset op log changes
...
Merge pull request !5842 from luoyang/pylint
2020-09-12 09:42:42 +08:00
mindspore-ci-bot
28e2b0253e
!6086 Order dict by column_id in create_dict_iterator()
...
Merge pull request !6086 from ZiruiWu/order_dict_in_create_dict_iterator
2020-09-12 08:41:46 +08:00
Zirui Wu
d54ba374b9
order dict by column_id in create_dict_iterator()
...
fix CI
2020-09-11 15:33:47 -04:00
YangLuo
f5a85510f2
[MD] dataset op log changes
2020-09-12 00:43:36 +08:00
nhussain
96de2ffdb6
fix errors from old compose call in Python
2020-09-11 10:30:23 -04:00
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
...
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
2020-09-11 20:19:06 +08:00
mindspore-ci-bot
5b4642d10a
!4950 Fixing Minddata profiling monitor
...
Merge pull request !4950 from anthonyaje/monitor_fix
2020-09-11 14:34:27 +08:00
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
2020-09-11 11:35:50 +08:00
mindspore-ci-bot
cf7d6eddc4
!6019 [MD] Move Random(Choice/Apply/Order) from vision to transforms module
...
Merge pull request !6019 from nhussain/move_random_choice_apply
2020-09-11 10:37:21 +08:00
mindspore-ci-bot
a778868a5a
!5929 BucketBatchByLength column issue
...
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
2020-09-11 05:53:48 +08:00
nhussain
f42f9ef9d7
move random apply order and choice ops
2020-09-10 15:39:56 -04:00
nhussain
92e99ff224
change map calls
2020-09-10 10:25:05 -04:00
anthonyaje
2d08d83247
Fixed connector_size and monitor.
2020-09-09 17:54:59 -04:00
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
...
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
2020-09-09 09:59:55 -04:00
xiefangqi
d0410d6191
md delete set_dataset_size interface
2020-09-09 09:56:03 +08:00
mindspore-ci-bot
c45f79d36b
!5384 [MD]-Api changes
...
Merge pull request !5384 from nhussain/api_changes
2020-09-09 09:49:05 +08:00
mahdi
a152a65227
Fixed the column problem in BucketBatchByLength
2020-09-08 17:48:42 -04:00
Zirui Wu
bde9f18f5a
update lookup api to take in a type
...
ci
add test case
address some of the review cmts
address review cmts
2020-09-08 11:59:28 -04:00
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
2020-09-08 10:26:20 -04:00
mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
...
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
2020-09-03 22:37:42 +08:00
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
2020-09-02 17:12:48 -04:00
Cathy Wong
4d4c11b133
dataset API docstring cleanup: Standard product terms NumPy, Python
2020-09-02 10:42:12 -04:00
mindspore-ci-bot
bb84f50407
!5473 optim pylint
...
Merge pull request !5473 from jinyaohui/master
2020-09-02 15:25:30 +08:00
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
2020-09-01 11:24:26 -04:00
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
...
Merge pull request !5624 from heleiwang/gnn_perf
2020-09-01 19:22:53 +08:00
heleiwang
857cf2f77f
Optimize the negative sampling process
2020-09-01 16:29:59 +08:00
mindspore-ci-bot
5453b40311
!4477 add dataset compare function to utils
...
Merge pull request !4477 from tony_liu2/staging
2020-09-01 11:15:18 +08:00
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
2020-08-31 15:04:26 -04:00
jinyaohui
a9972a7def
optim pylint
2020-08-31 14:49:57 +08:00
tony_liu2
70bfd506a1
add function
...
pr comment fix
revert graphengine
2020-08-27 16:50:19 -04:00
mindspore-ci-bot
7aaf4118bf
!5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
...
Merge pull request !5297 from MahdiRahmaniHanzaki/cutmix-fix
2020-08-27 21:32:09 +08:00
mahdi
7ad7024c45
Fixed 2D one-hot label problems in CutMix and MixUp
2020-08-26 16:17:21 -04:00
islam_amin
94a4a3f20b
changing affine and posterize apis
2020-08-26 10:51:54 -04:00
mindspore-ci-bot
e4d2f2fd3b
!5030 Adding a BBox class and fixing Posterize C Op testing.
...
Merge pull request !5030 from islam_amin/bbox_class
2020-08-26 11:40:57 +08:00
mindspore-ci-bot
20b3134785
!5184 fix: padded dataset when no div and with repeat op
...
Merge pull request !5184 from guozhijian/fix_padded_with_no_div_repeat
2020-08-26 10:47:22 +08:00
mindspore-ci-bot
f3fd7a5578
!5073 Add checks and exception handling DS callback
...
Merge pull request !5073 from h.farahat/map_callback_end
2020-08-26 10:40:40 +08:00
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
2020-08-26 08:56:37 +08:00
mindspore-ci-bot
346b97acb8
!5156 fix softdvpp coredump
...
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
2020-08-25 22:20:00 +08:00
qianlong
12dfca71f1
fix softdvpp coredump
2020-08-25 18:56:40 +08:00
YangLuo
67f5c89cd6
Check input image type for random posterize
2020-08-25 16:26:17 +08:00
islam_amin
641e751d5e
adding bbox class
2020-08-24 18:22:58 -04:00
Mahdi
a2c38d89f9
Added float32 support for CutMixBatch
2020-08-24 17:15:25 -04:00
hesham
8eeceb267b
- release the wait if training is ended
2020-08-24 13:11:07 -04:00
mindspore-ci-bot
ac81886328
!4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
...
Merge pull request !4916 from heleiwang/gnn_fix_bug
2020-08-22 10:51:01 +08:00
mindspore-ci-bot
9b503e4f38
!4955 Fixes for Dynamic Augmentation Ops
...
Merge pull request !4955 from MahdiRahmaniHanzaki/dynamic-ops-fix
2020-08-22 10:27:50 +08:00
Mahdi
a5f9b8f92e
Added fix for MixUpBatch and CutMixBatch and for RandomAffine
...
updated c color op descriptions
2020-08-21 17:40:08 -04:00
mindspore-ci-bot
9d7250c483
!4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
...
Merge pull request !4776 from ZiruiWu/map_callback_follow_up
2020-08-22 03:31:31 +08:00
Zirui Wu
74c1e6da60
introducing pause and quit flags to DataBuffer
...
fix review cmts
fix ci
fix Ci
fixci
address ci
ci
- add timeout
- add more test cases
fix CI
address review cmts
2020-08-21 14:33:26 -04:00
mindspore-ci-bot
82c888f065
!4930 Fix CI cifar hang issue
...
Merge pull request !4930 from xiefangqi/fix_cifar_nofile_issue
2020-08-21 20:49:40 +08:00
xiefangqi
e3e7820413
fix cifar stuck problem
2020-08-21 19:35:07 +08:00
heleiwang
4870abc848
1. fix generator_dataset hangs
...
2. fix test_graphdata_distributed.py failing randomly
2020-08-21 16:03:06 +08:00
jonyguo
5b4b539751
fix: concat with none sample dataset
2020-08-21 09:19:50 +08:00
mindspore-ci-bot
ed954dc407
!4782 Python UT fails on RandomPosterize
...
Merge pull request !4782 from islam_amin/bbox_class
2020-08-20 10:18:59 +08:00
islam_amin
85357238fe
Fixing posterize python ut
2020-08-19 21:35:07 -04:00
Jesse Lee
8a08d0c37b
Phase 2 of CacheOp
2020-08-19 13:45:55 -04:00
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
...
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
2020-08-19 12:31:04 -04:00
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
...
Merge pull request !4498 from heleiwang/gnn_distributed
2020-08-19 16:09:05 +08:00
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
2020-08-19 11:09:01 +08:00
mindspore-ci-bot
50b5c8035b
!4701 fix concat get_dataset_size error
...
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
2020-08-19 09:14:30 +08:00
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
2020-08-18 15:41:21 -04:00
islam_amin
979111d0ef
Added Posterize Op
2020-08-18 13:55:47 -04:00
jonyguo
b0b370336f
fix: concat get_dataset_size error
2020-08-18 23:40:17 +08:00
jonyguo
5f294fb90d
fix: random affine parameter check
2020-08-18 21:58:53 +08:00
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
2020-08-18 03:27:33 +08:00
mahdi
3ecc53fb4e
Added CutMix
2020-08-17 13:01:47 -04:00
jonyguo
8bb4449fa8
add testcase for padded dataset with decode op
2020-08-17 16:43:23 +08:00
mayang
c410c6a6e2
soft_dvpp_decode_resize_jpeg_op issue resolved, input size can be an int, break the constraints of input size being sequence (height, width)
2020-08-17 14:57:04 +08:00
Alexey Shevlyakov
8526d5414d
RandomColor
2020-08-13 16:10:21 -04:00
mindspore-ci-bot
7a10e07fc6
!4383 Add distributedSampler to concatOP
...
Merge pull request !4383 from genglishuai/genglshOK
2020-08-14 00:06:06 +08:00
genglishuai
4d4df68d1e
add DistributedSampler for Concat op
2020-08-13 22:52:02 +08:00
mindspore-ci-bot
ed1244558c
!4366 Fixing param type in c++ api and fixing python validator for Repeat Op
...
Merge pull request !4366 from TinaMengtingZhang/cpp-api-repeat-count
2020-08-13 22:03:39 +08:00
tinazhang
0868720eb7
fix parameter type for repeat op in c++ api and added c++/python ut.
2020-08-12 17:23:42 -04:00
anzhengqi
3e31ac6d62
all Dataset support get_dataset_size
2020-08-12 15:35:47 +08:00
mindspore-ci-bot
9276a9d2fb
!3771 C++ API Support for TextFile Dataset
...
Merge pull request !3771 from cathwong/ckw_c_api_textfile_nosampler
2020-08-12 04:32:05 +08:00
avakh
477528de7f
random sharpness cpp op support
2020-08-11 15:30:40 -04:00
nhussain
7766efd58e
add files
2020-08-11 11:54:14 -04:00
Cathy Wong
7f39b5cfd7
C++ API Support for TextFile Dataset and Unit Tests
2020-08-11 11:53:53 -04:00
mindspore-ci-bot
c2997845c2
!4289 Fix pad op validate issue
...
Merge pull request !4289 from xiefangqi/fix_pad_validate
2020-08-11 20:20:35 +08:00
xiefangqi
7ee1e46455
fix pad op validate issue
2020-08-11 17:28:08 +08:00
qianlong
e9c4378ed8
add support of soft dvpp op
2020-08-11 15:46:07 +08:00
mindspore-ci-bot
266df56570
!4220 [MD] add num_samples support in minddataset pk sampler
...
Merge pull request !4220 from liyong126/minddataset_pk_num_samples
2020-08-11 11:22:28 +08:00
islam_amin
e52d85ba9d
Added RandomAffine Op
2020-08-10 17:52:50 -04:00
mindspore-ci-bot
9ad82f79fd
!3979 Adding MixUp operation
...
Merge pull request !3979 from MahdiRahmaniHanzaki/mixup
2020-08-10 23:01:26 +08:00
liyong
7341421d3b
fix num samples in pk sampler
2020-08-10 19:05:47 +08:00
xiefangqi
3d7826b6df
test five crop problem
2020-08-10 16:59:24 +08:00
Mahdi
1896950ae5
Added Mixup
2020-08-07 17:47:16 -04:00
mindspore-ci-bot
e19d382473
!3346 Maintain epoch/repeat count for ops
...
Merge pull request !3346 from lixiachen/repeat_rework
2020-08-07 20:39:19 +08:00
Lixia Chen
ac85b77b76
Maintain epoch/repeat count for ops
2020-08-06 09:47:31 -04:00
mindspore-ci-bot
7ec0b5857a
!3977 [MD] Refactor Concatenate Op
...
Merge pull request !3977 from nhussain/multi_dim_concat_2
2020-08-06 02:53:06 +08:00
nhussain
61769b2dd9
fix concat
2020-08-05 11:28:56 -04:00
mindspore-ci-bot
27e51c5a63
!3553 Unify np array comparisons
...
Merge pull request !3553 from tony_liu2/staging
2020-07-31 21:39:31 +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
tony_liu2
269b477684
use np.testing.assert instead of asserting
...
fix line lengths
fix spacing
reverse a few changes
2020-07-29 14:53:01 -04: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
guansongsong
1906ed1be8
fix cache description again
2020-07-28 13:26:29 +08:00
guansongsong
b6529b9096
fix cache description
2020-07-28 13:03:06 +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
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
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
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
mindspore-ci-bot
06ed9ffd6a
!3183 Remove files on test fail for test_minddataset*.py
...
Merge pull request !3183 from tony_liu2/master
2020-07-24 23:47:29 +08:00
xulei2020
0af6d75761
add code
2020-07-24 19:51:27 +08:00
qianlong
d28c63b6c0
fix diff workers disallow cache
2020-07-24 15:30:00 +08:00
mindspore-ci-bot
21a5f06e93
!3328 Add testcases
...
Merge pull request !3328 from shenwei41/sw_master
2020-07-23 09:57:22 +08:00
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
2020-07-22 16:34:10 -04:00
mindspore-ci-bot
859fe6bc41
!3342 C++ API Support for Skip Dataset Op plus UTs
...
Merge pull request !3342 from cathwong/ckw_c_api_skip
2020-07-23 04:28:38 +08:00
mindspore-ci-bot
df1300d9cb
!3294 Refactor opt/pre passes
...
Merge pull request !3294 from nsyca/removal_pass
2020-07-23 02:51:31 +08:00
Cathy Wong
8921a6099c
C++ API Support for Skip Dataset Op and UTs
2020-07-22 13:21:35 -04:00
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
2020-07-23 00:49:29 +08:00
Nat Sutyanyong
9fb1904ed8
Refactoring opt/pre
2020-07-22 11:13:42 -04:00
shenwei41
4eaa396ca7
Add testcases
2020-07-22 20:21:19 +08:00
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
2020-07-22 14:16:16 +08:00
Zirui Wu
40ea84ae81
fix from_file validator minor error, 1 line change
...
add test case
2020-07-21 23:17:26 -04:00
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
2020-07-21 21:56:41 +08:00
panfengfeng
5aad4bdfbf
change size
2020-07-21 14:56:55 +08:00
xiefangqi
64a6ed56de
fix annotation
2020-07-21 12:04:56 +08:00
mindspore-ci-bot
ad651f38bf
!3124 [MD] error occur when using numpy types
...
Merge pull request !3124 from liyong126/fix_numpy_generic
2020-07-21 11:44:34 +08:00
mindspore-ci-bot
bfc18704d5
!3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
...
Merge pull request !3254 from nhussain/padding_upperbound
2020-07-21 10:18:56 +08:00
mindspore-ci-bot
0e27dccbcf
!3093 VOCDataset output change to multi-columns
...
Merge pull request !3093 from xiefangqi/md_voc_multi_columns
2020-07-21 09:12:01 +08:00
liyong
28ebd73096
fix bug when int or float is numpy type
2020-07-21 09:07:29 +08:00
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
2020-07-20 21:03:26 -04:00
nhussain
b064cbab5d
fix upper bound
2020-07-20 15:26:49 -04:00
mindspore-ci-bot
b091f74c23
!3016 Add CSV dataset loader
...
Merge pull request !3016 from jiangzhiwen/dataset/csv
2020-07-20 22:14:52 +08:00
jiangzhiwen
2f506b7985
CSV dataset loader
2020-07-20 20:22:08 +08:00
mindspore-ci-bot
fa7fa8a162
!3234 [MD] fix bug when save tfrecord data
...
Merge pull request !3234 from liyong126/fix_save_tfrecod
2020-07-20 20:18:12 +08:00
liyong
f521532a06
fix field_name probelem from tfrecord to mindrecord
2020-07-20 17:12:21 +08:00
xulei2020
18b519ae0f
add sentence piece
2020-07-20 15:50:35 +08:00
xiefangqi
fbd9e3d402
vocdataset output multi-columns
2020-07-20 14:40:30 +08:00
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
2020-07-20 13:02:47 +08:00
mindspore-ci-bot
4945d34a41
!3133 [MD] fix num_sample in distributed sampler
...
Merge pull request !3133 from liyong126/md_num_of_samples
2020-07-18 15:36:33 +08:00
mindspore-ci-bot
a84092e89d
!3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
...
Merge pull request !3102 from nhussain/random_crop_fixes
2020-07-17 22:33:50 +08:00
liyong
e2ea1fa0df
activate num_samples in distributed samplers
2020-07-17 16:55:57 +08:00
mindspore-ci-bot
1bcbbb08d6
!2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
...
Merge pull request !2973 from luoyang/update
2020-07-17 11:06:35 +08:00
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
...
Merge pull request !3144 from nhussain/dataset_check
2020-07-17 06:04:14 +08:00
nhussain
c984b0fc88
fix size tuple
2020-07-16 17:02:34 -04:00
mindspore-ci-bot
35c0f1d2e6
!3143 Add python UT to MnistDataset op
...
Merge pull request !3143 from TinaMengtingZhang/dataset-op-ut-mnist
2020-07-17 04:40:26 +08:00
tinazhang
ab37e87d7a
adding Mnist python ut coverage
2020-07-16 14:14:20 -04:00
islam_amin
5647889c0d
Added AutoContrast Op
2020-07-16 13:09:52 -04:00
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
...
Merge pull request !3077 from ava/invert
2020-07-17 01:04:43 +08:00
mindspore-ci-bot
c07a8d2033
!3137 Cleanup dataset UT: Remove deprecated save_and_check
...
Merge pull request !3137 from cathwong/ckw_dataset_ut_cleanup7
2020-07-17 00:45:56 +08:00
nhussain
5871ba8a05
more validator fixes
2020-07-16 10:10:36 -04:00
liyong
bc676fe250
save op in minddataset
2020-07-16 15:10:48 +08:00
avakh
35c3a63701
support cpp invert operation
2020-07-15 23:45:45 -04:00
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
2020-07-15 20:47:31 -04:00
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
2020-07-15 13:39:10 -04:00
YangLuo
4136892a3e
add SlidingWindow Op
2020-07-15 19:55:33 +08:00
mindspore-ci-bot
bc0a53cfb1
!3030 minddata support ps-lite feature
...
Merge pull request !3030 from xiefangqi/md_support-pslite
2020-07-15 09:11:37 +08:00
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
2020-07-15 04:44:52 +08:00
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
2020-07-15 03:11:31 +08:00
mindspore-ci-bot
bed93a9ead
!3039 [Dataset Python UT] adding coverage to Cifar Op and update test dataset
...
Merge pull request !3039 from TinaMengtingZhang/dataset-op-ut-cifar
2020-07-15 02:10:52 +08:00
Zirui Wu
63185cb20f
fix some validators errors
...
address review cmts
addr review cmts
2020-07-14 14:04:40 -04:00
Cathy Wong
ae1ed327ba
Cleanup dataset UT: Remove unneeded data files and tests
2020-07-14 12:24:54 -04:00
nhussain
05b2a57d2a
fix validation errors, and fix try catch error tests
2020-07-14 11:50:00 -04:00
tinazhang
340d98a4d1
added test case to cifar_op
...
update cifar10 dataset
fixing missing error handling code in validator
2020-07-14 11:22:38 -04:00
xiefangqi
add19a591c
md support ps-lite
2020-07-14 21:46:11 +08:00
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
2020-07-14 09:36:34 +08:00
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
2020-07-13 18:11:19 -04:00
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
2020-07-13 10:18:53 -04:00
mindspore-ci-bot
6284c42a76
!2941 MD tokenizer support output offsets
...
Merge pull request !2941 from xiefangqi/md_add_offsets_feature
2020-07-11 14:36:00 +08:00
xiefangqi
47060631e5
add offsets feature to tokenizer
2020-07-11 11:20:02 +08:00
mindspore-ci-bot
541456044d
!2934 GraphData support random_walk and get_edge_feature
...
Merge pull request !2934 from heleiwang/gnn_july
2020-07-11 10:26:17 +08:00
mindspore-ci-bot
2f565f4c20
!2776 Update API of dataset.text.lookup
...
Merge pull request !2776 from ZiruiWu/master
2020-07-10 22:18:48 +08:00
heleiwang
7a046a1d70
support get_edge_feature
2020-07-10 17:05:23 +08:00
Zirui Wu
7b15e5a742
rework on lookup
...
add test caser
fix ci
address review cmts
ci
addr review cmt
fix typo
address review cmts
add 2 more test cases
cpplint fix
addr cpplint
addr ci
fix tst case err
fix doc str
2020-07-09 17:10:18 -04:00
nhussain
2c7fd248f8
fixes for PR-2908: avoid empty strings for column names
2020-07-09 11:44:33 -04:00
nhussain
6c37ea3be0
fix validators
...
fixed random_apply tests
fix validators
fixed random_apply tests
fix engine validation
2020-07-08 16:40:33 -04:00
mindspore-ci-bot
915ddd25dd
!2892 gnn random walk pr 1977 comment follow up
...
Merge pull request !2892 from tony_liu2/master
2020-07-09 03:35:55 +08:00
avakh
421b80bf8f
updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
2020-07-07 18:05:49 -04:00
tony_liu2
14899a1410
fix gnn random walk pr 1977 comments
...
add fix to random resize decode crop test case
fix pylint issues
2020-07-07 17:32:08 -04:00
mindspore-ci-bot
9ba937b1af
!2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
...
Merge pull request !2920 from danishnxt/AugOps-M1-Python
2020-07-08 05:18:58 +08:00
mindspore-ci-bot
c9929fd8a1
!2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
...
Merge pull request !2900 from islam_amin/object_ops_cc_float
2020-07-08 03:53:39 +08:00
mindspore-ci-bot
92d2011b8b
!2924 [Dataset Python UT] Disable md5 random perspective test
...
Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
2020-07-08 03:52:21 +08:00
Danish Farid
78c370f72a
First Commit - New Infrastructure - Python UT tests + Common Aug Files
...
fix accidental change overwrite
fix 2
updated inits from 0 to 0.0 for float
improvd python ut comments
updated macro
2020-07-07 14:50:34 -04:00
tinazhang
8455f957ac
disable md5 random perspective test case
2020-07-07 14:21:06 -04:00
islam_amin
dfc3409f67
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
2020-07-06 23:49:21 -04:00
xiefangqi
62d55fdbce
vocdataset support float bbox
2020-07-07 10:07:42 +08:00
mindspore-ci-bot
b5066e81ee
!2308 Unskip md5 python UT case for RandomPerspective
...
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
2020-07-04 03:37:58 +08:00
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
2020-07-03 13:10:13 -04:00
Danish Farid
5a9673ee6f
fix_annotate bug fix
2020-07-03 11:17:13 -04:00
peilin-wang
29aa589972
added check for invalid type for boolean args
2020-07-02 16:49:09 -04:00
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
2020-06-30 21:10:37 +08:00
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
...
Merge pull request !2737 from Peilin/zero-input-bucket-check
2020-06-30 05:33:41 +08:00
mindspore-ci-bot
1227719cdd
!2603 [Dataset Python UT] Cleanup mse and md5 validation
...
Merge pull request !2603 from TinaMengtingZhang/I1LTCA-mse-check-cleanup
2020-06-30 04:46:49 +08:00
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
2020-06-29 16:34:39 -04:00
mindspore-ci-bot
c70e6987ba
!2624 Fix config test
...
Merge pull request !2624 from EricZ/fix_config_test
2020-06-30 01:11:12 +08:00
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
...
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
2020-06-29 23:54:42 +08:00
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
2020-06-29 11:51:07 -04:00
ms_yan
7fa0d9e7e4
add paramter check for numpyslices and num_shards
2020-06-29 19:12:52 +08:00
mindspore-ci-bot
32a2d5d21c
!2629 get monitor sampling interval from json file
...
Merge pull request !2629 from yanghaitao/yht_sampling_interval
2020-06-28 20:05:05 +08:00
mindspore-ci-bot
363489d00f
!2580 BasicTokenizer do not case fold on preserved words
...
Merge pull request !2580 from qianlong21st/fix_basic_tokenizer
2020-06-28 19:36:28 +08:00
qianlong
cae77c0c22
BasicTokenizer not case fold on preserverd words
2020-06-28 16:28:00 +08:00
liyong
68e2097897
fix split erroer message
2020-06-28 15:47:10 +08:00
yanghaitao
fd701b8504
set monitor sampling interval through json file
2020-06-28 15:18:21 +08:00
Eric
a4f5802924
Added Fix for test config
2020-06-27 15:20:48 -04:00
Alexey Shevlyakov
698abf75fc
Connector throughput + PerfData + CyclicArray
2020-06-26 14:45:01 -04:00
mindspore-ci-bot
a1b17bd2e2
!2593 python unit tests for randomResizeWithBBox and ResizeWithBBox
...
Merge pull request !2593 from ava/python_ut_tests
2020-06-27 02:31:31 +08:00
avakh
1e869146e9
applying comments removing VOC
2020-06-26 12:39:48 -04:00
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
2020-06-26 12:26:41 -04:00
mindspore-ci-bot
e11c953225
!2587 Implementing Python UTs for BoundingBoxAugment and RandomHorizontalFlipWithBBox
...
Merge pull request !2587 from imaaamin/object_ops_ut
2020-06-26 00:43:31 +08:00
mindspore-ci-bot
067592ccf9
!2590 Updated Python UTs for RandomVerticalFlipWithBBox, RandomCropWithBBox and RandomResizedCropWithBBox
...
Merge pull request !2590 from danishnxt/AugOps2
2020-06-25 23:40:34 +08:00
islam_amin
0f58f0338e
updating ut for RandomHorizontalFlipWithBBox and BBoxAugment
2020-06-25 11:35:22 -04:00
mindspore-ci-bot
b0a10c26a4
!2532 adding random-resize-with-bbox-op and resize-with-bbox-op
...
Merge pull request !2532 from ava/NNNewMaster
2020-06-25 20:42:00 +08:00
Danish Farid
3d1ecaaeb5
updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
2020-06-25 03:19:14 -04:00
avakh
587e260236
addressing comments
2020-06-24 18:54:47 -04:00
Jamie Nisbet
c22eac743d
subtree creation in python apis
...
updates
fix
fix cpplint
fix
2020-06-24 17:17:05 -04:00
Danish Farid
a8f392ca42
updated test util file + new BoundingBoxCheck + fixed VOCDataset annotations
...
Style Error fix
fixed PyLint problem
reverting testVOC2012 due to CI break for existing test
reverting testVOC2012 due to CI break for existing test-2
updated old error messages to confirm with global standard
addressing PR 2355 Comments - 1
addressing PR 2355 Comments - 2
addressing PR 2355 Comments - 3
2020-06-24 12:41:41 -04:00
YangLuo
4e3bfcf4c9
!2306 [Dataset] Code review & improve quality
2020-06-22 14:01:22 +08:00
mindspore-ci-bot
beb436f457
!2398 Bug in Slice when multiple rows are used
...
Merge pull request !2398 from h.farahat/slice_bug
2020-06-22 09:23:44 +08:00
mindspore-ci-bot
a9c309da4c
!2404 [Dataset]rename input variable name to children and output variable to parent
...
Merge pull request !2404 from xulei/input_output
2020-06-22 09:22:33 +08:00
mindspore-ci-bot
1ea38eb60c
!2375 Add Python Tokenizer
...
Merge pull request !2375 from h.farahat/python_tokenizer
2020-06-22 09:20:33 +08:00
liyong
2412ee09ce
fix distributedSampler reshuffle and fix random_device failed
2020-06-21 18:23:47 +08:00
mindspore-ci-bot
78a8bc302d
!2380 Fix CocoDataset issue
...
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
2020-06-20 18:41:07 +08:00
xulei2020
3b71bd0d5d
rename input to children, output to parent
2020-06-20 16:40:10 +08:00
hesham
68030e6a4b
Slice Bug
2020-06-20 00:47:13 -04:00
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
2020-06-20 12:08:43 +08:00
xiefangqi
5703a10b8b
fix CocoDataset issue
2020-06-20 09:51:10 +08:00
mindspore-ci-bot
bbf69912be
!2363 fix TextFildDataset and CLUEDataset does not support to_device
...
Merge pull request !2363 from yanghaitao/yht_fix_textfiledataset
2020-06-20 09:47:01 +08:00
hesham
e981c67acd
Python Tokenizer
...
!38 Synchronize with latest Ascend software suite 17 Jun 2020
Merge pull request !38 from yanghaoran/master
2020-06-19 19:57:11 -04:00
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
2020-06-19 19:11:50 -04:00
mindspore-ci-bot
bc4b1c2460
!2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
...
Merge pull request !2373 from danishnxt/AugOpsD1
2020-06-20 05:19:03 +08:00
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
...
Merge pull request !2325 from imaaamin/object_ops_pr2
2020-06-20 04:50:56 +08:00
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
...
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
2020-06-19 16:09:16 -04:00
islam_amin
edc42c5b85
addressed comments from reviews
2020-06-19 14:53:46 -04:00
nhussain
d89101b95f
add missing test
2020-06-19 11:44:41 -04:00
yanghaitao
9f336bb735
fix TextFileDataset and CLUEDataset failed with to_device
2020-06-19 17:28:05 +08:00
peilinwang
1e36b0649f
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
ToNumberOp implementation almost done
ToNumberOp complete
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
merge conflicts
2020-06-18 20:07:35 -04:00
hesham
11826fb256
DuplicateOp
2020-06-18 19:47:27 -04:00
mindspore-ci-bot
90bb9320aa
!2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
...
Merge pull request !2314 from imaaamin/object_ops_pr
2020-06-19 07:08:42 +08:00
mindspore-ci-bot
a83baafbf6
!2253 Add ConcatOp to Dataset
...
Merge pull request !2253 from nhussain/concat_op
2020-06-19 06:32:15 +08:00
mindspore-ci-bot
3784220056
!2317 rework on dataset.text.vocab to support any user special_tokens
...
Merge pull request !2317 from ZiruiWu/vocab_rework
2020-06-19 05:25:31 +08:00
nhussain
5515016dba
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
2020-06-18 17:17:50 -04:00
mindspore-ci-bot
ffc8a3c362
!2274 add PadEndOp
...
Merge pull request !2274 from xunxue/padend
2020-06-19 05:05:14 +08:00
mindspore-ci-bot
e4322baece
!2316 [Dataset] Move python tree transformation into cpp pass
...
Merge pull request !2316 from JunhanHu/alter_node_cpp
2020-06-19 05:02:03 +08:00
islam_amin
0af156d169
added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
2020-06-18 16:55:31 -04:00
xunxue
87aa9c8f7a
PadEndOp
2020-06-18 16:07:34 -04:00
Junhan Hu
57f3732ac3
Move python tree transformation into cpp pass.
2020-06-18 15:52:38 -04:00
Zirui Wu
b6e9504b31
phase I of Vocab rework
...
phase II vocab rework
added more test cases
fix api doc string
address review cmts and fix CI
address ci complains
fix review cmts
ci
2020-06-18 15:36:28 -04:00
Zirui Wu
8f2674850b
address API doc style and content
...
addr review cmts
revert
ci
private class
ci
fix ci
address ci
address review cmts
fix style err
2020-06-18 12:23:42 -04:00
mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
...
Merge pull request !2211 from h.farahat/pair_truncate
2020-06-18 20:58:40 +08:00
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
...
Merge pull request !1993 from luoyang/pylint
2020-06-18 18:59:31 +08:00
ms_yan
8d1dae46ac
Throw error when load config failed
2020-06-18 13:47:32 +08:00