BaumWelch  baumwelch-0.3.8
OpenGrm-BaumWelch library
Functions
baumwelchtrain.cc File Reference
#include <fst/flags.h>
#include <fst/weight.h>
#include <baumwelch/train.h>
Include dependency graph for baumwelchtrain.cc:

Go to the source code of this file.

Functions

 DEFINE_int32 (batch_size, 0,"Batch size; 0 indicates full-batch training")
 
 DEFINE_double (delta,::fst::kDelta,"Comparison/quantization delta")
 
 DEFINE_double (alpha,::fst::kAlpha,"Step size reduction power parameter; 0 disables reduction")
 
 DEFINE_int32 (max_iters,::fst::kMaxIters,"Maximum number of iterations to perform")
 
 DEFINE_bool (normalize_ilabel, true,"Should ilabel condition normalization?")
 
int baumwelchtrain_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

int baumwelchtrain_main ( int  argc,
char **  argv 
)

Definition at line 35 of file baumwelchtrain-main.cc.

DEFINE_bool ( normalize_ilabel  ,
true  ,
"Should ilabel condition normalization?"   
)
DEFINE_double ( delta  ,
::fst::kDelta  ,
"Comparison/quantization delta"   
)
DEFINE_double ( alpha  ,
::fst::kAlpha  ,
"Step size reduction power parameter; 0 disables reduction"   
)
DEFINE_int32 ( batch_size  ,
,
"Batch size; 0 indicates full-batch training"   
)
DEFINE_int32 ( max_iters  ,
::fst::kMaxIters  ,
"Maximum number of iterations to perform"   
)
int main ( int  argc,
char **  argv 
)

Definition at line 31 of file baumwelchtrain.cc.