#include <nnet-utils.h>
Public Member Functions | |
MaxChangeStats (const Nnet &nnet) | |
void | Print (const Nnet &nnet) const |
Public Attributes | |
int32 | num_max_change_global_applied |
int32 | num_minibatches_processed |
std::vector< int32 > | num_max_change_per_component_applied |
Definition at line 540 of file nnet-utils.h.
|
inline |
Definition at line 545 of file nnet-utils.h.
References fst::Print().
void Print | ( | const Nnet & | nnet | ) | const |
Definition at line 2284 of file nnet-utils.cc.
References Nnet::GetComponent(), Nnet::GetComponentName(), rnnlm::i, KALDI_ERR, KALDI_LOG, kaldi::nnet3::kUpdatableComponent, Nnet::NumComponents(), and Component::Properties().
Referenced by NnetChainTrainer::PrintTotalStats(), and NnetTrainer::PrintTotalStats().
int32 num_max_change_global_applied |
Definition at line 541 of file nnet-utils.h.
Referenced by kaldi::nnet3::UpdateNnetWithMaxChange().
std::vector<int32> num_max_change_per_component_applied |
Definition at line 543 of file nnet-utils.h.
Referenced by kaldi::nnet3::UpdateNnetWithMaxChange().
int32 num_minibatches_processed |
Definition at line 542 of file nnet-utils.h.
Referenced by kaldi::nnet3::UpdateNnetWithMaxChange().