luoyang
f0e976dbda
[MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
5 years ago
mindspore-ci-bot
fe2852df82
!7703 C++ API: Add a parameter validation and fix incorrect format of error message for TFrecord
Merge pull request !7703 from TinaMengtingZhang/fix_tfrecord_issue_I1YKU6_I1YKXL
5 years ago
tinazhang
e7346dd3a9
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
5 years ago
Mahdi
0e03f5b0dd
Added GetDatasetSize
5 years ago
Zirui Wu
cfc50e231a
Added IR breakdown for remaining ops after PR7596
fix android build failure
fix include in datasets.cc
attempting fix android build
fix complie err x86
5 years ago
mindspore-ci-bot
e09e154391
!7596 IR breakdown for 8 non-leaf nodes (except MapOp)
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
5 years ago
mindspore-ci-bot
49f02bfbed
!7564 [MD]Fix Type Convert error in arm32
Merge pull request !7564 from xulei/cmake
5 years ago
Zirui Wu
d471552fc5
shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
concat, bucketbatch project rename
fix ci round 1
fix ci round 2
fix up
fix ci
5 years ago
Zirui Wu
65da71c3fa
Add IR for generator Op
fix ci
5 years ago
xulei2020
6d3d6633cb
fix type convert error in arm32
5 years ago
Eric
7e21648e16
Added Album empty string tensor support
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
Eric
d3e89086e5
Removed check for normalize mean
5 years ago
Eric
359ad19884
Added float_array support
Added fix, tests to come
5 years ago
hesham
bcf913fb0d
Add temp fix gor generator Op when num_epochs=-1
5 years ago
nsyca
587f1362e9
Revert 'Pull Request !6598 : Revert the code changes in PR3974'
5 years ago
mindspore-ci-bot
6f77ec45f1
!6905 [MD] Enable cache for more leaf datasets
Merge pull request !6905 from lixiachen/CacheOp_dev
5 years ago
YangLuo
c36a36304c
[MD] sampler log update
5 years ago
Lixia Chen
477808e622
Enable cache for other leaf ops
5 years ago
nsyca
78a0576833
revert code in PR3974
5 years ago
shenwei41
f2e34b2eaf
Clean up the view code
5 years ago
mindspore-ci-bot
ef42280d03
!6433 CSV Dataset fix StateDiagram iter compare to other container's end
Merge pull request !6433 from jiangzhiwen/fix/csv_iter_compare_end
5 years ago
mindspore-ci-bot
ddac441dfd
!6171 [MD] loading dataset log / dataset validation / dataset description
Merge pull request !6171 from luoyang/c-api-pyfunc
5 years ago
jiangzhiwen
bf7e14a083
fix StateDiagram iter compare to other container's end
5 years ago
luoyang
9064a5f731
add num_row check & fix api distributed sampler, lookup, default value
of usage
5 years ago
jiangzhiwen
f80db10d27
check if csv file is open
5 years ago
mindspore-ci-bot
0d486adef1
!3974 Eliminate the pause for each cycle of the Repeat
Merge pull request !3974 from lixiachen/repeat_task2
5 years ago
Zirui Wu
61004697c0
allow both image-idx and image.idx in mnist
5 years ago
Lixia Chen
b5b333726f
Leaf ops do self-reset.
5 years ago
YangLuo
f5a85510f2
[MD] dataset op log changes
5 years ago
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
5 years ago
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
5 years ago
mindspore-ci-bot
75045e3e2a
!5884 Modify alarm
Merge pull request !5884 from shenwei41/sw_master
5 years ago
shenwei41
0c6ce88058
Alarm modification
5 years ago
xiefangqi
9b8c19d9f1
fix dataset thread register problem
5 years ago
mindspore-ci-bot
bdf9617730
!5721 Modify alarm
Merge pull request !5721 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
5 years ago
shenwei41
675e4767e0
Modify alarm
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
5 years ago
mindspore-ci-bot
e502afca2d
!5646 WIP, Fix COCO incorrect header guard and pass by value, precursor to adding usage to COCO
Merge pull request !5646 from ZiruiWu/coco_fix_up
5 years ago
Zirui Wu
f84d898f0b
coco clean up
5 years ago
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
5 years ago
mindspore-ci-bot
6e452d829d
!5496 Change the argument type of CSV state function from char to int
Merge pull request !5496 from jiangzhiwen/bug/csv_char_to_int
5 years ago
jiangzhiwen
368c560c49
change state function argument type
5 years ago
ervinzhang
50cda2f8b1
added build option to build full minddata in ms-lite
5 years ago
jiangzhiwen
767f97cdb3
move GetValue out of try-catch
5 years ago
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
5 years ago
Eric
c79db93c48
Initial commit for album
Added linter fix for album dataset
Added testDataset
Adding signature
Added JsonDataset example API
Example dataset
Resolving format
More fixing
Refactor
Small fix
Added compiling album dataset
Running tests
Added linter fix #1
Passing UT
Added dataset API
Addressing clang
Clang part 2
Fixing pass
Fixed tree check
lint fix
Added lint fix part 2
5 years ago
xiefangqi
e3e7820413
fix cifar stuck problem
5 years ago