Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.gmm
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.bio.gmm
Commits
96d65477
Commit
96d65477
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
GMM.transform no longer returns dask arrays
parent
067f132f
Branches
Branches containing commit
No related tags found
1 merge request
!34
GMM.transform no longer returns dask arrays
Pipeline
#60026
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/bio/gmm/algorithm/GMM.py
+0
-1
0 additions, 1 deletion
bob/bio/gmm/algorithm/GMM.py
with
0 additions
and
1 deletion
bob/bio/gmm/algorithm/GMM.py
+
0
−
1
View file @
96d65477
...
@@ -186,7 +186,6 @@ class GMM(BioAlgorithm, BaseEstimator):
...
@@ -186,7 +186,6 @@ class GMM(BioAlgorithm, BaseEstimator):
logger
.
debug
(
"
Projecting %d feature vectors
"
,
array
.
shape
[
0
])
logger
.
debug
(
"
Projecting %d feature vectors
"
,
array
.
shape
[
0
])
# Accumulates statistics
# Accumulates statistics
gmm_stats
=
self
.
ubm
.
transform
(
array
)
gmm_stats
=
self
.
ubm
.
transform
(
array
)
gmm_stats
.
compute
()
# Return the resulting statistics
# Return the resulting statistics
return
gmm_stats
return
gmm_stats
...
...
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