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
4189386d
"test/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "cbf267c357a7574d9382ffcace75089dc2798295"
Commit
4189386d
authored
Jan 09, 2016
by
Davis King
Browse files
Increased the default sgd learning rate.
parent
9f92b082
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/solvers.h
dlib/dnn/solvers.h
+1
-1
dlib/dnn/solvers_abstract.h
dlib/dnn/solvers_abstract.h
+1
-1
No files found.
dlib/dnn/solvers.h
View file @
4189386d
...
...
@@ -14,7 +14,7 @@ namespace dlib
public:
sgd
(
float
learning_rate_
=
0.
0
01
,
float
learning_rate_
=
0.01
,
float
weight_decay_
=
0.0005
,
float
momentum_
=
0.9
)
...
...
dlib/dnn/solvers_abstract.h
View file @
4189386d
...
...
@@ -78,7 +78,7 @@ namespace dlib
public:
sgd
(
float
learning_rate
=
0.
0
01
,
float
learning_rate
=
0.01
,
float
weight_decay
=
0.0005
,
float
momentum
=
0.9
);
...
...
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