RP-Net icon indicating copy to clipboard operation
RP-Net copied to clipboard

code problem

Open starryFelix opened this issue 3 years ago • 0 comments

corr = corr.view(batch, ht, wd, 1, ht, wd) corr = corr / torch.sqrt(torch.tensor(dim).float()) corr = corr.view(-1, 1, ht, wd)

Thank you very much for your work , but I did not understand this part of the code.Can you tell me ? Thank you.

starryFelix avatar Sep 24 '21 03:09 starryFelix