-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cudart error occurs when using YOLOv11 #69
Comments
Please try again using this dll file. |
I tested it, but it didn't work this time due to the above error;; |
Please try this one. |
The out of memory error seems to be working, but there are some questions. The error "Tried to allocate 15.97 GiB." has occurred, and the code I tested is the code that teaches 4 pictures to yolov11n, the smallest model of yolov11, and it's not the size to allocate 16gb of vram, and in the colab environment where I tested the code before, I completed the test normally even though the vram was 15gb. I also consumed the actual vram |
Try disabling caching
|
The result seems to be the same because the default value of the cache parameter is false. It seems to be related to the 'Automatic Mixed Precision' function as it progresses when the amp parameter is changed to false
It is predicted that a problem occurred in the call part of the hipMemUNmap() function, but the prompt did not tell me the problem, so I don't know the details |
0xC0000005 is memory access violation, and it is out of memory in some cases. I'm not sure whether it is or not in this case. |
hip SDK 5.7.0 (Core, Library Development, Library Runtime, Ray Tracing Development, Ray Tracing Runtime, Runtime Compiler Development, Runtime Compiler Runtime) is currently installed |
#error
logI replaced the copas cudart cufft cufft cufft cufftw cusparse cvrtc of pytorch with the dll of zluda, respectively
I tried setting the 'RUST_BACKTRACE=1' environment variable, but it didn't work
The code above is the code I tried.
The text was updated successfully, but these errors were encountered: