-
Notifications
You must be signed in to change notification settings - Fork 59
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
Library crashing with fatal & system.accessviolation corrupt memory when running on gpu? #13
Comments
i figured it out, the problem is that my model is not running on gpu and crashing with fatal error or access violation errors. i am using cuda toolkit 11.8 & cuDNN as provided in your readme but still getting this issue. my specs are : what is the correct version for me? |
Hi aloksharma1, did you drop the cuDNN dll's in your CUDA-bin folder and update your System Variable (PATH) to include the dir-location to your CUDA-bin folder as well? In case you missed it, check my CUDA and cuDNN installation guide here: https://www.youtube.com/watch?v=KC9-9L7FgPc CUDA version to use:
|
Yes, already done that, tried different versions of cuDNN from 8.5 to 8.9 too to see if that could have been the problem. The issue stays , my app starts processing with yolo and crashes randomly (only on gpu). |
Here is some more details, i modified your library sample to use gpu and ran a iteration after 1-3 it randomly crashed with these errors apart from access violation its always something different:
here is the code change:
|
Hello,
in your code, you are using imagesharp directly but i need to perform some custom operations on my video feed for advance detection and drawing. Can you provide a sample code for that, i want to:
thanks
The text was updated successfully, but these errors were encountered: