#include "nnet2/nnet-nnet.h"#include "util/table-types.h"#include "util/kaldi-semaphore.h"#include "util/kaldi-thread.h"#include "nnet2/nnet-update.h"

Go to the source code of this file.
Classes | |
| struct | NnetLimitRankOpts | 
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 | LimitRankParallel (const NnetLimitRankOpts &opts, Nnet *nnet) | 
| This function limits the rank of each affine transform in the neural net, by zeroing out the smallest singular values.  More... | |