mindspore-ci-bot
|
1cc4f2ef12
|
!5682 Allow DatasetCache to be shared under more scenarios
Merge pull request !5682 from lixiachen/cache_sharing_fix
|
5 years ago |
xiefangqi
|
d30f4d5a6c
|
fix randomdata schema issue
|
5 years ago |
Mahdi
|
6e7aab8c4f
|
Added GetColumnNames for Datasets
|
5 years ago |
Lixia Chen
|
ba94ce3fd1
|
Fix cache sharing for more scenarios
|
5 years ago |
tinazhang
|
e430b4056a
|
add tfrecord dataset to cpp api
fix to support schema=nullptr
|
5 years ago |
luoyang
|
8aba39a71b
|
Modify VOCDataset doc & Fix BuildVocab bug
|
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 |
luoyang
|
ce419404ce
|
Add check for duplicate column for a-cpi
|
5 years ago |
mindspore-ci-bot
|
03093778df
|
!5387 Set num_epochs=1 for MindData python testcases
Merge pull request !5387 from lixiachen/testcase_epoch
|
5 years ago |
mindspore-ci-bot
|
ecfe728963
|
!5085 Enable hostname parameter for DatasetCache
Merge pull request !5085 from lixiachen/cache_hostname
|
5 years ago |
mindspore-ci-bot
|
0cb6d29f0c
|
!4998 Shared memory pool clean up
Merge pull request !4998 from JesseKLee/mem_pool
|
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
|
8f3ebfd469
|
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
Merge pull request !5624 from heleiwang/gnn_perf
|
5 years ago |
heleiwang
|
857cf2f77f
|
Optimize the negative sampling process
|
5 years ago |
mindspore-ci-bot
|
b99149dc37
|
!4901 Adding data_helper for minddata
Merge pull request !4901 from EricZ/md_helper
|
5 years ago |
mindspore-ci-bot
|
3be136f6f0
|
!5354 Fix randomdata issue
Merge pull request !5354 from xiefangqi/fix_randomdata_columnlist
|
5 years ago |
mahdi
|
84efa0b96b
|
Added BucketBatchByLength for C API
|
5 years ago |
Eric
|
65bf3ecc3e
|
Adding data_helper class
|
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 |
Jesse Lee
|
e89b4648f6
|
Memory pool clean up
|
5 years ago |
xiefangqi
|
d8134d6f41
|
remote two -wno options of dataset
|
5 years ago |
mindspore-ci-bot
|
bbbee68556
|
!4873 [lite] add option to build full minddata
Merge pull request !4873 from 章一智/TRC-ms-lite
|
5 years ago |
ervinzhang
|
50cda2f8b1
|
added build option to build full minddata in ms-lite
|
5 years ago |
mindspore-ci-bot
|
bc726ce250
|
!5425 Alarm modification
Merge pull request !5425 from shenwei41/sw_master
|
5 years ago |
mindspore-ci-bot
|
5c0b0c493a
|
!5358 Fix utest asan
Merge pull request !5358 from zhoufeng/ut-asan
|
5 years ago |
shenwei41
|
015613d91f
|
Alarm modification
|
5 years ago |
zhoufeng
|
f62067ef83
|
fix utest asan
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
xiefangqi
|
e2085a9505
|
fix randomdata issue
|
5 years ago |
mindspore-ci-bot
|
716329df6c
|
!5278 Change default value of sampler in c-api
Merge pull request !5278 from luoyang/c-api
|
5 years ago |
mindspore-ci-bot
|
7aaf4118bf
|
!5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
Merge pull request !5297 from MahdiRahmaniHanzaki/cutmix-fix
|
5 years ago |
YangLuo
|
419478b410
|
Change default value of sampler to seperate behaviour of default sampler
& null sampler, add check for duplicate column name
|
5 years ago |
mindspore-ci-bot
|
fc9161a4c5
|
!5205 Move GetValue of CLUE Dataset out of try-catch
Merge pull request !5205 from jiangzhiwen/bug/clue_get_value
|
5 years ago |
mindspore-ci-bot
|
302f641734
|
!5285 [MD] minddata gpu add circular_memory to device_queue
Merge pull request !5285 from xiefangqi/xfq_add_circular_gpu
|
5 years ago |
mahdi
|
7ad7024c45
|
Fixed 2D one-hot label problems in CutMix and MixUp
|
5 years ago |
islam_amin
|
94a4a3f20b
|
changing affine and posterize apis
|
5 years ago |
xiefangqi
|
5d8ed6b312
|
add circular_memory function to gpu
|
5 years ago |
jiangzhiwen
|
767f97cdb3
|
move GetValue out of try-catch
|
5 years ago |
qianlong
|
6f038c52a9
|
DecodeAndCropAndResizeJepg do not support odd size
|
5 years ago |
mindspore-ci-bot
|
e4d2f2fd3b
|
!5030 Adding a BBox class and fixing Posterize C Op testing.
Merge pull request !5030 from islam_amin/bbox_class
|
5 years ago |
mindspore-ci-bot
|
cd1240180b
|
!5187 C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
Merge pull request !5187 from cathwong/ckw_c_api_fixes2
|
5 years ago |
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
|
5 years ago |
mindspore-ci-bot
|
f3fd7a5578
|
!5073 Add checks and exception handling DS callback
Merge pull request !5073 from h.farahat/map_callback_end
|
5 years ago |
jonyguo
|
6df1a43ec2
|
fix: padded dataset with non div & repeat
|
5 years ago |
Cathy Wong
|
46e9d79a50
|
C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
|
5 years ago |
mindspore-ci-bot
|
346b97acb8
|
!5156 fix softdvpp coredump
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
|
5 years ago |
mindspore-ci-bot
|
2e3f5cd41b
|
!5114 fix bug in c-api: rename, concat, take
Merge pull request !5114 from luoyang/c-api-pyfunc
|
5 years ago |
qianlong
|
12dfca71f1
|
fix softdvpp coredump
|
5 years ago |
YangLuo
|
67f5c89cd6
|
Check input image type for random posterize
|
5 years ago |