fmllr-raw-test.cc File Reference
Include dependency graph for fmllr-raw-test.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void InitRandomGmm (DiagGmm *gmm_in)
 
void UnitTestFmllrRaw (bool use_offset)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 116 of file fmllr-raw-test.cc.

References kaldi::g_kaldi_verbose_level, rnnlm::i, and kaldi::UnitTestFmllrRaw().

116  {
118 
119  for (int i = 0; i < 2; i++) { // did more iterations when first testing...
120  kaldi::UnitTestFmllrRaw(i % 2 == 0);
121  }
122  std::cout << "Test OK.\n";
123 }
void UnitTestFmllrRaw(bool use_offset)
int32 g_kaldi_verbose_level
This is set by util/parse-options.
Definition: kaldi-error.cc:46