From 2469352e95332ca4e61259fe676456f1c05342ac Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 25 Jun 2016 09:42:22 -0400 Subject: [PATCH] fixed typo --- examples/dnn_imagenet_train_ex.cpp | 2 +- examples/dnn_introduction2_ex.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dnn_imagenet_train_ex.cpp b/examples/dnn_imagenet_train_ex.cpp index 20bd1a1ad..9fdddf672 100644 --- a/examples/dnn_imagenet_train_ex.cpp +++ b/examples/dnn_imagenet_train_ex.cpp @@ -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_inception_ex.cpp and dnn_introduction2_ex.cpp first. + program. So read dnn_introduction_ex.cpp and dnn_introduction2_ex.cpp first. */ diff --git a/examples/dnn_introduction2_ex.cpp b/examples/dnn_introduction2_ex.cpp index 201d273bf..7a398eefa 100644 --- a/examples/dnn_introduction2_ex.cpp +++ b/examples/dnn_introduction2_ex.cpp @@ -1,7 +1,7 @@ // 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_inception_ex.cpp + dlib C++ Library. I'm assuming you have already read the dnn_introduction_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