From 9930d3279ef5231e8082b7d0db1d262e1198f2e1 Mon Sep 17 00:00:00 2001 From: Fm Date: Wed, 22 Jun 2016 17:53:37 +0300 Subject: [PATCH] removed comment form net printing --- examples/dnn_inception_ex.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/dnn_inception_ex.cpp b/examples/dnn_inception_ex.cpp index 0fa92e4f0..1fa0dbcb3 100644 --- a/examples/dnn_inception_ex.cpp +++ b/examples/dnn_inception_ex.cpp @@ -33,7 +33,6 @@ #include #include - using namespace std; using namespace dlib; @@ -91,7 +90,7 @@ int main(int argc, char** argv) try // Make an instance of our inception network. net_type net; cout << "The net has " << net.num_layers << " layers in it." << endl; -// cout << net << endl; + cout << net << endl; cout << "Traning NN..." << endl;