-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi, I am thankful for being shared your code.
I succeed in executing code with custom dataset.
but, when I use large input size(from 256 to 512), I get this error
File "UNITE\models\networks\correspondence.py", line 312, in forward
y1 = torch.matmul(f_div_C, ref_)
RuntimeError: batch1 dim 2 must match batch2 dim 1
f_div_C size is doubled for width and height. if I change the tensor size, then next code makes error due to size unmatched.
I use loadsize=512 crop_size=512 label_nc = 2
please help me.
thank you.
Metadata
Metadata
Assignees
Labels
No labels