Skip to content
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

Why running train with --gpu 1.0 is not faster than without ? #1189

Open
ArnaudNorel95 opened this issue Sep 11, 2020 · 1 comment
Open

Why running train with --gpu 1.0 is not faster than without ? #1189

ArnaudNorel95 opened this issue Sep 11, 2020 · 1 comment

Comments

@ArnaudNorel95
Copy link

Hello

I think I have correctly installed gpu's driver, CUDA and CUDNN according to this screenshot :
cudacudnn

I tried training darkflow without GPU in a first time and it works. I can notice that GPU is indeed not running with nvidia-smi

Secondly I tried training darkflow with GPU (--gpu 1.0) and I notice that it is absolutely not faster. What is the interest ? Did I do something wrong ?
With nvidia-smi I can notice that GPU is processing :

image

thank you for reading and if you could help me :)

@andrewchang0910
Copy link

andrewchang0910 commented Oct 14, 2020

You probably not using your display card GPU, you are just use the GPU on motherboard. So you can not efficiently enhance the GPU usage. You should check your CUDA or CUDNN setting whether correct!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants