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

Go to the source code of this file.

Classes

struct  NnetWidenConfig
 Configuration class that controls neural net "widening", which means increasing the dimension of the hidden layers of an already-trained neural net. More...
 

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 WidenNnet (const NnetWidenConfig &widen_config, Nnet *nnet)
 This function widens a neural network by increasing the hidden-layer dimensions to the target. More...