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
0f2e4694
Commit
0f2e4694
authored
Jun 27, 2016
by
Davis King
Browse files
Fixed missing part of spec
parent
5e550a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
dlib/dnn/layers_abstract.h
dlib/dnn/layers_abstract.h
+13
-0
No files found.
dlib/dnn/layers_abstract.h
View file @
0f2e4694
...
...
@@ -389,6 +389,19 @@ namespace dlib
- #get_bias_weight_decay_multiplier() == 0
!*/
fc_
(
num_fc_outputs
o
);
/*!
ensures
- #get_num_outputs() == o.num_outputs
- #get_bias_mode() == bias_mode
- #get_learning_rate_multiplier() == 1
- #get_weight_decay_multiplier() == 1
- #get_bias_learning_rate_multiplier() == 1
- #get_bias_weight_decay_multiplier() == 0
!*/
unsigned
long
get_num_outputs
(
)
const
;
/*!
...
...
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