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
bob
bob.learn.em
Commits
837e925d
Commit
837e925d
authored
Feb 24, 2015
by
Tiago de Freitas Pereira
Browse files
Changed the None test
parent
2d53e62f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/em/test/test_ivector.py
View file @
837e925d
...
...
@@ -107,7 +107,7 @@ class IVectorMachinePy():
return
TtSigmaInvNT
def
forward
(
self
,
gmmstats
):
if
self
.
m_ubm
and
not
(
self
.
m_t
==
None
)
and
not
(
self
.
m_sigma
==
None
)
:
if
self
.
m_ubm
and
self
.
m_t
is
not
None
and
self
.
m_sigma
is
not
None
:
N
=
gmmstats
.
n
F
=
gmmstats
.
sum_px
...
...
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