Configuration variables needed in the estimation of FMLLR for SGMMs. More...
#include <fmllr-sgmm2.h>
Public Member Functions | |
Sgmm2FmllrConfig () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
int32 | fmllr_iters |
Number of iterations in FMLLR estimation. More... | |
int32 | step_iters |
Iterations to find optimal FMLLR step size. More... | |
BaseFloat | fmllr_min_count_basis |
Minimum occupancy count to estimate FMLLR using basis matrices. More... | |
BaseFloat | fmllr_min_count |
Minimum occupancy count to estimate FMLLR without basis matrices. More... | |
BaseFloat | fmllr_min_count_full |
Minimum occupancy count to stop using FMLLR bases and switch to regular FMLLR estimation. More... | |
int32 | num_fmllr_bases |
Number of basis matrices to use for FMLLR estimation. More... | |
BaseFloat | bases_occ_scale |
Scale per-speaker count to determine number of CMLLR bases. More... | |
Configuration variables needed in the estimation of FMLLR for SGMMs.
Definition at line 40 of file fmllr-sgmm2.h.
|
inline |
Definition at line 56 of file fmllr-sgmm2.h.
References Sgmm2FmllrConfig::Register().
|
inline |
Definition at line 69 of file fmllr-sgmm2.h.
References Sgmm2FmllrConfig::bases_occ_scale, Sgmm2FmllrConfig::fmllr_iters, Sgmm2FmllrConfig::fmllr_min_count, Sgmm2FmllrConfig::fmllr_min_count_basis, Sgmm2FmllrConfig::fmllr_min_count_full, Sgmm2FmllrConfig::num_fmllr_bases, OptionsItf::Register(), and Sgmm2FmllrConfig::step_iters.
Referenced by main(), and Sgmm2FmllrConfig::Sgmm2FmllrConfig().
BaseFloat bases_occ_scale |
Scale per-speaker count to determine number of CMLLR bases.
Definition at line 54 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), and FmllrSgmm2Accs::Update().
int32 fmllr_iters |
Number of iterations in FMLLR estimation.
Definition at line 41 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), and FmllrSgmm2Accs::Update().
BaseFloat fmllr_min_count |
Minimum occupancy count to estimate FMLLR without basis matrices.
Definition at line 46 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), TestSgmm2FmllrAccsIO(), and FmllrSgmm2Accs::Update().
BaseFloat fmllr_min_count_basis |
Minimum occupancy count to estimate FMLLR using basis matrices.
Definition at line 44 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), and FmllrSgmm2Accs::Update().
BaseFloat fmllr_min_count_full |
Minimum occupancy count to stop using FMLLR bases and switch to regular FMLLR estimation.
Definition at line 49 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), and FmllrSgmm2Accs::Update().
int32 num_fmllr_bases |
Number of basis matrices to use for FMLLR estimation.
Can only *reduce* the number of bases present. Overridden by the 'bases_occ_scale' option.
Definition at line 52 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register(), TestSgmm2FmllrSubspace(), and FmllrSgmm2Accs::Update().
int32 step_iters |
Iterations to find optimal FMLLR step size.
Definition at line 42 of file fmllr-sgmm2.h.
Referenced by Sgmm2FmllrConfig::Register().