#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "hmm/transition-model.h"
#include "nnet/nnet-nnet.h"
#include "nnet/nnet-affine-transform.h"
#include "nnet/nnet-activation.h"
#include "nnet/nnet-various.h"
#include "nnet2/nnet-nnet.h"
#include "nnet2/nnet-component.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: | |
Functions | |
nnet2::Component * | ConvertAffineTransformComponent (const nnet1::Component &nnet1_component, const bool use_preconditioned_affine_component) |
nnet2::Component * | ConvertSoftmaxComponent (const nnet1::Component &nnet1_component) |
nnet2::Component * | ConvertSigmoidComponent (const nnet1::Component &nnet1_component) |
nnet2::Component * | ConvertSpliceComponent (const nnet1::Component &nnet1_component) |
nnet2::Component * | ConvertAddShiftComponent (const nnet1::Component &nnet1_component) |
nnet2::Component * | ConvertRescaleComponent (const nnet1::Component &nnet1_component) |
nnet2::Component * | ConvertComponent (const nnet1::Component &nnet1_component, const bool use_preconditioned_affine_component) |
nnet2::Nnet * | ConvertNnet1ToNnet2 (const nnet1::Nnet &nnet1, const bool use_preconditioned_affine_component) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 176 of file nnet1-to-raw-nnet.cc.
References kaldi::ConvertNnet1ToNnet2(), ParseOptions::GetArg(), KALDI_LOG, ParseOptions::NumArgs(), kaldi::PrintableWxfilename(), ParseOptions::PrintUsage(), ParseOptions::Read(), kaldi::ReadKaldiObject(), ParseOptions::Register(), and kaldi::WriteKaldiObject().