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
6afc9233
Commit
6afc9233
authored
Apr 07, 2016
by
Davis King
Browse files
clarified spec
parent
e378be9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/dnn/trainer_abstract.h
dlib/dnn/trainer_abstract.h
+4
-0
No files found.
dlib/dnn/trainer_abstract.h
View file @
6afc9233
...
@@ -34,6 +34,10 @@ namespace dlib
...
@@ -34,6 +34,10 @@ namespace dlib
training data and it will output a new network instance that has hopefully
training data and it will output a new network instance that has hopefully
learned something useful from your training data.
learned something useful from your training data.
If you are compiling with CUDA then this object will use the GPU that is
currently selected (i.e. the one indicated by cudaGetDevice()) when
dnn_trainer is constructed. It will continue to use that device even if
you later change it by a call to cudaSetDevice().
!*/
!*/
public:
public:
...
...
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