lixian
693b4cfdc8
refactor cpp context, add string tensor, add get tensor by name
2021-03-19 16:08:55 +08:00
mindspore-ci-bot
b45f289801
!13504 Add check of GetPerspectiveTransform and GetAffineTransform
...
From: @shenwei41
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
2021-03-18 09:57:52 +08:00
mindspore-ci-bot
dd90f7f055
!13506 dataset UT: Reinstate INFO logging and data verification - part 3
...
From: @cathwong
Reviewed-by: @robingrosman,@liucunwei
Signed-off-by: @robingrosman
2021-03-18 09:35:22 +08:00
Cathy Wong
1775c4e83d
dataset: Reinstate INFO logging and data verification - part 3
...
Updates: GetItemAt, CreateFromVector, CreateScalar.
Add TEST_MS_LOG_MSTENSOR.
Wrap ASSERT_OK around Tensor function calls.
2021-03-17 13:48:04 -04:00
shenwei41
89f109a3f3
add check of operation
2021-03-17 20:29:17 +08:00
Eric
a7da38feeb
Added example for ngram
2021-03-16 23:45:04 -04:00
mindspore-ci-bot
c0aa5f8132
!13365 Fix random rotation input check
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-03-17 09:42:37 +08:00
mindspore-ci-bot
f68732c15d
!13279 Add resizefiller operation
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-03-17 09:41:46 +08:00
Eric
c730df23e8
Added json fix 2
2021-03-16 18:32:42 -04:00
Eric
4be0ffb9ba
removing type_id.h from header files
2021-03-16 16:51:10 -04:00
mindspore-ci-bot
465ea885de
!13399 workspace of comm op can be reused
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
2021-03-16 20:55:34 +08:00
shenwei41
d1bb9d470e
Add resizefiller
2021-03-16 20:35:27 +08:00
mindspore-ci-bot
bba879a703
!13379 fix bias add infer
...
From: @lianliguang
Reviewed-by: @ginfung,@chujinjin
Signed-off-by: @chujinjin
2021-03-16 15:10:16 +08:00
zhoufeng
b7e5f956e5
workspace of comm op can be reused
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-03-16 14:42:52 +08:00
mindspore-ci-bot
77cda67b3f
!13012 add mul fusion based on allreduce fusion
...
From: @lvchangquan
Reviewed-by:
Signed-off-by:
2021-03-16 14:04:51 +08:00
LianLiguang
d34074d1ac
fix bug of biasadd grad's infer shape
2021-03-16 10:45:20 +08:00
Eric
9b921953f9
misc issues
2021-03-15 22:30:04 -04:00
Lixia Chen
30017ea5a0
Fix codex issues
2021-03-15 11:15:15 -04:00
lvchangquan
31f9e6a42c
add op_mul fusion based on allreduce fusion in pynative mode
2021-03-15 21:12:14 +08:00
mindspore-ci-bot
0cf6fb5310
!13264 [MD] Fix input check bug in RandomSelectSubpolicyOperation and codex issues
...
From: @tina_mengting_zhang
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-03-15 20:29:56 +08:00
mindspore-ci-bot
b8b96e15e7
!13155 [ME]Fix bug of embed J and side-by-side J
...
From: @chenfei52
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
2021-03-15 15:35:36 +08:00
ms_yan
b4b4577b85
adapter profiling with new ascend lib
2021-03-14 11:38:20 +08:00
mindspore-ci-bot
98a87ad969
!13220 Add data helper to C++ API
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-03-13 09:52:54 +08:00
TinaMengtingZhang
ac05546aeb
fix input check bug in RandomSelectSubpolicy and codex issue
2021-03-12 16:04:38 -05:00
Eric
82f7c6f2c7
Moving data_helper
...
exposing json
WIP fix for removing templates
Removing templates part 1
replacing core/constants.h
removed template part 2
Changed fake data to filler data
Fixing CI
Fix CI part 2
CI fix part 2
Fix CI 3
Fixed lizard for data_util
Fixed clang
Fixing CI part 4
2021-03-12 15:30:34 -05:00
mindspore-ci-bot
483bb9de60
!13078 dataset UT: Reinstate INFO logging and data verification - part 2
...
From: @cathwong
Reviewed-by:
Signed-off-by:
2021-03-13 03:55:34 +08:00
Cathy Wong
95bbaaf9f6
dataset: Reinstate INFO logging and data verification - part 2
...
for image/vision datasets
2021-03-12 10:07:45 -05:00
chenfei
fc335daa30
get all j node and then expand them
2021-03-12 20:06:43 +08:00
mindspore-ci-bot
be17d5c54c
!11678 Reactor pynative
...
From: @zjun3021
Reviewed-by:
Signed-off-by:
2021-03-12 17:47:55 +08:00
mindspore-ci-bot
00f2ec66df
!13173 Change switch to Switch
...
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
2021-03-12 14:23:43 +08:00
mindspore-ci-bot
f7040ca134
!13198 Fix get_dataset_size error with PKSampler
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
2021-03-12 06:11:26 +08:00
Zirui Wu
2692e3cc3d
fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime
2021-03-11 15:43:02 -05:00
mindspore-ci-bot
236c874e64
!12862 Increase default level of parallelism in minddata pipeline
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
2021-03-12 04:23:02 +08:00
zjun
ae3a9d2883
Reactor pynative
...
Signed-off-by: zjun <zhangjun0@huawei.com>
Modify real dynamic
Signed-off-by: zjun <zhangjun0@huawei.com>
2021-03-11 19:37:43 +08:00
l00591931
bbdb050fc7
Change switch to Switch
2021-03-11 17:06:55 +08:00
RobinGrosman
a0e75b845a
Increase default level of parallelism in mindddata pipeline to 8.
...
Adjust memory usage to not increase as parallelism increases. it will
stay at same level it would be with 4 parallelism
2021-03-10 18:38:11 -08:00
mindspore-ci-bot
0febd9c891
!13017 Add RGB2GRAY Operation
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
2021-03-11 10:08:25 +08:00
Cathy Wong
71ad3bb808
dataset: Specify Sampler and TensorTransform C++ API classes as final
2021-03-10 15:25:20 -05:00
shenwei41
7b56d1772e
Add RGB2GRAY operation
2021-03-10 20:59:50 +08:00
mindspore-ci-bot
c69142fdc1
!12968 update reshape type for 3d nodes
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
2021-03-10 20:33:04 +08:00
jonyguo
c426cd5434
fix: increace deviation_ratio for gnn test case
2021-03-10 15:58:46 +08:00
liubuyu
518818fbef
reshape type for 3d nodes
2021-03-10 08:56:10 +08:00
mindspore-ci-bot
62a6f783b3
!12809 Added pull-based prototype
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
2021-03-09 22:31:38 +08:00
LianLiguang
4acab81599
using cpp infer firstly
2021-03-09 15:37:17 +08:00
Mahdi
9c3c36217e
Added pull based prototype
2021-03-08 15:00:14 -05:00
YangLuo
74431ad117
Fix bugs of minddata transforms
2021-03-06 16:41:51 +08:00
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
2021-03-05 16:26:58 -05:00
mindspore-ci-bot
ea8db7baf4
!12936 dataset UT: Reinstate INFO logging and data verification - part 1
...
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-03-06 04:36:14 +08:00
Cathy Wong
521c313a3b
dataset: Reinstate INFO logging and data verification - part1
2021-03-05 10:13:09 -05:00
mindspore-ci-bot
d285692217
!12852 Change maketuple in coreops
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
2021-03-05 19:13:42 +08:00