20 #ifndef KALDI_NNET2_WIDEN_NNET_H_ 21 #define KALDI_NNET2_WIDEN_NNET_H_ 39 param_stddev_factor(1.0),
43 opts->
Register(
"hidden-layer-dim", &hidden_layer_dim,
"[required option]: " 44 "target dimension of hidden layers");
45 opts->
Register(
"param-stddev-factor", ¶m_stddev_factor,
"Factor in " 46 "standard deviation of linear parameters of new part of " 47 "transform (multiply by 1/sqrt of input-dim)");
48 opts->
Register(
"bias-stddev", &bias_stddev,
"Standard deviation of added " This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
virtual void Register(const std::string &name, bool *ptr, const std::string &doc)=0
BaseFloat param_stddev_factor
void Register(OptionsItf *opts)
Configuration class that controls neural net "widening", which means increasing the dimension of the ...
This header provides functionality for sample-by-sample stochastic gradient descent and gradient comp...
void WidenNnet(const NnetWidenConfig &widen_config, Nnet *nnet)
This function widens a neural network by increasing the hidden-layer dimensions to the target...