nnet-compile-test.cc File Reference
Include dependency graph for nnet-compile-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 UnitTestNnetCompile ()
 
void UnitTestNnetCompileMulti ()
 
void UnitTestNnetCompileLooped ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 177 of file nnet-compile-test.cc.

References KALDI_LOG, kaldi::SetVerboseLevel(), kaldi::nnet3::UnitTestNnetCompile(), kaldi::nnet3::UnitTestNnetCompileLooped(), and kaldi::nnet3::UnitTestNnetCompileMulti().

177  {
178  using namespace kaldi;
179  using namespace kaldi::nnet3;
180  SetVerboseLevel(4);
181 
185 
186 
187  KALDI_LOG << "Nnet tests succeeded.";
188 
189  return 0;
190 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void SetVerboseLevel(int32 i)
This should be rarely used, except by programs using Kaldi as library; command-line programs set the ...
Definition: kaldi-error.h:64
void UnitTestNnetCompileLooped()
void UnitTestNnetCompileMulti()
void UnitTestNnetCompile()
#define KALDI_LOG
Definition: kaldi-error.h:153