nnet-analyze-test.cc File Reference
Include dependency graph for nnet-analyze-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:
 
 kaldi::nnet3
 

Functions

std::string PrintCommand (int32 num_commands, int32 command)
 
void UnitTestNnetAnalyze ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 99 of file nnet-analyze-test.cc.

References KALDI_LOG, and kaldi::nnet3::UnitTestNnetAnalyze().

99  {
100  using namespace kaldi;
101  using namespace kaldi::nnet3;
102  //SetVerboseLevel(2);
103 
105 
106  KALDI_LOG << "Nnet tests succeeded.";
107 
108  return 0;
109 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestNnetAnalyze()
#define KALDI_LOG
Definition: kaldi-error.h:153