train-nnet.h File Reference
Include dependency graph for train-nnet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NnetSimpleTrainerConfig
 

Namespaces

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

Functions

int64 TrainNnetSimple (const NnetSimpleTrainerConfig &config, Nnet *nnet, SequentialNnetExampleReader *reader, double *tot_weight=NULL, double *tot_logprob=NULL)
 Train on all the examples it can read from the reader. More...