Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ea68abcc
Commit
ea68abcc
authored
Oct 01, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed DEFAULT_BATCH_NORM_EPS from 1e-5 to 1e-4.
parent
d6874d83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
layers.h
dlib/dnn/layers.h
+1
-1
layers_abstract.h
dlib/dnn/layers_abstract.h
+1
-1
No files found.
dlib/dnn/layers.h
View file @
ea68abcc
...
...
@@ -707,7 +707,7 @@ namespace dlib
FC_MODE
=
1
};
const
double
DEFAULT_BATCH_NORM_EPS
=
0
.
000
0
1
;
const
double
DEFAULT_BATCH_NORM_EPS
=
0
.
0001
;
template
<
layer_mode
mode
...
...
dlib/dnn/layers_abstract.h
View file @
ea68abcc
...
...
@@ -940,7 +940,7 @@ namespace dlib
FC_MODE
=
1
// fully connected mode
};
const
double
DEFAULT_BATCH_NORM_EPS
=
0
.
000
0
1
;
const
double
DEFAULT_BATCH_NORM_EPS
=
0
.
0001
;
template
<
layer_mode
mode
...
...
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