-
Notifications
You must be signed in to change notification settings - Fork 47
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
how to enable GPU in the build #2
Comments
This repo is intended for minimal dependency, enabling GPU is somehow against this goal. |
how fast mxnet-ssd.cpp detection object in image(eg.VOC2007) without GPU? thanks for your work very much! |
Depending on the model/cpu/compilation mode, the run time significantly varies. VGG16 model + 2.5GHz single thread with OPENMP disabled = 6s / image |
I just wonder have you built this with GPU enabled? The demo instruction has the flag --gpu=INT. But when I run this, I got a error But I didn't see any place to enable compiling with CUDA enabled. I have installed CUDA8.0 with cudnn v5.1 on Win10. NVIDIA Samples run well. |
@feiyang-nottingham the author alreally said: the repo don't support gpu |
I don't see a flag to enable GPU in the install.sh. Do you know how to enable it?
Thanks,
The text was updated successfully, but these errors were encountered: