nnet-utils-test.cc File Reference
Include dependency graph for nnet-utils-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 UnitTestNnetContext ()
 
void UnitTestConvertRepeatedToBlockAffine ()
 
void UnitTestConvertRepeatedToBlockAffineComposite ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 106 of file nnet-utils-test.cc.

References KALDI_LOG, kaldi::SetVerboseLevel(), kaldi::nnet3::UnitTestConvertRepeatedToBlockAffine(), kaldi::nnet3::UnitTestConvertRepeatedToBlockAffineComposite(), and kaldi::nnet3::UnitTestNnetContext().

106  {
107  using namespace kaldi;
108  using namespace kaldi::nnet3;
109  SetVerboseLevel(2);
110 
114 
115  KALDI_LOG << "Nnet tests succeeded.";
116 
117  return 0;
118 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestConvertRepeatedToBlockAffine()
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 UnitTestConvertRepeatedToBlockAffineComposite()
void UnitTestNnetContext()
#define KALDI_LOG
Definition: kaldi-error.h:153