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::nnet2
 

Functions

void UnitTestNnet ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

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

References kaldi::nnet2::UnitTestNnet().

50  {
51  using namespace kaldi;
52  using namespace kaldi::nnet2;
53 
54  UnitTestNnet();
55  return 0;
56 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestNnet()