laulampaul
laulampaul
I want to ask in Fig. 6 of the paper, what is the task, dataset and setting when you compare the IPT with other CNNs.
It seems that the Fig. 6 in arxiv v1 and CVPR21 are different.
> > > > > > > > > I tried using this branch but got an error about not getting expected number of gradients during backward (15 vs 16)...
@erhuodaosi i dont meet such question cause i only use code of the partial conv. but the bug mean that l1 should have 2 argument
python== 3.8.8 pytorch==1.9.0 torchvision==0.9.0
just use the code in psrt_sliding_arch.py > if __name__ == '__main__': > upscale = 4 > window_size = (2, 8, 8) > height = (1024 // upscale // window_size[1] +...
> I faced this issue, so basically pip install haven't compile CUDA extension without any warning. Te see what you need to compile do > > ``` > cd svox2...
> I meet the same problem~ I solve the issue by using docker. I hope it can help you.