“dangjiaqi1”
39948670dd
new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
5 years ago
zhangz0911gm
f8a20283e9
Fixing errors in notes
5 years ago
mindspore-ci-bot
fcfe66f072
!9418 add dropout of cpu
From: @lishixing3
Reviewed-by:
Signed-off-by:
5 years ago
lishixing3
824418c8f6
add dropout
5 years ago
l00591931
256a93911d
Codedex change and change some comment
5 years ago
mindspore-ci-bot
9b21b3ffc3
!9343 add white space after comma
From: @zhaozhenlong
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34
5 years ago
zhangz0911gm
0ffec7acf9
Fixing some tiny faults in notes of classes' examples
5 years ago
zhaozhenlong
60a28b4542
add whitespace after comma
5 years ago
l00591931
d387fbc641
Delete sequence mask and fix comment for Interpolate
5 years ago
l00591931
ee45c04775
Add pynative view and expand_as
5 years ago
l00591931
9c6eb9b9a4
Add backprop and add some comments
5 years ago
JunYuLiu
1eaa4a30dd
Add labels to python files
5 years ago
l00591931
05e26f4739
Add nn.interpolate()
5 years ago
mindspore-ci-bot
fa2185b8ef
!8661 Add nn.Tril() and nn.Triu()
From: @liangzhibo
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
c12e3876cc
!8771 [#I24U3E][#I24U50][#I24TZT][#I24U7V] BUG-Fixed: [CT][MS][Document] the example in doc has no print
From: @david-he91
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
99fc0a4e64
!8526 Add 'in_channel' and 'out_channel' to cell_attr_register
From: @wanyiming
Reviewed-by: @kingxian
Signed-off-by: @kingxian
5 years ago
hedongodng
a5016a0ead
fix: I24U3E, I24U50, I24U7V and I24TZT. Correct operator descriptions
5 years ago
l00591931
e1dba1337c
Add nn.Tril function
5 years ago
zhangz0911gm
dda18138c1
t# This is a combination of 2 commits.
updating notes of pynative in nn_layer
5 years ago
wanyiming
237bcfd36b
add_channel_to_attr
5 years ago
wanyiming
2e6db43ec5
modify_dense
5 years ago
mindspore-ci-bot
7622b44c21
!8170 Support Nd*2d for nn.Dense
From: @wanyiming
Reviewed-by:
Signed-off-by:
5 years ago
lilei
a4e5b6bd40
modify guide for website
5 years ago
wanyiming
3c7a3b6693
modify_dense
5 years ago
jzg
4851a67bb5
add layer of clipbyglobalnorm.
5 years ago
lihongkang
3704e05370
fix bugs
5 years ago
jzg
7cbd55e17d
add embedding layer.
5 years ago
chenzomi
44bf4c3e37
[ME] format code
5 years ago
lilei
127f70ce40
Extension interface for dense
5 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
5 years ago
mindspore-ci-bot
311a4b0dd1
!7298 refactor seed interfaces
Merge pull request !7298 from yihuaijie/master
5 years ago
Yi Huaijie
b28a6ff88e
refactor seed interfaces
5 years ago
liangchenghui
8eedd68b8e
Fix MatrixSetDiag, Select, Conv2D op annotation problem.
5 years ago
Yi Huaijie
c5f7700992
refactor get_seed() interface
5 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
5 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
5 years ago
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