-
Notifications
You must be signed in to change notification settings - Fork 9
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
CUDA error #4
Comments
I had not issues with this checkpoint. |
Hello, I tried testing with images from the KITTI dataset, but the issue mentioned above still persists. I'm not sure where the problem lies in my code environment. |
Hello, could you please provide the CUDA version and LibTorch version you are using to run the code? |
I don't have time to test it now again but I also use CUDA 12.1 and https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu121.zip. I will look into it tomorrow likely. Last time I tested it worked. Anyway, must not hold true for the latest state. |
Hello, my environment is the same as yours.(CUDA 12.1 libtorch 2.5.1) Could you tell me if there are any requirements for the image size in this algorithm? |
Hello, when I finish compiling and run the program, the following error occurs:
When I run with aliked-n16.pt and aliked_lightglue.pt, the following warning appears:
My CUDA version is 12.1, libtorch version is 2.1.1, and the compiler used is gcc 11.4.0.
When I debug, an error is reported when this function is executed.
Could you please tell me where the issue might be?
The text was updated successfully, but these errors were encountered: