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
ea68abcc
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1a584ced1196e367b9728e99233648b59e51a6e7"
Commit
ea68abcc
authored
Oct 01, 2016
by
Davis King
Browse files
Changed DEFAULT_BATCH_NORM_EPS from 1e-5 to 1e-4.
parent
d6874d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/layers.h
dlib/dnn/layers.h
+1
-1
dlib/dnn/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
...
@@ -707,7 +707,7 @@ namespace dlib
FC_MODE
=
1
FC_MODE
=
1
};
};
const
double
DEFAULT_BATCH_NORM_EPS
=
0.000
0
1
;
const
double
DEFAULT_BATCH_NORM_EPS
=
0.0001
;
template
<
template
<
layer_mode
mode
layer_mode
mode
...
...
dlib/dnn/layers_abstract.h
View file @
ea68abcc
...
@@ -940,7 +940,7 @@ namespace dlib
...
@@ -940,7 +940,7 @@ namespace dlib
FC_MODE
=
1
// fully connected mode
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
<
template
<
layer_mode
mode
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