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
04526626
"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "fd3112bc4954071456660dbb3904a6c9b7a54d86"
Commit
04526626
authored
Dec 13, 2015
by
Davis King
Browse files
Fixed errant const.
parent
b7e127f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/trainer.h
dlib/dnn/trainer.h
+1
-1
dlib/dnn/trainer_abstract.h
dlib/dnn/trainer_abstract.h
+1
-1
No files found.
dlib/dnn/trainer.h
View file @
04526626
...
...
@@ -100,7 +100,7 @@ namespace dlib
void
set_num_epochs
(
unsigned
long
num
)
const
)
{
DLIB_CASSERT
(
num
>
0
,
""
);
num_epochs
=
num
;
...
...
dlib/dnn/trainer_abstract.h
View file @
04526626
...
...
@@ -143,7 +143,7 @@ namespace dlib
void
set_num_epochs
(
unsigned
long
num
)
const
;
);
/*!
requires
- num > 0
...
...
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