Configuration class for the GetHTransducer() function; see The HTransducerConfig configuration class for context. More...
#include <hmm-utils.h>
Public Member Functions | |
HTransducerConfig () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
BaseFloat | transition_scale |
Transition log-prob scale, see Scaling of transition and acoustic probabilities. More... | |
int32 | nonterm_phones_offset |
Configuration class for the GetHTransducer() function; see The HTransducerConfig configuration class for context.
Definition at line 36 of file hmm-utils.h.
|
inline |
Definition at line 43 of file hmm-utils.h.
|
inline |
Definition at line 47 of file hmm-utils.h.
References OptionsItf::Register().
Referenced by main().
int32 nonterm_phones_offset |
Definition at line 41 of file hmm-utils.h.
Referenced by kaldi::GetHTransducer(), and main().
BaseFloat transition_scale |
Transition log-prob scale, see Scaling of transition and acoustic probabilities.
Note this doesn't apply to self-loops; GetHTransducer() does not include self-loops.
Definition at line 40 of file hmm-utils.h.
Referenced by TrainingGraphCompiler::CompileGraph(), TrainingGraphCompiler::CompileGraphs(), kaldi::GetHmmAsFsa(), and main().