You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matching 2 images with 20000 matches works with commit 69cefb1
and doesn't with currentmain.
I guess that is because of removing
torch.backends.cuda.matmul.allow_tf32 = True # allow tf32 on matmul TODO: these probably ruin stuff, should be careful
torch.backends.cudnn.allow_tf32 = True # allow tf32 on cudnn
The text was updated successfully, but these errors were encountered:
Matching 2 images with 20000 matches works with commit 69cefb1
and doesn't with current
main
.I guess that is because of removing
The text was updated successfully, but these errors were encountered: