20 #ifndef KALDI_NNET2_NNET_LIMIT_RANK_H_ 21 #define KALDI_NNET2_NNET_LIMIT_RANK_H_ 39 opts->
Register(
"num-threads", &num_threads,
"Number of threads used for " 40 "rank-limiting operation; note, will never use more than " 42 opts->
Register(
"parameter-proportion", ¶meter_proportion,
"Proportion of " 43 "dimension of each transform to limit the rank to.");
62 #endif // KALDI_NNET2_NNET_LIMIT_RANK_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
void Register(OptionsItf *opts)
void LimitRankParallel(const NnetLimitRankOpts &opts, Nnet *nnet)
This function limits the rank of each affine transform in the neural net, by zeroing out the smallest...
virtual void Register(const std::string &name, bool *ptr, const std::string &doc)=0
BaseFloat parameter_proportion
This header provides functionality for sample-by-sample stochastic gradient descent and gradient comp...