mixup-nnet.cc File Reference
#include "nnet2/mixup-nnet.h"
#include "gmm/model-common.h"
#include <numeric>
Include dependency graph for mixup-nnet.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 
 kaldi::nnet2
 

Functions

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...