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
8e613246
Commit
8e613246
authored
Aug 24, 2017
by
Davis King
Browse files
Fixed grammar
parent
6a962690
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/layers_abstract.h
dlib/dnn/layers_abstract.h
+1
-1
No files found.
dlib/dnn/layers_abstract.h
View file @
8e613246
...
@@ -2392,7 +2392,7 @@ namespace dlib
...
@@ -2392,7 +2392,7 @@ namespace dlib
defined above. In particular, the output of this layer is simply a copy of
defined above. In particular, the output of this layer is simply a copy of
the input tensor. However, you can configure the extract layer to output
the input tensor. However, you can configure the extract layer to output
only some subset of the input tensor and also to reshape it. Therefore,
only some subset of the input tensor and also to reshape it. Therefore,
the dimensions of the tensor
s
output by this layer are as follows (letting
the dimensions of the tensor output by this layer are as follows (letting
IN be the input tensor and OUT the output tensor):
IN be the input tensor and OUT the output tensor):
- OUT.num_samples() == IN.num_samples()
- OUT.num_samples() == IN.num_samples()
- OUT.k() == _k
- OUT.k() == _k
...
...
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