#include <iterator>
#include <sstream>
#include <iomanip>
#include "nnet3/nnet-general-component.h"
#include "nnet3/nnet-computation-graph.h"
#include "nnet3/nnet-parse.h"
Go to the source code of this file.
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
kaldi::nnet3 | |
Functions | |
static void | CopyPairVector (const CuArray< Int32Pair > &in, std::vector< std::pair< int32, int32 > > *out) |
static void | CopyPairVector (const std::vector< std::pair< int32, int32 > > &in, CuArray< Int32Pair > *out) |