-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'DeepLearningClassifier' using GPU #414
Comments
What model of GPU are you using?
…On Tue, 28 Aug 2018 12:09 maherkarim, ***@***.***> wrote:
Hi everyone,
Thank you for your efforts for this project.
I was trying to test it with huge data more than 10milion records.
I have a GPU in my machine,but every time I am running the code I found
that it is using only the CPU!
How can I instruct it to use the GPU?
THanks
Maher
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#414>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOypHU8MK5TmdWGcYQKW5jBFs6oz5msks5uVSStgaJpZM4WPZWH>
.
|
Nvidia GV100 |
Wow. Expensive card.
Can you send the OS reported specs?
https://developer.nvidia.com/nvidia-system-management-interface
And Linux or Windows, Python version?
Essentially, it would help if there was step-by-step instructions to
reproduce the issue.
…On Tue, 28 Aug 2018 12:50 maherkarim, ***@***.***> wrote:
Nvidia GV100
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#414 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOypF0lcW8nf9DCFzSPCjloGHY1btXEks5uVS5JgaJpZM4WPZWH>
.
|
Also recommend getting something really simple working on the GPU. Follow
some internet tutorials until you are definitely using the GPU for
something trivial. This would prove that Python has all the required
libraries and setup to use the GPU.
…On Tue, 28 Aug 2018 12:57 DesignREM support, ***@***.***> wrote:
Wow. Expensive card.
Can you send the OS reported specs?
https://developer.nvidia.com/nvidia-system-management-interface
And Linux or Windows, Python version?
Essentially, it would help if there was step-by-step instructions to
reproduce the issue.
On Tue, 28 Aug 2018 12:50 maherkarim, ***@***.***> wrote:
> Nvidia GV100
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#414 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABOypF0lcW8nf9DCFzSPCjloGHY1btXEks5uVS5JgaJpZM4WPZWH>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone,
Thank you for your efforts for this project.
I was trying to test it with huge data more than 10milion records.
I have a GPU in my machine,but every time I am running the code I found that it is using only the CPU!
How can I instruct it to use the GPU?
THanks
Maher
The text was updated successfully, but these errors were encountered: