#include <deque>#include <mutex>#include "nnet2/nnet-compute-discriminative-parallel.h"#include "hmm/posterior.h"#include "lat/lattice-functions.h"#include "util/kaldi-semaphore.h"#include "util/kaldi-thread.h"
Go to the source code of this file.
Classes | |
| class | DiscriminativeExamplesRepository |
| This struct stores neural net training examples to be used in multi-threaded training. More... | |
| class | DiscTrainParallelClass |
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 | NnetDiscriminativeUpdateParallel (const AmNnet &am_nnet, const TransitionModel &tmodel, const NnetDiscriminativeUpdateOptions &opts, int32 num_threads, SequentialDiscriminativeNnetExampleReader *example_reader, Nnet *nnet_to_update, NnetDiscriminativeStats *stats) |