nnet-nnet-test.cc File Reference
Include dependency graph for nnet-nnet-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 UnitTestNnetIo ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 61 of file nnet-nnet-test.cc.

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

61  {
62  using namespace kaldi;
63  using namespace kaldi::nnet3;
64 
66 
67  KALDI_LOG << "Nnet tests succeeded.";
68 
69  return 0;
70 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
#define KALDI_LOG
Definition: kaldi-error.h:153
void UnitTestNnetIo()