mayang
56acc65619
[MD] Replace the unsafe func 'snprintf' with a safe one 'snprintf_s' in soft_dp_log.h
5 years ago
jiangzhiwen
2a59596fe6
fix ImageFolderDataset probability failure
5 years ago
mindspore-ci-bot
9223915fb2
!6096 [Data] add RBGA TO RGB support for mindspore lite
Merge pull request !6096 from xulei/lite_test0905
5 years ago
mindspore-ci-bot
2ff6dd3b77
!5861 [MD] Change return val of GetNextRow in c-api
Merge pull request !5861 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
ec9a34b3cd
!6064 Fix dataset api get nullptr of iterator when occur runtime error
Merge pull request !6064 from jiangzhiwen/fix/iter_null_ptr
5 years ago
luoyang
581335453e
Change return val of GetNextRow
5 years ago
xulei2020
153672b8d3
add code
5 years ago
mindspore-ci-bot
a084196300
!6094 Adding input checks to C API
Merge pull request !6094 from EricZ/add_input_check_capi
5 years ago
mindspore-ci-bot
eb049b0e93
!5842 [Dataset] dataset op log changes
Merge pull request !5842 from luoyang/pylint
5 years ago
mindspore-ci-bot
461eeaf70d
!6076 [Data]reame the lite of minddata tar name
Merge pull request !6076 from xulei/lite_test0905
5 years ago
eric
cd5af9472e
Added input check
5 years ago
Zirui Wu
d54ba374b9
order dict by column_id in create_dict_iterator()
fix CI
5 years ago
Lixia Chen
30a2cce595
Disable cache
5 years ago
YangLuo
f5a85510f2
[MD] dataset op log changes
5 years ago
xulei2020
72861a68f3
add code
5 years ago
mindspore-ci-bot
cd988cb694
!6046 check column name for bucket_batch_by_length
Merge pull request !6046 from yanghaitao/yht_bucket_batch_by_length
5 years ago
jiangzhiwen
0e9fbf6970
fix iterator get null when occur runtimer error
5 years ago
mindspore-ci-bot
5b4642d10a
!4950 Fixing Minddata profiling monitor
Merge pull request !4950 from anthonyaje/monitor_fix
5 years ago
yanghaitao
92eb17d982
checkou colums names for bucket_batch_by_length
5 years ago
mindspore-ci-bot
5247fe7315
!6015 Adding md dependency fetching from ms lib server
Merge pull request !6015 from EricZ/fix_md_submodule
5 years ago
mindspore-ci-bot
2dfb2f3578
!6009 Add Affine transformation ut for Lite Dataset
Merge pull request !6009 from jiangzhiwen/lite/affine_ut
5 years ago
mindspore-ci-bot
a778868a5a
!5929 BucketBatchByLength column issue
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
5 years ago
Eric
2a1bcddd69
Added check for ms server
Added open cv options from ms server
Fixed struct declaration
5 years ago
jiangzhiwen
d4ce668b9b
add Affine ut
5 years ago
mindspore-ci-bot
c882e4863c
!5961 [Data]Add lite_cv lib for mindspore lite data preprocessing
Merge pull request !5961 from xulei/lite_test0905
5 years ago
xulei2020
b356211413
add init code
5 years ago
anthonyaje
2d08d83247
Fixed connector_size and monitor.
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
mindspore-ci-bot
a0d5ec0af3
!5921 Add find CuDNN module in CMakeLists.txt
Merge pull request !5921 from zyli2020/refine_cmake_find_cuda_cudnn
5 years ago
lizhenyu
dc315df9bc
Add find CuDNN module in CMakeLists.txt
5 years ago
mindspore-ci-bot
c45f79d36b
!5384 [MD]-Api changes
Merge pull request !5384 from nhussain/api_changes
5 years ago
mahdi
a152a65227
Fixed the column problem in BucketBatchByLength
5 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
ci
add test case
address some of the review cmts
address review cmts
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
mindspore-ci-bot
65c5663c8f
!5886 fix use “delete this” in graph_data_server.h
Merge pull request !5886 from heleiwang/fix_delete_this
5 years ago
heleiwang
858e7c98b0
fix delete this
5 years ago
shenwei41
0c6ce88058
Alarm modification
5 years ago
xiefangqi
9b8c19d9f1
fix dataset thread register problem
5 years ago
anzhengqi
a381bc5b27
fix profiling
5 years ago
shenwei41
399df205d8
Alarm modification
5 years ago
mindspore-ci-bot
d0c7b1ba24
!5731 Manifest Dataset check invalid filename string
Merge pull request !5731 from jiangzhiwen/fix/invalid_filename_string
5 years ago
mindspore-ci-bot
2f3684d4fa
!4872 Add C++ API support for TFRecordDataset
Merge pull request !4872 from TinaMengtingZhang/cpp-api-tfrecord-dataset
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
jiangzhiwen
294f7b620a
check invalid filename string
5 years ago
shenwei41
675e4767e0
Modify alarm
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
mindspore-ci-bot
1bb01c7077
!5477 [MD] Remove two -wno options
Merge pull request !5477 from xiefangqi/xfq_fix_wno_option
5 years ago
mindspore-ci-bot
dc8dbeb2b8
!5672 Fix minddata c++api schema issue
Merge pull request !5672 from xiefangqi/xfq_fix_schema
5 years ago