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
e1367f1b
Commit
e1367f1b
authored
Apr 16, 2016
by
Davis King
Browse files
Made unit test less likely to false alarm.
parent
2703a72d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/test/dnn.cpp
dlib/test/dnn.cpp
+2
-2
No files found.
dlib/test/dnn.cpp
View file @
e1367f1b
...
...
@@ -517,8 +517,8 @@ namespace
resizable_tensor
data
(
prnd
.
get_random_32bit_number
()
%
5
+
1
,
prnd
.
get_random_32bit_number
()
%
5
+
1
,
prnd
.
get_random_32bit_number
()
%
30
+
1
,
prnd
.
get_random_32bit_number
()
%
30
+
1
prnd
.
get_random_32bit_number
()
%
25
+
1
,
prnd
.
get_random_32bit_number
()
%
25
+
1
);
resizable_tensor
filters
(
prnd
.
get_random_32bit_number
()
%
5
+
1
,
...
...
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