Eric
4352317d58
Added compiling lite
5 years ago
anzhengqi
633b5707ff
fix stop send bug
5 years ago
mindspore-ci-bot
f6ac30ef29
!6221 stop send data to device after end of sequence
Merge pull request !6221 from anzhengqi/stop-send-at-eos
5 years ago
anzhengqi
8e1a2ef5ae
stop send data to device after end of sequence
5 years ago
mindspore-ci-bot
ce7a7b0fc7
!6196 Modify alarm
Merge pull request !6196 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
93a4b1200b
!6225 Allow both images.idx3-ubte and images-idx-ubyte file name for MNIST
Merge pull request !6225 from ZiruiWu/mnist_parse_file_name_with_dot
5 years ago
Zirui Wu
61004697c0
allow both image-idx and image.idx in mnist
5 years ago
Zirui Wu
ce87f703f4
use raw pointer in callback_manager
5 years ago
Lixia Chen
b5b333726f
Leaf ops do self-reset.
5 years ago
shenwei41
d10d4433cf
Modify alarm
5 years ago
mindspore-ci-bot
f450d324bb
!6090 [MD] Temporarily disable DatasetCache for the current release
Merge pull request !6090 from lixiachen/disable_cache
5 years ago
mindspore-ci-bot
84240b5a5c
!6121 avoid momory ascend for multi model.train or model.eval
Merge pull request !6121 from anzhengqi/avoid-memory-ascend-lenet
5 years ago
mindspore-ci-bot
2b9a8422ba
!6123 [MD] fix bug in normalize op
Merge pull request !6123 from liyong126/fix_bug_normalize
5 years ago
liyong
8ef8b02add
fix bug in normalize op
5 years ago
mindspore-ci-bot
1a5d4b8ed1
!6120 Fix c api of ImageFolderDataset probably fails in unit testing
Merge pull request !6120 from jiangzhiwen/fix/prob_nullptr
5 years ago
anzhengqi
21f25cbbb6
avoid memory ascend for multi model.train or model.eval
5 years ago
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