mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Increased the default sgd learning rate.
This commit is contained in:
parent
9f92b082a3
commit
4189386ddb
@ -14,7 +14,7 @@ namespace dlib
|
||||
public:
|
||||
|
||||
sgd(
|
||||
float learning_rate_ = 0.001,
|
||||
float learning_rate_ = 0.01,
|
||||
float weight_decay_ = 0.0005,
|
||||
float momentum_ = 0.9
|
||||
)
|
||||
|
@ -78,7 +78,7 @@ namespace dlib
|
||||
public:
|
||||
|
||||
sgd(
|
||||
float learning_rate = 0.001,
|
||||
float learning_rate = 0.01,
|
||||
float weight_decay = 0.0005,
|
||||
float momentum = 0.9
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user