Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/online2/online-ivector-feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct OnlineIvectorExtractionConfig {
"add online-cmvn to feature pipeline of ivector extractor, "
"use the cmvn setup from the UBM. Note: the default of "
"false is what we historically used; we'd use true if "
"we were using CMVN'ed features for the neural net.")
"we were using CMVN'ed features for the neural net.");
opts->Register("splice-config", &splice_config_rxfilename, "Configuration file "
"for frame splicing (--left-context and --right-context "
"options); used for iVector extraction.");
Expand Down