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

Corrected mistake in error message

parent b5e356df
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Classifier::Classifier(const std::string & name, std::filesystem::path path, std
}
}
}))
util::myThrow(fmt::format("Invalid line '{}', expected '{}'\n", definition[0], "(LossMultiplier :) {state1,multiplier1 state2,multiplier2...}"));
util::myThrow(fmt::format("Invalid line '{}', expected '{}'\n", definition[1], "(LossMultiplier :) {state1,multiplier1 state2,multiplier2...}"));
initNeuralNetwork(definition);
}
......
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