Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ambuj Mehrish
sidekit
Commits
8e39ea0a
Commit
8e39ea0a
authored
Mar 07, 2019
by
Anthony Larcher
Browse files
typo
parent
278d2770
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnet/xvector.py
View file @
8e39ea0a
...
...
@@ -103,7 +103,7 @@ class Xtractor(torch.nn.Module):
seg_emb_2
=
self
.
dropout_lin1
(
seg_emb_1
)
seg_emb_3
=
self
.
norm6
(
self
.
activation
(
self
.
seg_lin1
(
seg_emb_2
)))
# No batch-normalisation after this layer
seg_emb_4
=
self
.
activation
(
self
.
seg_lin2
(
seg_emb_3
))
seg_emb_4
=
self
.
activation
(
self
.
seg_lin2
(
seg_emb_3
))
#seg_emb_3 = self.seg_lin2(seg_emb_2)
return
seg_emb_4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment