We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab29fc4 commit f16f743Copy full SHA for f16f743
1 file changed
dlib/dnn/layers.h
@@ -5720,7 +5720,7 @@ namespace dlib
5720
max_steps_(max_steps),
5721
halt_threshold_(0.99f), // theta in Graves' notation
5722
ponder_penalty_(0.01f), // lambda (ponder cost weight)
5723
- enable_depth_scaling_(true),
+ enable_depth_scaling_(false),
5724
batch_size_(0),
5725
seq_len_(0),
5726
d_model_(0),
0 commit comments