Skip to content
Snippets Groups Projects

extracted the scalar form the table

Merged Alain KOMATY requested to merge load_model_issue into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -636,7 +636,7 @@ class GMMMachine(BaseEstimator):
@@ -636,7 +636,7 @@ class GMMMachine(BaseEstimator):
]
]
else: # Legacy file version
else: # Legacy file version
logger.info("Loading a legacy HDF5 machine file.")
logger.info("Loading a legacy HDF5 machine file.")
n_gaussians = hdf5["m_n_gaussians"][()]
n_gaussians = hdf5["m_n_gaussians"][()][0]
g_means = []
g_means = []
g_variances = []
g_variances = []
g_variance_thresholds = []
g_variance_thresholds = []
Loading