Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
05bbe4f4
"...ko/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3fca52022fe0ea9aaf0a0ea8a0fc13308bf69a9f"
Commit
05bbe4f4
authored
Sep 30, 2016
by
Davis King
Browse files
Fixed spelling error in comment
parent
4a9cccb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/train_shape_predictor_ex.cpp
examples/train_shape_predictor_ex.cpp
+1
-1
No files found.
examples/train_shape_predictor_ex.cpp
View file @
05bbe4f4
...
@@ -108,7 +108,7 @@ int main(int argc, char** argv)
...
@@ -108,7 +108,7 @@ int main(int argc, char** argv)
trainer
.
set_nu
(
0.05
);
trainer
.
set_nu
(
0.05
);
trainer
.
set_tree_depth
(
2
);
trainer
.
set_tree_depth
(
2
);
// some parts of training process can be par
e
llelized.
// some parts of training process can be par
a
llelized.
// Trainer will use this count of threads when possible
// Trainer will use this count of threads when possible
trainer
.
set_num_threads
(
2
);
trainer
.
set_num_threads
(
2
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment