Skip to content
Snippets Groups Projects
Commit b4233bc5 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

revert gmm_class option

parent b1cd7bc6
No related branches found
No related tags found
1 merge request!53Factor Analysis on pure python
Pipeline #60644 passed
......@@ -231,8 +231,7 @@ class FactorAnalysisBase(BaseEstimator):
if self.ubm is None:
logger.info("Creating a new GMMMachine and training it.")
gmm_class = self.ubm_kwargs.pop("gmm_class", GMMMachine)
self.ubm: GMMMachine = gmm_class(**self.ubm_kwargs)
self.ubm = GMMMachine(**self.ubm_kwargs)
self.ubm.fit(X)
if self.ubm._means is None:
......
# The bob.core>2.0.5 in the requirements.txt is making the bob.core not download
bob.core
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment