#include <sstream>#include <fstream>#include <algorithm>#include "nnet/nnet-component.h"#include "nnet/nnet-nnet.h"#include "nnet/nnet-convolutional-component.h"#include "nnet/nnet-max-pooling-component.h"#include "util/common-utils.h"
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::nnet1 | |
Functions | |
| template<typename Real > | |
| void | ReadCuMatrixFromString (const std::string &s, CuMatrix< Real > *m) | 
| Component * | ReadComponentFromString (const std::string &s) | 
| void | UnitTestLengthNorm () | 
| void | UnitTestSimpleSentenceAveragingComponent () | 
| void | UnitTestConvolutionalComponentUnity () | 
| void | UnitTestConvolutionalComponent3x3 () | 
| void | UnitTestMaxPoolingComponent () | 
| void | UnitTestDropoutComponent () | 
| int | main () | 
| int main | ( | ) | 
Definition at line 270 of file nnet-component-test.cc.
References KALDI_LOG, kaldi::nnet1::UnitTestConvolutionalComponent3x3(), kaldi::nnet1::UnitTestConvolutionalComponentUnity(), kaldi::nnet1::UnitTestDropoutComponent(), kaldi::nnet1::UnitTestLengthNorm(), kaldi::nnet1::UnitTestMaxPoolingComponent(), and kaldi::nnet1::UnitTestSimpleSentenceAveragingComponent().