Commit 0f2e4694 authored by Davis King's avatar Davis King

Fixed missing part of spec

parent 5e550a26
......@@ -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;
/*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment