Go to the source code of this file.
|
| 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...
|
| |
|
| | kaldi |
| | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
| |
| | kaldi::nnet2 |
| |
|
| void | WidenNnet (const NnetWidenConfig &widen_config, Nnet *nnet) |
| | This function widens a neural network by increasing the hidden-layer dimensions to the target. More...
|
| |