Unverified Commit d9398434 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] provide link to m2cgen from convert_model_language param description (#2591)

parent f6adccf4
...@@ -727,7 +727,7 @@ IO Parameters ...@@ -727,7 +727,7 @@ IO Parameters
- used only in ``convert_model`` task - used only in ``convert_model`` task
- only ``cpp`` is supported yet - only ``cpp`` is supported yet; for conversion model to other languages consider using `m2cgen <https://github.com/BayesWitnesses/m2cgen>`__ utility
- if ``convert_model_language`` is set and ``task=train``, the model will be also converted - if ``convert_model_language`` is set and ``task=train``, the model will be also converted
......
...@@ -658,7 +658,7 @@ struct Config { ...@@ -658,7 +658,7 @@ struct Config {
double pred_early_stop_margin = 10.0; double pred_early_stop_margin = 10.0;
// desc = used only in ``convert_model`` task // desc = used only in ``convert_model`` task
// desc = only ``cpp`` is supported yet // desc = only ``cpp`` is supported yet; for conversion model to other languages consider using `m2cgen <https://github.com/BayesWitnesses/m2cgen>`__ utility
// desc = if ``convert_model_language`` is set and ``task=train``, the model will be also converted // desc = if ``convert_model_language`` is set and ``task=train``, the model will be also converted
// desc = **Note**: can be used only in CLI version // desc = **Note**: can be used only in CLI version
std::string convert_model_language = ""; std::string convert_model_language = "";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment