#include <iostream>#include <string>#include "base/kaldi-common.h"#include "matrix/matrix-lib.h"#include "cudamatrix/cu-matrix.h"#include "cudamatrix/cu-vector.h"#include "nnet/nnet-trnopts.h"

Go to the source code of this file.
Classes | |
| class | Component |
| Abstract class, building block of the network. More... | |
| struct | Component::key_value |
| A pair of type and marker,. More... | |
| class | UpdatableComponent |
| Class UpdatableComponent is a Component which has trainable parameters, it contains SGD training hyper-parameters in NnetTrainOptions. More... | |
| class | MultistreamComponent |
| Class MultistreamComponent is an extension of UpdatableComponent for recurrent networks, which are trained with parallel sequences. More... | |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
| kaldi::nnet1 | |