Skip to content
Snippets Groups Projects
Commit 0307121c authored by Franck Dary's avatar Franck Dary
Browse files

Fixed type

parent 613f04a9
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ po::options_description getOptionsDescription() ...@@ -86,7 +86,7 @@ po::options_description getOptionsDescription()
("maskRate", po::value<float>()->default_value(0.0), ("maskRate", po::value<float>()->default_value(0.0),
"The rate of elements of the Tape that will be masked.") "The rate of elements of the Tape that will be masked.")
("printTime", "Print time on stderr.") ("printTime", "Print time on stderr.")
("featureExtraction", "Use macaon only a feature extractor, print corpus to stdout.") ("featureExtraction", "Use macaon only as a feature extractor, print corpus to stdout.")
("devEvalOnGold", "If true, dev accuracy will be computed on gold configurations.") ("devEvalOnGold", "If true, dev accuracy will be computed on gold configurations.")
("devLoss", po::value<bool>()->default_value(false), ("devLoss", po::value<bool>()->default_value(false),
"Compute and print total loss on dev for every epoch.") "Compute and print total loss on dev for every epoch.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment