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
SearchTransfer.py line 32: R_lv3 = torch.bmm(refsr_lv3_unfold, lrsr_lv3_unfold) #[N, HrWr, HW]
torch.bmm takes up too much memory. RuntimeError: CUDA out of memory. Tried to allocate 1525.88 GiB
Is there anything I haven't noticed?
The text was updated successfully, but these errors were encountered:
SearchTransfer.py line 32: R_lv3 = torch.bmm(refsr_lv3_unfold, lrsr_lv3_unfold) #[N, HrWr, HW]
torch.bmm takes up too much memory. RuntimeError: CUDA out of memory. Tried to allocate 1525.88 GiB
Is there anything I haven't noticed?
The text was updated successfully, but these errors were encountered: