lianliguang
ae24dc32f4
remove useless env
4 years ago
王南
de540c68bb
asr support dynamic shape
4 years ago
zuochuanyong
068191f222
add AdaptiveAvgPool2DGrad op
4 years ago
jiangzhenguang
8a78b2b7f6
add pad mode to maxpool3d
4 years ago
jiangzhenguang
575b619c1f
amend conv3dtranpose
4 years ago
yangzhenzhang
69acf757d0
add parallel op for conv2d backprop input
4 years ago
wangshuide2020
185ddbbe66
remove the redundant code, add docstring of operator init and add default value for args.
4 years ago
simson
0b0e9580d7
conv2dbackpropinput & conv2dbackpropfilter c++ infer
4 years ago
changzherui
d9e2da299d
Revert "!16599 c++ infer for conv2dbackpropfilter and conv2dbackpropinput"
This reverts commit 3be79efd808f54b6e66fa45f26e601e5a143ae76, reversing
changes made to cf4479756a .
4 years ago
wangshuide2020
3551ee5a27
delete duplication_code, and fix the format and line too long problem.
5 years ago
changzherui
ea04c4304f
Revert "!16693 add Conv2dTranspose"
This reverts commit a2f50fb7db2fe1ae588b11e08fc51fe2398114ef, reversing
changes made to 4735ec3296 .
4 years ago
mindspore-ci-bot
a2f50fb7db
!16693 add Conv2dTranspose
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
changzherui
2c41833cfa
add Conv2dTranspose
5 years ago
liuxiao93
1160088c8f
support avgpool3d
5 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
liuxiao93
d91cf86d2d
Add nn.Conv3d and nn.Conv3dTranspose.
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
zhouyuanshen
f3c257fd97
add checkouts for input parameters of InstanceNorm2d
5 years ago
mindspore-ci-bot
5a6bb251b0
!12724 add Dropout2D and rename Dropout3d to Dropout3D
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
liuxiao93
d44c706baf
batchnorm to batchnorm3d.
5 years ago
mindspore-ci-bot
54c37bcd61
!12947 Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
5 years ago
liuxiao93
522aad27b6
fix second grad output of BCEWithLogicLoss.
5 years ago
yuchaojie
d2cb3aa1c2
unify AvgPoolGrad
5 years ago
yanzhenxiang2020
95dbfe0636
add Dropout2D and rename Dropout3d to Dropout3D
5 years ago
liuxiao93
f7c855c7c3
fix some error message and api bug.
5 years ago
mindspore-ci-bot
d4abe53f34
!11705 fix_conv3d_bn3d
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
8913505536
fix_conv3d_bn3d
5 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
5 years ago
yuchaojie
611a9a3654
unify Conv's attr pad_list
5 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
5 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
5 years ago
mindspore-ci-bot
b3e6eb63a4
!10873 fix reorder
From: @lianliguang
Reviewed-by: @zh_qh,@zh_qh,@chujinjin
Signed-off-by: @zh_qh,@zh_qh
5 years ago
LianLiguang
d2fe2aa7cc
add reorder of node after opt
5 years ago
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
5 years ago
hedongdong
b783070467
add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
A minor change in sigmoidGradGrad operation (non-functional change).
5 years ago
yanghaoran
b1ee7d9926
Synchronize latest Ascend software suite 29 Dec 2020
5 years ago
mindspore-ci-bot
2599aefad0
!10219 Fix softmax prop when axis is not the last dimension.
From: @liangchenghui
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
caojian05
a3b6f57842
add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
5 years ago
liangchenghui
29cd9ac4b5
Fix softmax prop when axis is not the last dimension.
5 years ago
liuxiao93
46b8ab3c40
Adapt nn.Unfold and inner.ExtractImagePatches.
check input dims for nn.LSTM.
5 years ago
mindspore-ci-bot
a3d4dded12
!9979 BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
hedongdong
6cc9d2c087
BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
5 years ago
jiangzhenguang
9cf856dd25
amend some script
5 years ago
mindspore-ci-bot
0c2856c632
!9617 Add new operator layer_norm_grad_grad
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago