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
7ae59ff8
Commit
7ae59ff8
authored
May 19, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
26701f73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
faq.xml
docs/docs/faq.xml
+13
-0
No files found.
docs/docs/faq.xml
View file @
7ae59ff8
...
...
@@ -8,6 +8,19 @@
<questions
group=
"Python"
>
<question
text=
"I compiled with CUDA enabled, why isn't it using CUDA?"
>
Either you are using a part of dlib that just doesn't use CUDA, of which there
are many parts, or you are mistaken about compiling dlib with CUDA enabled.
In particular, many users report that "dlib isn't using CUDA even though
I definitely compiled it with CUDA" and in every case either they are not using part of dlib that uses CUDA or they
have installed multiple copies of dlib on their computer, some with CUDA disabled, and
they are using a non-CUDA build.
<p>
You can check if dlib is compiled to use CUDA by looking at the
<tt>
dlib.DLIB_USE_CUDA
</tt>
boolean.
<b>
If dlib.DLIB_USE_CUDA is false then you didn't compile it with CUDA enabled
</b>
.
</p>
</question>
<question
text=
"Why is dlib.image_window missing?"
>
If you are getting the error
<tt>
module 'dlib' has no attribute 'image_window'
</tt>
it is because you compiled dlib without GUI support (or you are using a copy of
...
...
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