TTSR icon indicating copy to clipboard operation
TTSR copied to clipboard

[CVPR'20] TTSR: Learning Texture Transformer Network for Image Super-Resolution

Results 3 TTSR issues
Sort by recently updated
recently updated
newest added

Where is "channel num"? I can't found it in "x.sh" file. Am I looking in the right place for parameter settings? Thank you!

SearchTransfer.py line 32: R_lv3 = torch.bmm(refsr_lv3_unfold, lrsr_lv3_unfold) #[N, Hr*Wr, H*W] torch.bmm takes up too much memory. RuntimeError: CUDA out of memory. Tried to allocate 1525.88 GiB Is there anything I...

Why multiply the coefficient of each channel when calculating PSNR and SSIM so that the index value is higher than the real index value?