NnetChainTrainingOptions Struct Reference

#include <nnet-chain-training.h>

Collaboration diagram for NnetChainTrainingOptions:

Public Member Functions

 NnetChainTrainingOptions ()
 
void Register (OptionsItf *opts)
 

Public Attributes

NnetTrainerOptions nnet_config
 
chain::ChainTrainingOptions chain_config
 
bool apply_deriv_weights
 

Detailed Description

Definition at line 35 of file nnet-chain-training.h.

Constructor & Destructor Documentation

◆ NnetChainTrainingOptions()

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 41 of file nnet-chain-training.h.

References OptionsItf::Register(), and NnetTrainerOptions::Register().

41  {
42  nnet_config.Register(opts);
43  chain_config.Register(opts);
44  opts->Register("apply-deriv-weights", &apply_deriv_weights,
45  "If true, apply the per-frame derivative weights stored with "
46  "the example");
47  }
void Register(OptionsItf *opts)
Definition: nnet-training.h:63
chain::ChainTrainingOptions chain_config

Member Data Documentation

◆ apply_deriv_weights

bool apply_deriv_weights

Definition at line 38 of file nnet-chain-training.h.

Referenced by NnetChainTrainer::ProcessOutputs().

◆ chain_config

chain::ChainTrainingOptions chain_config

◆ nnet_config


The documentation for this struct was generated from the following file: