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
2469352e
Commit
2469352e
authored
Jun 25, 2016
by
Davis King
Browse files
fixed typo
parent
fcf7ab6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/dnn_imagenet_train_ex.cpp
examples/dnn_imagenet_train_ex.cpp
+1
-1
examples/dnn_introduction2_ex.cpp
examples/dnn_introduction2_ex.cpp
+1
-1
No files found.
examples/dnn_imagenet_train_ex.cpp
View file @
2469352e
...
...
@@ -4,7 +4,7 @@
network used by the dnn_imagenet_ex.cpp example program.
You should be familiar with dlib's DNN module before reading this example
program. So read dnn_in
cep
tion_ex.cpp and dnn_introduction2_ex.cpp first.
program. So read dnn_in
troduc
tion_ex.cpp and dnn_introduction2_ex.cpp first.
*/
...
...
examples/dnn_introduction2_ex.cpp
View file @
2469352e
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the deep learning tools from the
dlib C++ Library. I'm assuming you have already read the dnn_in
cep
tion_ex.cpp
dlib C++ Library. I'm assuming you have already read the dnn_in
troduc
tion_ex.cpp
example. So in this example program I'm going to go over a number of more
advanced parts of the API, including:
- Using multiple GPUs
...
...
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