Commit ca1c7af2 authored by Davis King's avatar Davis King

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