#include <vector>
#include "base/kaldi-common.h"
#include "gmm/am-diag-gmm.h"
#include "hmm/transition-model.h"
#include "itf/decodable-itf.h"
#include "nnet2/am-nnet.h"
#include "nnet2/nnet-compute.h"
Go to the source code of this file.
Classes | |
class | DecodableAmNnet |
DecodableAmNnet is a decodable object that decodes with a neural net acoustic model of type AmNnet. More... | |
class | DecodableAmNnetParallel |
This version of DecodableAmNnet is intended for a version of the decoder that processes different utterances with multiple threads. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
kaldi::nnet2 | |