mindspore-ci-bot
|
83cdb8bb38
|
!15560 Optimize cache_admin tool to allow multiple session destroy
From: @lixiachen
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
|
5 years ago |
Peilin Wang
|
8bc5098d99
|
fix ci alarms
add 2021 for copyright year for a file
fix ci
|
5 years ago |
mindspore-ci-bot
|
a92fbfe4d9
|
!15547 Change cache server's default location
From: @lixiachen
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @robingrosman
|
5 years ago |
Jamie Nisbet
|
515c936b85
|
MindRecord becomes a mappable dataset
updates
review touches
ci fixes
ci fix
ci fixin
ci fix
review updates
further cleanup
updates
updates
update
update comment
|
5 years ago |
Lixia Chen
|
44fb7ac4bb
|
Add support for multi-session destroy
|
5 years ago |
mindspore-ci-bot
|
87742310cc
|
!15446 [MD] Cache: add dynamic cache memory sizing support
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
|
5 years ago |
tinazhang66
|
a46ef22314
|
Support dynamic cache memory sizing.
|
5 years ago |
Lixia Chen
|
8ffd210632
|
Change cache server default dir
|
5 years ago |
mindspore-ci-bot
|
2a37201ea1
|
!15426 enhance: add info log when first batch push success
From: @jonyguo
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
|
5 years ago |
YangLuo
|
bf48400c10
|
unify include file of minddata
|
5 years ago |
hesham
|
d167095b6d
|
Fix bug in checking status return in CSVOp
|
5 years ago |
jonyguo
|
8c8e45ecde
|
enhance: add first push log info
|
5 years ago |
liyong
|
710b3d2236
|
fix bug in save
|
5 years ago |
mindspore-ci-bot
|
f9c5060cf2
|
!14930 Handle ignored returned Status
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
|
5 years ago |
hesham
|
98f0f36a20
|
Removed unused include
|
5 years ago |
hesham
|
6e6eaebb77
|
Fix unused return value in main code
|
5 years ago |
mindspore-ci-bot
|
3cce8013c5
|
!15122 dataset: repair get dataset size when using take(-1)
From: @ms_yan
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
5 years ago |
mindspore-ci-bot
|
1d89109d19
|
!14929 Cleanup stale comments about DataBuffers
From: @hfarahat
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @pandoublefeng
|
5 years ago |
ms_yan
|
5cc23859dd
|
return actual dataset size when take_count is -1
|
5 years ago |
mindspore-ci-bot
|
6c87bd31e1
|
!14814 fix codedex const keyword in PullBased MD
From: @mhmotallebi
Reviewed-by: @robingrosman
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
e07a69d8f8
|
!14874 GNN dataset new feature
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
16fa94f45a
|
!14891 dataset: fix codex
From: @ms_yan
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
5 years ago |
mindspore-ci-bot
|
68ab2d7e82
|
!14976 Fix codex warning
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
5 years ago |
mindspore-ci-bot
|
8c2d74798d
|
!14906 Address codex warning for CLUENode::CreateKepMapForBuild()
From: @lixiachen
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @pandoublefeng
|
5 years ago |
hesham
|
15354569f2
|
Cleanup stale comments about DataBuffers
|
5 years ago |
mohammad
|
cc42b2c221
|
fix codedex + add docstring
|
5 years ago |
ms_yan
|
28371e4e41
|
codex fix
|
5 years ago |
YangLuo
|
5361e85972
|
Fix codex warning
|
5 years ago |
Zhenglong Li
|
f3895f2b09
|
Add get edges from nodes function for gnn network
|
5 years ago |
mindspore-ci-bot
|
74f4c85315
|
!14750 Address some code issues in MD
From: @hfarahat
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
5 years ago |
mindspore-ci-bot
|
f451625ea9
|
!14822 Fix cache client status reset and final flush
From: @lixiachen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
5 years ago |
Lixia Chen
|
5bbf4fe2b1
|
Make CLUENode::CreateKepMap() less than 50 lines
|
5 years ago |
mindspore-ci-bot
|
7fe5aa5cd1
|
!14773 compile shared grpc library
From: @zhoufeng54
Reviewed-by: @xu-yfei,@kisnwang
Signed-off-by: @xu-yfei
|
5 years ago |
hesham
|
97cf4e516e
|
Address 3 code issues:
1- access out of bound memory in toFlatIndex
2- CreateFromNPArray function is 50>
3- duplicate variable init
|
5 years ago |
Lixia Chen
|
1f2b178a16
|
Reset CacheClient's status for a new run
Turn off lock only after all data is cached
|
5 years ago |
zhoufeng
|
cae58d85ef
|
compile shared grpc library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
f45890c3f6
|
!14136 Improve cache server spilling performance
From: @lixiachen
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @pandoublefeng
|
5 years ago |
xiefangqi
|
db43f196a7
|
fix codex&cpplint&pylint
|
5 years ago |
Lixia Chen
|
9a16a2cf5c
|
Improve cache server spilling perf
|
5 years ago |
mindspore-ci-bot
|
a9ba9b90f6
|
!14680 MindData Codespell correction
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
5 years ago |
luoyang
|
624511337c
|
MindData Codespell correction
|
5 years ago |
hesham
|
8535e89e6c
|
Remove DataBuffer
|
5 years ago |
hesham
|
0d86cb1423
|
Remove rows_per_buffer
|
5 years ago |
hesham
|
a9a80693be
|
Replace Databuffers with TensorRows
|
5 years ago |
mindspore-ci-bot
|
0bb4841427
|
!13291 Add a base class for Non-mappable source ops
From: @hfarahat
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
3d4a1aaff1
|
!14428 fix codex issue for minddata profiling
From: @robingrosman
Reviewed-by: @pandoublefeng,@nsyca
Signed-off-by: @pandoublefeng
|
5 years ago |
xiefangqi
|
a81f0fbbfa
|
tfrecord file name log fix
|
5 years ago |
hesham
|
c877ac255b
|
Add NonMappableLeafOp and unify TfReader and TextFile, CSV, Clue and CSV
|
5 years ago |
mindspore-ci-bot
|
1edbbe56ba
|
!13290 Add a base class for Mappable source ops
From: @hfarahat
Reviewed-by:
Signed-off-by:
|
5 years ago |
hesham
|
a220a8d74b
|
Add MappableLeafOp and unify Album, ImageFolder, CelebA, Cifar, Coco, Manifest, Mnist, VOC and MindRecord
|
5 years ago |