20 #ifndef KALDI_NNET3_NNET_PARSE_H_ 21 #define KALDI_NNET3_NNET_PARSE_H_ 46 std::vector<std::string> *tokens);
90 const std::string &name,
91 const CuVectorBase<BaseFloat> ¶ms,
92 bool include_mean =
false);
113 const std::string &name,
114 const CuMatrix<BaseFloat> ¶ms,
115 bool include_mean =
false,
116 bool include_row_norms =
false,
117 bool include_column_norms =
false,
118 bool include_singular_values =
false);
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
bool DescriptorTokenize(const std::string &input, std::vector< std::string > *tokens)
This function tokenizes input when parsing Descriptor configuration values.
std::string SummarizeVector(const VectorBase< float > &vec)
Returns a string that summarizes a vector fairly succintly, for printing stats in info lines...
bool NameMatchesPattern(const char *name, const char *pattern)
std::string ErrorContext(std::istream &is)
Return a string used in error messages.
void PrintParameterStats(std::ostringstream &os, const std::string &name, const CuVectorBase< BaseFloat > ¶ms, bool include_mean)
Print to 'os' some information about the mean and standard deviation of some parameters, used in Info() functions in nnet-simple-component.cc.