#include "nnet2/combine-nnet-fast.h"
#include "nnet2/nnet-update-parallel.h"
#include "util/kaldi-thread.h"
Go to the source code of this file.
Classes | |
class | FisherComputationClass |
class | FastNnetCombiner |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
kaldi::nnet2 | |
Functions | |
void | CombineNnetsFast (const NnetCombineFastConfig &combine_config, const std::vector< NnetExample > &validation_set, const std::vector< Nnet > &nnets_in, Nnet *nnet_out) |