#include "nnet3/nnet-nnet.h"
#include "nnet3/nnet-compile.h"
#include "nnet3/nnet-analyze.h"
#include "nnet3/nnet-test-utils.h"
#include "nnet3/nnet-optimize.h"
#include "nnet3/nnet-compute.h"
#include "nnet3/nnet-example.h"
#include "nnet3/nnet-example-utils.h"
#include "base/kaldi-math.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::nnet3 | |
Functions | |
void | UnitTestNnetExample () |
void | UnitTestNnetMergeExamples () |
int | main () |
int main | ( | ) |
Definition at line 103 of file nnet-example-test.cc.
References KALDI_LOG, kaldi::nnet3::UnitTestNnetExample(), and kaldi::nnet3::UnitTestNnetMergeExamples().