online-nnet2-decodable-test.cc File Reference
Include dependency graph for online-nnet2-decodable-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 UnitTestNnetDecodable ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 104 of file online-nnet2-decodable-test.cc.

References rnnlm::i, and kaldi::nnet2::UnitTestNnetDecodable().

104  {
105  using namespace kaldi;
106  using namespace kaldi::nnet2;
107  using kaldi::int32;
108 
109  for (int32 i = 0; i < 3; i++)
111  return 0;
112 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
kaldi::int32 int32