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
9930d327
Commit
9930d327
authored
Jun 22, 2016
by
Fm
Browse files
removed comment form net printing
parent
f3b0159e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
examples/dnn_inception_ex.cpp
examples/dnn_inception_ex.cpp
+1
-2
No files found.
examples/dnn_inception_ex.cpp
View file @
9930d327
...
...
@@ -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
;
...
...
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