陈劢
4129b93a1e
modify textrcnn readme
4 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
5 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
liubuyu
6f4b1880df
update frac_z trans func compute, change the order c and d
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
mindspore-ci-bot
fd3cec2e9f
!12627 update graphengine_0225
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
d10dc28eb2
update graphengine_0225
4 years ago
mindspore-ci-bot
53f5fdaff5
!12681 Fix error format of api comments.
From: @zhang_yi2020
Reviewed-by: @liangchenghui,@zhunaipan
Signed-off-by: @liangchenghui
4 years ago
wangnan39@huawei.com
4d69e21933
optimizer class TrainOneStepWithLossScaleCell
4 years ago
mindspore-ci-bot
5524280075
!12550 [MS][RDR] recording func_graph in pipeline and task debug info
From: @louie5
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
eb97093f8b
add pack bprop
4 years ago
mindspore-ci-bot
4dedab3775
!12593 Not AllocateMemory when CompileGraph in PyNative mode
From: @HulkTang
Reviewed-by: @zhoufeng54
Signed-off-by:
4 years ago
zhaoting
501c0711ac
add ssd-resnet50-fpn
4 years ago
chenhaozhe
6020953678
add nested unet
add unet without crop
add eval for unet++
add multi configs
add mask2img
4 years ago
mindspore-ci-bot
145a285ee5
!12687 fixed ut
From: @anancds
Reviewed-by: @cristoval,@xsmq
Signed-off-by: @cristoval
4 years ago
huanghui
de843b45b6
add circle check in ub fusion
4 years ago
chendongsheng
c2be37aee8
fixed ut
4 years ago
yuchaojie
6d195f340c
add SyncBatchNorm
4 years ago
mindspore-ci-bot
7c32bbe972
!12516 added worker
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
zhangyi
7b05971b49
fix error format of api comments.
4 years ago
mindspore-ci-bot
03935de4bf
!12630 make CPU op ResizeNearestNeighbor support float64 and Int64
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a7bfc16aca
!12660 fix gpu bceloss bug
From: @huaweib
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
lxh
793d58ccd4
delete trailing whitespace
4 years ago
lxh
d37b4c1e88
delet trailing whitespace
4 years ago
lxh
32f1c148bb
fix typo
4 years ago
mindspore-ci-bot
5589881ffe
!12612 dataset: C++ API Vision support for Ops with TensorTransform op input
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4403dc3384
!12662 Add how to contribute of modelzoo
From: @c_34
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @guoqi1024
4 years ago
zhoufeng
504f215800
api support dual abi
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
70b0cb3c30
!12668 [GPU] fix index_add incorrect shape constraint
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
742c6bc7bd
!11601 add_resnet18
From: @jiangzg001
Reviewed-by: @c_34,@linqingke
Signed-off-by: @c_34
4 years ago