gongxiaoqing
7f538b51e7
回退 'Pull Request !11074 : replace tdt with acltdt interface'
5 years ago
mindspore-ci-bot
c2582dcab9
!11074 replace tdt with acltdt interface
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
5 years ago
hesham
4bbc3445f1
datasets.py cleanup
5 years ago
hesham
edfb2e1414
Issue#1:
DistributedSampler with GeneratorOp bug
Issue#2:
GeneratorOp with iterable source doesn't respect num_samples
Issue#3:
Generator with schemas does not take samplers
5 years ago
mindspore-ci-bot
544da6f845
!11727 [MD] Add vision ops and py_transform ops support to Serdes save
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Nat Sutyanyong
46483d89b1
Completely remove unused ExecTree optimizer code, rewrite ExecutionTree::Prepare()
5 years ago
TinaMengtingZhang
ddab5ad417
Add support for vision op and py_transform op to serdes
5 years ago
mindspore-ci-bot
e8f4cafd02
!11950 Overwrite default port/hostname from env variables for cache_admin
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
ms_yan
293f81128d
init add acltdt handle create and destory
add hostpush part modify
optimize previous code
provide aclhandle access method
modify CMakeList format
add device_id parameter into TransferNode
5 years ago
xulei2020
ee09b38f00
add code for MD lite C++ include and api
5 years ago
Lixia Chen
97cd142f8d
Overwrite default port/hostname from env variables
update copyright
add examples to CacheClient docstring
5 years ago
zhoufeng
aa130a2ab3
delete todo code
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
mindspore-ci-bot
f1009cb21b
!11855 [MD] Cache: Add new "server_info" command to show configuration of cache server
From: @tina_mengting_zhang
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
5 years ago
tinazhang
a559fc7f5f
Add new command for displaying server configurations
5 years ago
mindspore-ci-bot
7ec4aa92c7
!11582 dataset: add cpu utilization profiling
From: @ms_yan
Reviewed-by:
Signed-off-by:
5 years ago
yanghaitao1
83cb87bcd1
cpu profiling
add operator profiling part
add op_id param when create task
repair bugs in op cpu sampling
fix wrong order of write and parse cpu_info
add process cpu profiling part
add multiprocessing part(part 1)
adapter cpu_sampling c layer
fix little error in sampling
descrease cirle complex in voc
descrease cirle complex in device_que
5 years ago
Lixia Chen
fc35d54fe0
Fix lizard check for engine/cache/perf
5 years ago
mindspore-ci-bot
794af6d094
!11834 [MD] Fix error msg description of dataset
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
xiefangqi
3d72282f26
fix error msg issue
5 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
5 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
5 years ago
hesham
7120c66998
Add SubsetSampler
5 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
5 years ago
mindspore-ci-bot
3708624a25
!11559 [MD] Change the default spill location of cache server
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
Lixia Chen
be6d310946
Default to memory-only cache server
5 years ago
mindspore-ci-bot
029ea5d1f3
!11301 Push sampler to GeneratorOp c++
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
xsmq
73b7154e55
fix cmakelint error
5 years ago
Cathy Wong
a3b10213b7
dataset: Resolve protected parent_access from DeepCopyPass
5 years ago
hesham
c3278c983d
Move GeneratorOp sampler to c++
5 years ago
xiefangqi
3f76abcdee
minddata err msg add file path
5 years ago
mindspore-ci-bot
be8867d85d
!11487 fix: enhance rpath link for cache_server
From: @jonyguo
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
5 years ago
jonyguo
f0fa1a2356
fix: cache_server / cache_admin enhance rpath
5 years ago
mindspore-ci-bot
c155dfee7a
!11329 [MD] Rename SamplerObj::Build() to SamplerBuild()
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a31544fd41
!11395 Fix Drop() function for IR tree
From: @lixiachen
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
5 years ago
mindspore-ci-bot
91842af2ad
!11245 Pushing down pipeline json serializer logic to C++ IR - PART II
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Lixia Chen
3c5917a03d
Fix IR node Drop()
5 years ago
jonyguo
4dbe6737e7
fix: enhance rpath link for minddata lib and execute
5 years ago
mindspore-ci-bot
7de625fbca
!11300 fix generator or user defined sampler len method unmatch iter method
From: @anzhengqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
5 years ago
mindspore-ci-bot
cb58b5baa5
!11211 Provide functions for modifying IR tree (Insert/Drop/Append nodes)
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
Nat Sutyanyong
e28fb6ce4d
Tested with new test cases and all dataset UTs passed
5 years ago
anzhengqi
50b783ee13
fix generator or user defined sampler len method unmatch iter method
5 years ago
mindspore-ci-bot
0e03630503
!11139 [MD][BugFix] MindData remove the compile link of _c_dataengine and numa
From: @xiefangqi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a575af7198
!9951 Print the row_id for map when error happens
From: @alexyuyue
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago