nnet-example-test.cc File Reference
Include dependency graph for nnet-example-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

void UnitTestNnetExample ()
 
void UnitTestNnetMergeExamples ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 103 of file nnet-example-test.cc.

References KALDI_LOG, kaldi::nnet3::UnitTestNnetExample(), and kaldi::nnet3::UnitTestNnetMergeExamples().

103  {
104  using namespace kaldi;
105  using namespace kaldi::nnet3;
106 
109 
110  KALDI_LOG << "Nnet-example tests succeeded.";
111 
112  return 0;
113 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestNnetMergeExamples()
void UnitTestNnetExample()
#define KALDI_LOG
Definition: kaldi-error.h:153