Cathy Wong
71ad3bb808
dataset: Specify Sampler and TensorTransform C++ API classes as final
5 years ago
shenwei41
7b56d1772e
Add RGB2GRAY operation
5 years ago
Zhenglong Li
762c63af6f
Add error message
5 years ago
mindspore-ci-bot
62149265d5
!13066 [MD][usability] Fix batch_op log level
From: @xiefangqi
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
3c7463bf2c
!12943 adding fix to sample script
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
Eric
ed373f61ac
Adding inheritance to user defined sampler
what if we just do nothing
trying wrapper approach
Fix yolo
5 years ago
mindspore-ci-bot
62a6f783b3
!12809 Added pull-based prototype
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
5 years ago
xiefangqi
425fdc8beb
fix batch log level
5 years ago
mindspore-ci-bot
723844a06f
!12999 Dvpp input validation
From: @lizhenglong1992
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
a47d88c11c
!12939 [MD] fix issues on displaying configuration of cache server
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Mahdi
9c3c36217e
Added pull based prototype
5 years ago
Cathy Wong
24b991bae7
dataset: Delete minddata/dataset/include/tensor.h; codedex fixes
5 years ago
tinazhang66
5b7bdb9493
fix issues on displaying configuration of cache server
5 years ago
Zhenglong Li
2474a0237f
Fix dvpp input validation and Aipp config generation issue
5 years ago
mindspore-ci-bot
91cf88d692
!12883 Fix bugs of minddata transforms
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
YangLuo
74431ad117
Fix bugs of minddata transforms
5 years ago
mindspore-ci-bot
c9ac0da266
!12944 [MD] fix array deleting problem in Canny
From: @tiancixiao
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
Xiao Tianci
27a3b48156
fix array deleting problem in Canny
5 years ago
mindspore-ci-bot
1ef4ee3ab9
!12896 Clean up minddata/dataset/include/dataset.h to use only public header
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
f96111e6de
!12892 Parse method fix
From: @lizhenglong1992
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
5 years ago
Zirui Wu
8022001450
Remove datasets.h dependency on tensor.h and other related dependencies
Replace std::function<TensorRow(TensorRow)> with std::function<MSTensorVec(MSTensor)> by using std::bind
Replace pad_info with MSTensor
Switch TensorShape/dataset::DataType to vector<int64> /mindspore::DataType
Change TypeId to mindspore::DataType in SchemaObj
address review cmts, add CreateFromMSTensor() in tensor.h/.cc
5 years ago
mindspore-ci-bot
fe53c71b3b
!12843 Add more callable test and clean the input check for tensor ops
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
9baec79337
!12881 add GaussianBlur and Canny for lite_cv
From: @tiancixiao
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
2e5e1c644d
Fix API class parse() issue in execute() during runtime, besides, we add some method for DeviceTensor class in order to adapt next period
5 years ago
xulei2020
17144219e7
fix MD log Bug
5 years ago
mindspore-ci-bot
5135c214b7
!12882 [MD][bugfix] Fix line_of_code print twice issue
From: @xiefangqi
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
mindspore-ci-bot
68728d1034
!12794 [MD][RDR] minddata add rdr record infomation
From: @xiefangqi
Reviewed-by:
Signed-off-by:
5 years ago
Xiao Tianci
449452c7ef
add gaussian blur and canny for lite cv process
5 years ago
xiefangqi
b465b859c0
fix line twice problem
5 years ago
xiefangqi
b3763e7afb
Add rdr info
5 years ago
mindspore-ci-bot
36ddcf9f9a
!12811 [MD] Add env to open numa feature
From: @xiefangqi
Reviewed-by: @liucunwei,@liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
293b38789d
!12831 BInd stream and context with each other during runtime
From: @lizhenglong1992
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
alex-yuyue
6d7be32614
Add more callable test and clean the input check
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
mindspore-ci-bot
c07371f5c9
!12763 Fix C++ API testcases
From: @ezphlow
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8e13667ff4
!12674 Add support to multiple tensor in eager mode
From: @alexyuyue
Reviewed-by: @nsyca
Signed-off-by:
5 years ago
Eric
f9a2379a70
Fixing api leftover
Fixed compile error
Fixed more testcases
5 years ago
Zhenglong Li
6c24782104
Add getting Ascend310 context and stream feature in order to make all function can be executed during runtime
5 years ago
mindspore-ci-bot
4b7e76b4fb
!12796 AIpp config file generator bug fix
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
4f504ad2a3
!12760 Fix include file(samplers.h) contains internal head file & Fix execute ut
From: @luoyang42
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
5 years ago
xiefangqi
c1a13bb779
add env to open numa
5 years ago
alex-yuyue
66aff93940
Fix test team issue: ToNumber in eager mode.
And support multiple tensor as input in call method
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
mindspore-ci-bot
1f93d097cf
!12762 [MD] C++ API class: make Parse() as protected
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
3f3621e429
!12484 MD C++ api decouple ABI compile macro
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
07dd752e1e
Fix aipp config file generator bug
5 years ago
luoyang
24de4f12fa
MindData support dual ABI
5 years ago
mindspore-ci-bot
e76b4e3dda
!12679 replace ps-lite
From: @anancds
Reviewed-by:
Signed-off-by:
5 years ago
YangLuo
eecbc99b2e
fix minddata include internal head file & fix execute ut
5 years ago
mindspore-ci-bot
163fc607a1
!12761 [MD] Disable MSContext in Minddata temporarily to avoid link error
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
5 years ago