This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
find a bug that bilinear must have bias
tags/v0.1.0
xuyige
6 years ago
parent
08e924b54f
commit
246908bf45
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/modules/test_other_modules.py
+ 1
- 1
test/modules/test_other_modules.py
View File
@@ -27,4 +27,4 @@ class TestBiLinear(unittest.TestCase):
x_right = torch.randn((7, 10, 20, 5))
y = bl(x_left, x_right)
print(bl)
bl2 = BiLinear(n_left=15, n_right=15, n_out=10, bias=
Fals
e)
bl2 = BiLinear(n_left=15, n_right=15, n_out=10, bias=
Tru
e)
Write
Preview
Loading…
Cancel
Save