Skip to content

Commit f16f743

Browse files
committed
Disabling enable_depth_scaling, which obviously affects the result of test_layer
1 parent ab29fc4 commit f16f743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlib/dnn/layers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5720,7 +5720,7 @@ namespace dlib
57205720
max_steps_(max_steps),
57215721
halt_threshold_(0.99f), // theta in Graves' notation
57225722
ponder_penalty_(0.01f), // lambda (ponder cost weight)
5723-
enable_depth_scaling_(true),
5723+
enable_depth_scaling_(false),
57245724
batch_size_(0),
57255725
seq_len_(0),
57265726
d_model_(0),

0 commit comments

Comments
 (0)