Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.kaldi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.kaldi
Commits
5c73c35e
There was a problem fetching the pipeline summary.
Commit
5c73c35e
authored
7 years ago
by
Milos CERNAK
Browse files
Options
Downloads
Patches
Plain Diff
updated cepstral test
parent
5ef8b484
No related branches found
No related tags found
1 merge request
!8
Dnn vad
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/kaldi/test/test_extractor.py
+2
-2
2 additions, 2 deletions
bob/kaldi/test/test_extractor.py
with
2 additions
and
2 deletions
bob/kaldi/test/test_extractor.py
+
2
−
2
View file @
5c73c35e
...
...
@@ -71,7 +71,7 @@ def test_cepstral_mfcc():
assert
ours
.
shape
==
theirs
.
shape
assert
np
.
allclose
(
ours
,
theirs
,
1e-03
,
1e-0
5
)
assert
np
.
allclose
(
ours
,
theirs
,
1e-03
,
1e-0
4
)
def
test_cepstral_plp
():
...
...
@@ -87,5 +87,5 @@ def test_cepstral_plp():
assert
ours
.
shape
==
theirs
.
shape
assert
np
.
allclose
(
ours
,
theirs
,
1e-03
,
1e-0
5
)
assert
np
.
allclose
(
ours
,
theirs
,
1e-03
,
1e-0
4
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment