mindspore-ci-bot
4e1931481a
!12667 【GraphKernel】Combine the GraphKernelOptimization of Gpu and Ascend
...
From: @dayschan
Reviewed-by: @lingyunli63
Signed-off-by:
4 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
4 years ago
Islam Amin
187222d461
Adding dump of order of execution for final exec graphs on ascend and gpu
4 years ago
YangLuo
2ab47c1887
Disable MSContext in Minddata temporarily to avoid link error
4 years ago
jjfeing
28d92b1e89
optimizer concat output pass
4 years ago
mindspore-ci-bot
a5af03f8ca
!12732 fix switch layer
...
From: @youui
Reviewed-by: @guoqi1024,@zhoufeng54
Signed-off-by: @guoqi1024
4 years ago
mindspore-ci-bot
85461bcdb3
!12532 add SyncBatchNorm
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
wilfChen
58196f1faf
modify gpu backend logger
4 years ago
huangmengxi
3a319a97e9
move matmul from numpy to ops
4 years ago
Zhenglong Li
5cf805d46a
Fix some issue of ERROR information in log
4 years ago
mindspore-ci-bot
e5aedcca47
!12567 optimize rdr mainly to reduce the redundant code
...
From: @luopengting
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
dfcbf96424
remove test address exception
4 years ago
mindspore-ci-bot
3bc32d0c64
!12579 [MS][LITE][CPU]bias_add_int8 accuracy issue
...
From: @fuzhiye
Reviewed-by: @zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong
4 years ago
chenhaozhe
1bd802aa32
update ascend310 infer of ssd
4 years ago
mindspore-ci-bot
973b2fa911
!12677 add ssd-resnet50-fpn
...
From: @zhao_ting_v
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5ea2dc6e69
!12716 setitem debug to support 0d scalar tensor
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
chenhaozhe
fe3f905827
add crnn 310 inference code
4 years ago
mindspore-ci-bot
b16fcc8037
!12508 [MS][LITE][CPU]fix bug of pad_fp16 op
...
From: @fuzhiye
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
maning202007
815a04cf75
fix the segmentation fault when open debugger.
4 years ago
xuxs
066d23e2ad
evolution operator
4 years ago
dayschan
c165ab5bb1
Combine the GraphKernelOptimization of Gpu and Ascend
...
removed one cse from GPU passes,
some common passes was enabled for Ascend.
4 years ago
changzherui
b0070fe089
export large mindir model
4 years ago
mindspore-ci-bot
2197f01d0c
!12696 Fix FaceDetection network eval fail bug
...
From: @zhanghuiyao
Reviewed-by:
Signed-off-by:
4 years ago
yangwei
add322b1c3
fix switchlayer
4 years ago
mindspore-ci-bot
0f3c5b1d0f
!12658 fix ctpn performance tingle
...
From: @qujianwei
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4343a5385e
!12708 fix convert_const_input_to_attr
...
From: @huangbingjian
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
4 years ago
陈劢
4129b93a1e
modify textrcnn readme
4 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
4 years ago
mindspore-ci-bot
c33d767314
!12672 Aipp config file generation
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
luopengting
7914363d25
optimize rdr mainly to reduce the redundant code
...
1. move common function to base recorder
2. add UpdataRdrEnable() for recorder manager, and update once
3. add delimiter virable for base recorder, set it as '.'
4. modify recorders to use the suffix parameter of GetFileRealPath()
5. improve the text in ms_context
Can not add RdrEnablePlatform because linux is supported only.
If os is linux, (!is_rdr_supported && rdr_enable) will be false always,
else, (is_rdr_supported && !rdr_enable) will be false always.
4 years ago
simson
c29d8f66d8
fix precision error after cache modification
4 years ago
mindspore-ci-bot
be99db696d
!12549 【GraphKernel】Refactor GraphKernelExpander (3rd submission)
...
From: @dayschan
Reviewed-by:
Signed-off-by:
4 years ago
yepei6
0ed36cee82
update the comment of TensorScatterUpdate
4 years ago
yepei6
e7a3f68d29
expand dims of scalar Tensor index
4 years ago
mindspore-ci-bot
692d158f5c
!12656 numpy-native repeat add checking for repeats shape
...
From: @jachua
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
614cf339ad
!12703 Add a switch to control grad for scalar
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5521e006de
!12705 fix memory problem with control sink
...
From: @Margaret_wangrui
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
c34fda33df
!12578 added server
...
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
4 years ago
mindspore-ci-bot
95adf66d30
!12512 optimize class TrainOneStepWithLossScaleCell
...
From: @wangnan39
Reviewed-by:
Signed-off-by:
4 years ago
Zhenglong Li
22e5ed13d6
Aipp config file generation
4 years ago
huangbingjian
7f27ca73b7
fix convert_const_input_to_attr
4 years ago
yujianfeng
f0b7c3dd4d
Add a switch to control grad for scalar
4 years ago
mindspore-ci-bot
d1b1ad8ad0
!12704 fix the format error of MatrixSetDiag operator.
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
Margaret_wangrui
ded7087ea3
fix memory problem with control sink
4 years ago
wangshuide2020
8d33c91e00
fix the format error of MatrixSetDiag operator.
4 years ago
mindspore-ci-bot
f8c5409971
!12649 Add circle check in ub fusion
...
From: @irmo
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
yangruoqi713
d83668bcca
[MSLITE][Develop] optimize cpu arm64 fp32 lstm
4 years ago
zhanghuiyao
fa1dc51068
Fix FaceDetection eval fail bug.
4 years ago
mindspore-ci-bot
dd22b5ea71
!12432 api support dual abi
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
febbbf45c8
added server
4 years ago