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
a17e7f6b
Commit
a17e7f6b
authored
May 04, 2016
by
Davis King
Browse files
fixed typo in comment
parent
73d78355
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/tensor_tools.h
dlib/dnn/tensor_tools.h
+2
-2
No files found.
dlib/dnn/tensor_tools.h
View file @
a17e7f6b
...
...
@@ -794,8 +794,8 @@ namespace dlib { namespace tt
- #dest.k() == src.k()
- #dest.nr() == 1 + (src.nr() + 2*padding_y - window_height)/stride_y
- #dest.nc() == 1 + (src.nc() + 2*padding_x - window_width)/stride_x
- WINDOW == centered_rect(x*stride + window_width/2 - padding_x,
y*stride + window_height/2 - padding_y,
- WINDOW == centered_rect(x*stride
_x
+ window_width/2 - padding_x,
y*stride
_y
+ window_height/2 - padding_y,
window_width,
window_height)
- for all valid s, k, r, and c:
...
...
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