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
6e0f13ba
Commit
6e0f13ba
authored
May 30, 2016
by
Davis King
Browse files
minor cleanup
parent
b4b9376a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/dnn_inception_ex.cpp
examples/dnn_inception_ex.cpp
+2
-2
No files found.
examples/dnn_inception_ex.cpp
View file @
6e0f13ba
...
@@ -57,9 +57,9 @@ using net_type = loss_multiclass_log<
...
@@ -57,9 +57,9 @@ using net_type = loss_multiclass_log<
fc
<
10
,
fc
<
10
,
relu
<
fc
<
32
,
relu
<
fc
<
32
,
max_pool
<
2
,
2
,
2
,
2
,
incept_b
<
max_pool
<
2
,
2
,
2
,
2
,
incept_b
<
max_pool
<
2
,
2
,
2
,
2
,
tag1
<
incept_a
<
max_pool
<
2
,
2
,
2
,
2
,
incept_a
<
input
<
matrix
<
unsigned
char
>>
input
<
matrix
<
unsigned
char
>>
>>>>>>>>
>
;
>>>>>>>>
;
int
main
(
int
argc
,
char
**
argv
)
try
int
main
(
int
argc
,
char
**
argv
)
try
{
{
...
...
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