Skip to content
Snippets Groups Projects
Commit e06a4cf1 authored by Alain KOMATY's avatar Alain KOMATY
Browse files

extracted the scalar form the table

parent 70f462b1
Branches
Tags
1 merge request!70extracted the scalar form the table
Pipeline #65923 passed
......@@ -636,7 +636,7 @@ class GMMMachine(BaseEstimator):
]
else: # Legacy file version
logger.info("Loading a legacy HDF5 machine file.")
n_gaussians = hdf5["m_n_gaussians"][()]
n_gaussians = hdf5["m_n_gaussians"][()][0]
g_means = []
g_variances = []
g_variance_thresholds = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment