"docs/source/en/api/models/overview.md" did not exist on "cdf2ae8a8426d198a108242dc933c39763c8ccc3"
Commit ca1c7af2 authored by Davis King's avatar Davis King
Browse files

Added missing , in output

parent 051b67f0
......@@ -113,7 +113,7 @@ namespace dlib
<< "lambda_param=" << o.lambda_param << ","
<< "num_test_splits=" << o.num_test_splits << ","
<< "feature_pool_region_padding=" << o.feature_pool_region_padding << ","
<< "random_seed=" << o.random_seed
<< "random_seed=" << o.random_seed << ","
<< "num_threads=" << o.num_threads
<< ")";
return sout.str();
......
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