removed comment form net printing

This commit is contained in:
Fm 2016-06-22 17:53:37 +03:00
parent f3b0159ef1
commit 9930d3279e
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include <iostream>
#include <dlib/data_io.h>
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;