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
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
alex-yuyue
a7e3913210
Print the row_id for map when error happens
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
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
xiefangqi
f09fdb2679
change md numa link to dllload
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
mindspore-ci-bot
3945bdcabb
!11094 【MD】fix bug for md pipleline build
From: @xulei2020
Reviewed-by:
Signed-off-by:
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
xulei2020
026cdcd6fc
fix build for md pipeline
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
mindspore-ci-bot
03e655f14a
!10070 Fixing GetDatasetSize issue with chained samplers
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
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
5fd77356c9
!9687 Adding AddChild functionality to SamplerObj
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
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
mindspore-ci-bot
f9cfe565a0
!10942 Fix selected code check issues
From: @ziruiwu
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @nsyca
5 years ago
Zirui Wu
c017893178
fix selected issues in checkbot
5 years ago
Jesse Lee
e9e7334511
Fix run task error
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
94a2f7aa1d
!10697 [MD] Fix core dump problem of get_data_info
From: @xiefangqi
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
xiefangqi
466bf6cad3
fix get_data_info runtime error
5 years ago
xiefangqi
e6d78dc1cd
fix mac compile issue
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
Lixia Chen
b86ad055be
Minor fix (requested by HQ)
5 years ago
Zirui Wu
0a31f563a7
minor fixes
5 years ago
xiefangqi
c35782dd86
minddata ascend add numa bind
5 years ago
Zirui Wu
a1355a827c
introduce a master switch to turn on and off profiler
5 years ago
mindspore-ci-bot
3fb0bc399a
!10342 optimize set_num_rows log
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
luoyang
c956de3327
optimize set_num_rows log
5 years ago