askmiao
4e39eab473
modify the log module
4 years ago
Eric
a3c98d9d59
Added fix for random core dump
4 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
4 years ago
YangLuo
f99204b292
fix python tokenizer
4 years ago
changzherui
6cd90dc45e
modify ci python ut execution
4 years ago
mindspore-ci-bot
b45f289801
!13504 Add check of GetPerspectiveTransform and GetAffineTransform
From: @shenwei41
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
4 years ago
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
4 years ago
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.
4 years ago
shenwei41
89f109a3f3
add check of operation
4 years ago
Eric
a7da38feeb
Added example for ngram
4 years ago
mindspore-ci-bot
c0aa5f8132
!13365 Fix random rotation input check
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f68732c15d
!13279 Add resizefiller operation
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4639dc44b8
!13438 fix bug of runtest.sh when run ut python
From: @xsmq
Reviewed-by: @xulei2020,@zhoufeng54,@zhunaipan
Signed-off-by: @zhoufeng54,@zhunaipan
4 years ago
mindspore-ci-bot
b61aa9b4cf
!13342 Throw exception when tensor with 0 shape is constructed
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
Eric
c730df23e8
Added json fix 2
4 years ago
Eric
4be0ffb9ba
removing type_id.h from header files
4 years ago
xsmq
d7eeed0b27
fix bug of runtest.sh when run ut python
4 years ago
mindspore-ci-bot
465ea885de
!13399 workspace of comm op can be reused
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
shenwei41
d1bb9d470e
Add resizefiller
4 years ago
mindspore-ci-bot
7454ac8ecd
!13382 [PipelineSplit]change pipeline key word
From: @lichen666
Reviewed-by: @kisnwang,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
mindspore-ci-bot
48a7a94677
!13397 fix shellcheck error
From: @xsmq
Reviewed-by: @zhoufeng54,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
mindspore-ci-bot
f9c408934e
!13380 unify range
From: @lianliguang
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
xsmq
bf6da44f84
fix shellcheck error
4 years ago
mindspore-ci-bot
bba879a703
!13379 fix bias add infer
From: @lianliguang
Reviewed-by: @ginfung,@chujinjin
Signed-off-by: @chujinjin
4 years ago
zhoufeng
b7e5f956e5
workspace of comm op can be reused
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
77cda67b3f
!13012 add mul fusion based on allreduce fusion
From: @lvchangquan
Reviewed-by:
Signed-off-by:
4 years ago
lichenever
a2b2727ba8
change_pipeline_key_word
4 years ago
LianLiguang
17b9758543
unify range ops
4 years ago
LianLiguang
d34074d1ac
fix bug of biasadd grad's infer shape
4 years ago
l00591931
bd777e0710
throw exception when tensor has zero in shape
4 years ago
Eric
9b921953f9
misc issues
4 years ago
Lixia Chen
30017ea5a0
Fix codex issues
4 years ago
lvchangquan
31f9e6a42c
add op_mul fusion based on allreduce fusion in pynative mode
4 years ago
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
4 years ago
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
4 years ago
ms_yan
b4b4577b85
adapter profiling with new ascend lib
4 years ago
mindspore-ci-bot
ac18da3770
!13061 [MD][bugfix] Fix to_json error: can't pickle pyfunc
From: @xiefangqi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f9a1587e82
!13158 [MD] Fix errors of RandomAffine and examples in docs
From: @tiancixiao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
98a87ad969
!13220 Add data helper to C++ API
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
TinaMengtingZhang
ac05546aeb
fix input check bug in RandomSelectSubpolicy and codex issue
4 years ago
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
4 years ago
mindspore-ci-bot
483bb9de60
!13078 dataset UT: Reinstate INFO logging and data verification - part 2
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
95bbaaf9f6
dataset: Reinstate INFO logging and data verification - part 2
for image/vision datasets
4 years ago
chenfei
fc335daa30
get all j node and then expand them
4 years ago
mindspore-ci-bot
be17d5c54c
!11678 Reactor pynative
From: @zjun3021
Reviewed-by:
Signed-off-by:
4 years ago
Xiao Tianci
4a7100c7f9
fix RandomAffine degree error and some examples in docs
4 years ago
mindspore-ci-bot
682a8926bd
!13176 fix minddata transform issue
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a1c3f55aca
!13197 support item negative index bprop
From: @zhangbuxue
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
xiefangqi
41f3e02e87
fix pyfunc pickle issue
4 years ago
mindspore-ci-bot
00f2ec66df
!13173 Change switch to Switch
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
4 years ago