mohammad
74bc54b694
push down sampler IR files
5 years ago
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
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
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
5 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
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
mohammad
b5e91139e2
add GetDatasetSize to concat node
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
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
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
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
ee3cc09b22
!11259 Fix CI issues
From: @ezphlow
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Eric
f758bfa79f
CI fix part 1
Added CI fix
5 years ago
Cathy Wong
4b1ccf9dd5
dataset: Use int32_t for text's vocab_size
5 years ago
Zirui Wu
fa553956ef
add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
5 years ago
TinaMengtingZhang
4812fece80
[Part I] Push down json save logic to IR and add getter to each IR node
5 years ago
mindspore-ci-bot
9646953465
!11034 Migrate GeneratorDataset reset logic to IR optimizer
From: @nsyca
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a477a97278
!10799 make user-facing headers standalone for minddata
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
Nat Sutyanyong
686772cce7
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
with comments from the peer view addressed
5 years ago
mindspore-ci-bot
f076bc6524
!11113 dataset: minor fixes which resolve codedex CI CONST_POINTER_PARAM alarms
From: @cathwong
Reviewed-by: @nsyca
Signed-off-by: @nsyca
5 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
5 years ago
Cathy Wong
440ddefb73
dataset: codedex CI fixes for const pointer
5 years ago
mindspore-ci-bot
7957a3b6f5
!10988 Tensor op decoupling stage 1
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
Eric
be46ccf721
Started vision decoupling
map validate params
Changing bindings
Change behavior of vision.cc
Added signature and changed Cmake
Compiling
Need to fix compile
Added compiling random transforms
python changes for decoupling
two failed test case remaining
Compiling random choice
passes all ut
Changed assert
review comments
Added validate params
add back return value
Fix lint
py lint fix
pylint 2
Addressing comments
5 years ago
mindspore-ci-bot
b355f5402b
!10309 Port over getter pass and tensor fusion pass to IR
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago
Cathy Wong
e6a25379ed
dataset: minor fixes which resolve codedex CI alarms
5 years ago
Zirui Wu
0e68575e77
port over getter pass
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
5 years ago
alex-yuyue
6d1529983f
Fix CI warning, use CONST_POINTER in node build
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
mindspore-ci-bot
a6aa901f17
!10822 Fixing some CI issues
From: @hfarahat
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
5 years ago
mindspore-ci-bot
bfca91c8ad
!10857 Fixing Some CI issues
From: @mahdirahmanihanzaki
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
5 years ago
Zirui Wu
c017893178
fix selected issues in checkbot
5 years ago
Mahdi
c622e9cb12
Changin Sampler in Python to SamplerObj
5 years ago
hesham
9b6cff0760
Fixing some CI issues
5 years ago
mindspore-ci-bot
fbf7c88733
!10413 Minor cache changes requested by HQ
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
5 years ago