Configuration class that controls neural net combination, where we combine a number of neural nets, trying to find for each layer the optimal weighted combination of the different neural-net parameters. More...
#include <combine-nnet.h>
Public Member Functions | |
NnetCombineConfig () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
int32 | initial_model |
int32 | num_bfgs_iters |
BaseFloat | initial_impr |
bool | test_gradient |
Configuration class that controls neural net combination, where we combine a number of neural nets, trying to find for each layer the optimal weighted combination of the different neural-net parameters.
Definition at line 35 of file combine-nnet.h.
|
inline |
Definition at line 46 of file combine-nnet.h.
|
inline |
Definition at line 50 of file combine-nnet.h.
References kaldi::nnet2::CombineNnets(), and OptionsItf::Register().
Referenced by main().
BaseFloat initial_impr |
Definition at line 44 of file combine-nnet.h.
Referenced by kaldi::nnet2::CombineNnets().
int32 initial_model |
Definition at line 36 of file combine-nnet.h.
Referenced by kaldi::nnet2::GetInitialScaleParams().
int32 num_bfgs_iters |
Definition at line 38 of file combine-nnet.h.
Referenced by kaldi::nnet2::CombineNnets().
bool test_gradient |
Definition at line 45 of file combine-nnet.h.
Referenced by kaldi::nnet2::CombineNnets().