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
c48d0973
Commit
c48d0973
authored
Apr 14, 2016
by
Davis King
Browse files
fixed grammar in some comments
parent
13bc3880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/core.h
dlib/dnn/core.h
+2
-2
No files found.
dlib/dnn/core.h
View file @
c48d0973
...
...
@@ -42,7 +42,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// Tell us if T is one of the special layer types (i.e. add_layer, add_tag_layer, or
// Tell us if T is one of the special layer types (i.e. add_layer,
repeat,
add_tag_layer, or
// add_skip_layer).
template
<
typename
T
>
struct
is_nonloss_layer_type
:
std
::
false_type
{};
// Tell us if T is an instance of add_loss_layer.
...
...
@@ -1330,7 +1330,7 @@ namespace dlib
template
<
size_t
N
,
template
<
typename
>
class
L
,
typename
S
>
friend
class
repeat
;
// You wou
d
ln't put a tag on a layer if you didn't want to access its forward
// You woul
d
n't put a tag on a layer if you didn't want to access its forward
// outputs. So this is always true.
bool
this_layer_requires_forward_output
(
)
{
return
true
;
}
...
...
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