Configuration variables needed in the SGMM estimation process. More...
#include <estimate-am-sgmm2.h>
Public Member Functions | |
MleAmSgmm2Options () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
BaseFloat | tau_c |
Smoothing constant for sub-state weights [count to add to each one]. More... | |
BaseFloat | cov_floor |
Floor covariance matrices Sigma_i to this times average cov. More... | |
BaseFloat | cov_diag_ratio |
ratio to dim below which we use diagonal. default 2, set to inf for diag. More... | |
BaseFloat | max_cond |
Max on condition of matrices in update beyond which we do not update. More... | |
bool | renormalize_V |
bool | renormalize_N |
int | weight_projections_iters |
Number of iters when re-estimating weight projections "w". More... | |
BaseFloat | epsilon |
very small value used to prevent SVD crashing. More... | |
BaseFloat | max_impr_u |
max improvement per frame allowed in update of u. More... | |
BaseFloat | tau_map_M |
For MAP update of the phonetic subspace M. More... | |
int | map_M_prior_iters |
num of iterations to update the prior of M More... | |
bool | full_row_cov |
Estimate row covariance instead of using I. More... | |
bool | full_col_cov |
Estimate col covariance instead of using I. More... | |
Configuration variables needed in the SGMM estimation process.
Definition at line 40 of file estimate-am-sgmm2.h.
|
inline |
Definition at line 66 of file estimate-am-sgmm2.h.
|
inline |
Definition at line 84 of file estimate-am-sgmm2.h.
References OptionsItf::Register().
Referenced by main().
BaseFloat cov_diag_ratio |
ratio to dim below which we use diagonal. default 2, set to inf for diag.
Definition at line 46 of file estimate-am-sgmm2.h.
BaseFloat cov_floor |
Floor covariance matrices Sigma_i to this times average cov.
Definition at line 44 of file estimate-am-sgmm2.h.
BaseFloat epsilon |
very small value used to prevent SVD crashing.
Definition at line 58 of file estimate-am-sgmm2.h.
bool full_col_cov |
Estimate col covariance instead of using I.
Definition at line 64 of file estimate-am-sgmm2.h.
Referenced by TestSgmm2AccsIO().
bool full_row_cov |
Estimate row covariance instead of using I.
Definition at line 63 of file estimate-am-sgmm2.h.
Referenced by TestSgmm2AccsIO().
int map_M_prior_iters |
num of iterations to update the prior of M
Definition at line 62 of file estimate-am-sgmm2.h.
BaseFloat max_cond |
Max on condition of matrices in update beyond which we do not update.
Should probably be related to numerical properties of machine or BaseFloat type.
Definition at line 50 of file estimate-am-sgmm2.h.
BaseFloat max_impr_u |
max improvement per frame allowed in update of u.
Definition at line 59 of file estimate-am-sgmm2.h.
bool renormalize_N |
Definition at line 53 of file estimate-am-sgmm2.h.
bool renormalize_V |
Definition at line 52 of file estimate-am-sgmm2.h.
BaseFloat tau_c |
Smoothing constant for sub-state weights [count to add to each one].
Definition at line 42 of file estimate-am-sgmm2.h.
BaseFloat tau_map_M |
For MAP update of the phonetic subspace M.
Definition at line 61 of file estimate-am-sgmm2.h.
Referenced by TestSgmm2AccsIO().
int weight_projections_iters |
Number of iters when re-estimating weight projections "w".
Definition at line 56 of file estimate-am-sgmm2.h.