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 gpu is slowly than cpu in get_face_boxes? #25

Open
tms2003 opened this issue Jun 21, 2020 · 0 comments
Open

why gpu is slowly than cpu in get_face_boxes? #25

tms2003 opened this issue Jun 21, 2020 · 0 comments

Comments

@tms2003
Copy link

tms2003 commented Jun 21, 2020

I try to run gpu model like this:

python get_face_boxes_gluoncv.py --gpus 0

I get this:

[19:46:58] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: Running performance tests to find the best convolution algorithm, this can take a while... (set the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)
Inference time:16.246319ms


,my gpu is rtx2060. and I try to use default cpu (inter i5),I got this:

 python get_face_boxes_gluoncv.py 
Inference time:18.076420ms


so ,why it is no difference between them ?

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

1 participant