#include "nnet2/mixup-nnet.h"
#include "gmm/model-common.h"
#include <numeric>
Go to the source code of this file.
|
| kaldi |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
|
| kaldi::nnet2 |
|
|
static void | GiveNnetCorrectTopology (Nnet *nnet, AffineComponent **affine_component, SoftmaxComponent **softmax_component, SumGroupComponent **sum_group_component) |
| This function makes sure the neural net ends with a SumGroupComponent. More...
|
|
void | MixupNnet (const NnetMixupConfig &mixup_config, Nnet *nnet) |
| This function works as follows. More...
|
|