-
Notifications
You must be signed in to change notification settings - Fork 131
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
GPU not being found #178
Comments
Same issue |
Did you try forceing GPU index this way? YoloWrapper yoloWrapper = new YoloWrapper(yoloConfiguration, new GpuConfig() { GpuIndex = 0 }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code was working fine when we had the GPU in pci slot 1.
When we moved the GUP to slot 2, the GPU is not found.
Does the GPU need to be located in slot 1?
The text was updated successfully, but these errors were encountered: