20 #ifndef KALDI_NNET2_NNET_UPDATE_PARALLEL_H_ 21 #define KALDI_NNET2_NNET_UPDATE_PARALLEL_H_ 52 Nnet *nnet_to_update);
60 const std::vector<NnetExample> &examples,
62 Nnet *nnet_to_update);
75 const std::vector<NnetExample> &examples,
78 examples, num_frames, NULL);
88 #endif // KALDI_NNET2_NNET_UPDATE_PARALLEL_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
SequentialTableReader< KaldiObjectHolder< NnetExample > > SequentialNnetExampleReader
double ComputeNnetObjfParallel(const Nnet &nnet, int32 minibatch_size, int32 num_threads, const std::vector< NnetExample > &examples, double *num_frames)
This is basically to clarify the fact that DoBackpropParallel will also work with nnet_to_update == N...
This header provides functionality for sample-by-sample stochastic gradient descent and gradient comp...
double DoBackpropParallel(const Nnet &nnet, int32 minibatch_size, SequentialNnetExampleReader *examples_reader, double *tot_weight, Nnet *nnet_to_update)
This function is similar to "DoBackprop" in nnet-update.h This function computes the objective functi...