chenzomi
d5ae6fdd84
code format for nn.layer
5 years ago
mindspore-ci-bot
8f55187492
!6976 bug fix for nn.Dense and P.Matmul
Merge pull request !6976 from chenzhongming/zomi_master
5 years ago
chenzomi
b22cb38dab
bug fix fot nn.Dense and P.Matmul
5 years ago
liubuyu
96622fc804
support extract_image_patches op
5 years ago
lihongkang
e427ea59df
fix bugs
5 years ago
panfengfeng
2d7b93e958
fix nn & operations api comments
5 years ago
lihongkang
569693af52
fix bugs
5 years ago
liangchenghui
d57c5ce010
fix nn.dropout performance problem
5 years ago
mindspore-ci-bot
dd215f4080
!5735 delete seed0 and seed1
Merge pull request !5735 from caozhou/delete_seed
5 years ago
lihongkang
b958f15d24
fix bugs
5 years ago
caozhou
6509fa9023
delete seed0 and seed1 in Dropout
5 years ago
danish
273fc0071c
New User facing Pad Kernel + ST + Allows for channel padding
style fix
lint fixes
added check in NN layer for > 4 paddings, plus lint fix
fix python lint
lint fix
lint fix
updating to pytest asserts to improve testing
removed unnecc vars from test file fail checks
5 years ago
yao_yf
1e60cef198
fix wide&deep dropout set strategy
5 years ago
simson
7cc48a9af8
Third round of enhancement of API comment & README_CN
5 years ago
simson
dec2e4a819
Third round of the enhancement of API comments
5 years ago
fangzehua
c16a22c680
fix unsortedgrad clipbynorm boundingboxdecode
5 years ago
fangzehua
236204f931
fix matrixdiag floordiv softmax
5 years ago
fangzehua
86dd0c583a
fix avgpool grad
5 years ago
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
5 years ago
mindspore-ci-bot
cf0cecc13f
!2478 Support writing pass in python
Merge pull request !2478 from BowenK/python_pass_clean
5 years ago
BowenK
b26f6b6b67
Add python pass support
5 years ago
Wei Luning
8f56528f8c
add flags on function
5 years ago
jiangjinsheng
017ff492af
vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
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
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
chenhaozhe
435fc12e28
optimize clip_norm
5 years ago
buxue
01e9b2d94e
fix bprop of ExtractImagePatches
5 years ago
yoonlee666
12d9c71c83
delete dropout when prob equals 0 and adjust bert ci script
5 years ago
chujinjin
da13f5980c
fix dropout in pynative
5 years ago
gaojing
abb4b7ed5c
fix some python code format
5 years ago
mindspore-ci-bot
b9d3495c4d
!1081 format nn. and change quant.py
Merge pull request !1081 from SanjayChan/formast
5 years ago
chenzomi
1397326c46
add quant.py and change the format of __init__
5 years ago
chenzomi
661f9dfaf8
add dropout primtive
5 years ago
buxue
0f89cc1da4
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
5 years ago
dinghao
60971f26d8
fix clipbynorm in pynative mode
5 years ago
fary86
8cbbbd950e
Add cell name to error message
5 years ago
buxue
62807da0c4
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
5 years ago
zhaozhenlong
6a2cf4b6e6
ssim impl code
5 years ago
gaojing
2db3e64ff2
add operation
5 years ago
zhaozhenlong
f9d180d413
add api image gradients
5 years ago
zhongligeng
144a636b51
resolve some issue in nn comments
5 years ago
万万没想到
605d980305
1. add Note refer to nn.SGD for detail
2. delete default value of stat
3. delete examples
4. some comments error from wangting review
5. modify comments from jinyaohui
6. modify examples from wanghao
7. modify Select operation examples
5 years ago
万万没想到
849b84abb1
fix typo in formula
5 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago