-
Notifications
You must be signed in to change notification settings - Fork 383
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
LightGlue-full-compile won't work with torch '2.2.1+cu121' #123
Comments
Thanks @Phil26AT, it works now! Are the following warnings expected?
|
Mark cudagraph begin in compilation. Fixes #123
Great! Yes these warning are expected. The first one is from torch. You could change the matmul precision to "high", but this sometimes results in wrong estimates. For safety reasons we do not enable it by default. The second warning is about point pruning, which is not compatible with the padding and masking used in compiled forward. Newer torch versions support dynamic shapes, which would be compatible with point pruning, but we have not tested this with LightGlue yet. |
I have torch >=2, yet I can't run lightglue_full_compile. Logs are attached. Please help.
Environment:
Logs:
The text was updated successfully, but these errors were encountered: