Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
fcf7ab6d
Commit
fcf7ab6d
authored
Jun 25, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated examples to refer to the correct file names.
parent
a76b642a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
dnn_imagenet_ex.cpp
examples/dnn_imagenet_ex.cpp
+2
-2
dnn_imagenet_train_ex.cpp
examples/dnn_imagenet_train_ex.cpp
+1
-1
dnn_inception_ex.cpp
examples/dnn_inception_ex.cpp
+2
-2
dnn_introduction2_ex.cpp
examples/dnn_introduction2_ex.cpp
+1
-1
No files found.
examples/dnn_imagenet_ex.cpp
View file @
fcf7ab6d
...
...
@@ -10,8 +10,8 @@
about 2 weeks. This pretrained model has a top5 error of 7.572% on the 2012
imagenet validation dataset.
For an introduction to dlib's DNN module read the dnn_
mnist
_ex.cpp and
dnn_
mnist_advanced
_ex.cpp example programs.
For an introduction to dlib's DNN module read the dnn_
introduction
_ex.cpp and
dnn_
introduction2
_ex.cpp example programs.
Finally, these tools will use CUDA and cuDNN to drastically accelerate
...
...
examples/dnn_imagenet_train_ex.cpp
View file @
fcf7ab6d
...
...
@@ -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_
mnist_ex.cpp and dnn_mnist_advanced
_ex.cpp first.
program. So read dnn_
inception_ex.cpp and dnn_introduction2
_ex.cpp first.
*/
...
...
examples/dnn_inception_ex.cpp
View file @
fcf7ab6d
...
...
@@ -2,8 +2,8 @@
/*
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 introductory
dnn_
mnist_ex.cpp and dnn_mnist_advanced_ex.cpp examples. In this example we
are going to show how to create inception networks.
dnn_
introduction_ex.cpp and dnn_introduction2_ex.cpp examples. In this
example we
are going to show how to create inception networks.
An inception network is composed of inception blocks of the form:
...
...
examples/dnn_introduction2_ex.cpp
View file @
fcf7ab6d
// 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_
mnist_ex.cpp
dlib C++ Library. I'm assuming you have already read the dnn_
inception_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