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

Function Documentation

◆ main()

int main ( )

Definition at line 81 of file am-nnet-test.cc.

References kaldi::nnet2::UnitTestAmNnet().

81  {
82  using namespace kaldi;
83  using namespace kaldi::nnet2;
84 
86  return 0;
87 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestAmNnet()
Definition: am-nnet-test.cc:29