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

Increased default value for rarityThreshold

parent 96509501
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ po::options_description MacaonTrain::getOptionsDescription() ...@@ -35,7 +35,7 @@ po::options_description MacaonTrain::getOptionsDescription()
"Number of examples per batch") "Number of examples per batch")
("dynamicOracleInterval", po::value<int>()->default_value(-1), ("dynamicOracleInterval", po::value<int>()->default_value(-1),
"Number of examples per batch") "Number of examples per batch")
("rarityThreshold", po::value<float>()->default_value(20.0), ("rarityThreshold", po::value<float>()->default_value(70.0),
"During train, the X% rarest elements will be treated as unknown values") "During train, the X% rarest elements will be treated as unknown values")
("machine", po::value<std::string>()->default_value(""), ("machine", po::value<std::string>()->default_value(""),
"Reading machine file content") "Reading machine file content")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment