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
707a6b4c
Commit
707a6b4c
authored
May 02, 2016
by
Davis King
Browse files
fixed typo in spec
parent
4649193f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
dlib/dnn/layers_abstract.h
dlib/dnn/layers_abstract.h
+8
-8
No files found.
dlib/dnn/layers_abstract.h
View file @
707a6b4c
...
@@ -836,10 +836,10 @@ namespace dlib
...
@@ -836,10 +836,10 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c:
- for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == max(subm_clipped(image_plane(IN,s,k),
- image_plane(OUT,s,k)(r,c) == max(subm_clipped(image_plane(IN,s,k),
r*stride_y(),
centered_rect(
r*stride_y(),
c*stride_x(),
c*stride_x(),
nr(),
nr(),
nc()))
nc()))
)
!*/
!*/
public:
public:
...
@@ -936,10 +936,10 @@ namespace dlib
...
@@ -936,10 +936,10 @@ namespace dlib
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- OUT.nc() == 1+(IN.nc()-nc()%2)/stride_x()
- for all valid s, k, r, and c:
- for all valid s, k, r, and c:
- image_plane(OUT,s,k)(r,c) == mean(subm_clipped(image_plane(IN,s,k),
- image_plane(OUT,s,k)(r,c) == mean(subm_clipped(image_plane(IN,s,k),
r*stride_y(),
centered_rect(
r*stride_y(),
c*stride_x(),
c*stride_x(),
nr(),
nr(),
nc()))
nc()))
!*/
!*/
public:
public:
...
...
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