liuxiao93
34e6368d05
move inner.DynamicRNN to P.DynamicRNN.
5 years ago
baihuawei
fea928e976
remove CTCLossV2
5 years ago
liubuyu
96622fc804
support extract_image_patches op
5 years ago
zhangz0911gm
de2a458e7c
fixing pylint for operators
5 years ago
VectorSL
347eb6b07a
move dropoutgrad to inner
5 years ago
liuxiao93
dd5e4c9f9a
dynamic_rnn for new backend opensource.
5 years ago
mindspore-ci-bot
13d1738ff3
!4706 fix SmoothL1Loss gpu kernel
Merge pull request !4706 from Peilin/smoothL1Loss-fix
5 years ago
lizhenyu
839ec02542
Add FusedBatchEx support
5 years ago
Peilin Wang
0d5220d33c
modified documentation and gpu kernel for smoothL1Loss
fix pylint
changed doc and code for SmoothL1Loss to be same a dchip. fixed grad kernel
fix ci
5 years ago
fangzehua
1109a37c71
fix avgpool2dgrad
5 years ago
mindspore-ci-bot
f4e4fd2cfd
!3577 add ReciprocalGrad RsqrtGrad SqrtGrad
Merge pull request !3577 from fangzehua/many_grad_ops
5 years ago
fangzehua
a80432f08e
add 4 grad ops
5 years ago
fangzehua
236204f931
fix matrixdiag floordiv softmax
5 years ago
mindspore-ci-bot
b9d60c5616
!3746 add klDivLoss python primitive
Merge pull request !3746 from baihuawei/loss
5 years ago
baihuawei
c2333ae195
add gpu python
5 years ago
fangzehua
44f26cff68
fix topkgrad
5 years ago
fangzehua
86dd0c583a
fix avgpool grad
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
mindspore-ci-bot
0c7a5f76a3
!2779 gpu support CTCLoss kernel
Merge pull request !2779 from chenweifeng/ctcloss
5 years ago
wilfChen
d54154a1f9
Gpu support ctcloss kernel
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
5 years ago
panbingao
1e51414f1b
Adapting operator Softsign in ME
5 years ago
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
5 years ago
xutianchun
cf98f5c0b5
fix MirrorPadGrad
5 years ago
yanzhenxiang2020
3f3f59771d
fix rnnt label shape and grad
5 years ago
gengdongjie
03c57a1e8b
add warpctc to modelzoo
5 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
5 years ago
jiangjinsheng
a1e148cb4d
vm for LRN and LRNGrad
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
zhaozhenlong
dd593c674a
fix basic lstm cell bp error
5 years ago
zhaozhenlong
c3445bfb2d
fix basic lstm cell bp error
5 years ago
mindspore-ci-bot
fd1994b66a
!1759 Gpu Dropout kernel fix
Merge pull request !1759 from chenweifeng/dropout
5 years ago
zhaozhenlong
7716f7618c
add op BasicLSTMCell
6 years ago
zhaozhenlong
270f79c8c2
add op BasicLSTMCell vm
5 years ago
wilfChen
cf0820aae9
Gpu Dropout kernel fix
5 years ago
jonyguo
228061818c
Merge branch 'incubator-master' into sync_05177ff9_6b1715a7
5 years ago
mindspore-ci-bot
6b1715a76b
!150 add RNNTLoss and RandomCategorical ops for aicpu
Merge pull request !150 from yanzhenxiang2020/add_rnnt_and_categorical
5 years ago
buxue
01e9b2d94e
fix bprop of ExtractImagePatches
5 years ago
yanzhenxiang2020
e3d1e2f55b
add RNNTLoss and RandomCategorical op for aicpu
6 years ago
mindspore-ci-bot
14f9a6e31c
!1310 add cpu lstm
Merge pull request !1310 from baihuawei/cpu-lstm
5 years ago
baihuawei
9bcdf4cbdc
add lstm
5 years ago
chenhaozhe
b6aceddeab
update bert scripts according to rules of modelzoo
6 years ago
zhaozhenlong
a5c021f450
smoothL1Loss grad wrt target
6 years ago
liuxiao
10abb68498
add ops CTCLoss
6 years ago
mindspore-ci-bot
6ab046e4dd
!1062 Adapt Softplus\SoftplusGrad for VM, and ApplyFtrlD for both GE and VM.
Merge pull request !1062 from liuxiao/softplus-softplusgrad
6 years ago
mindspore-ci-bot
66667d727e
!1034 Gpu Support Dropout operator
Merge pull request !1034 from SanjayChan/dropout
6 years ago
liuxiao
4335e9bc83
adapt Softplus\SoftplusGrad\ApplyFtrlD for VM
6 years ago
chenzomi
661f9dfaf8
add dropout primtive
6 years ago
zhaozhenlong
52d2d204e3
Conv2DBackpropInput bprop return 3 items
ImageGradients make compile check before others
6 years ago