nnet-compute.cc File Reference
#include "nnet2/nnet-compute.h"
#include "hmm/posterior.h"
Include dependency graph for nnet-compute.cc:

Go to the source code of this file.

Classes

class  NnetComputer
 

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 NnetComputation (const Nnet &nnet, const CuMatrixBase< BaseFloat > &input, bool pad_input, CuMatrixBase< BaseFloat > *output)
 Does the basic neural net computation, on a sequence of data (e.g. More...
 
void NnetComputationChunked (const Nnet &nnet, const CuMatrixBase< BaseFloat > &input, int32 chunk_size, CuMatrixBase< BaseFloat > *output)
 Does the basic neural net computation, on a sequence of data (e.g. More...
 
BaseFloat NnetGradientComputation (const Nnet &nnet, const CuMatrixBase< BaseFloat > &input, bool pad_input, const Posterior &pdf_post, Nnet *nnet_to_update)