pytorch-vdsr icon indicating copy to clipboard operation
pytorch-vdsr copied to clipboard

VDSR (CVPR2016) pytorch implementation

Results 27 pytorch-vdsr issues
Sort by recently updated
recently updated
newest added

Hi, dear Jiu, thank you for sharing the code. Can I use multiple .h5 files to train the network? Since a single .h5 is too large to save. For caffe,...

Hi, Thank you for sharing the code. I meet the following error whlie training the network. Do you know the reason? Thanks. ##################### Namespace(batchSize=128, clip=0.4, cuda=True, gpus='0', lr=0.1, momentum=0.9, nEpochs=50,...

Hi, I'm trying to run inference using the demo.py code. I did minimal changes: enable to get any king of input image and save the output image instead of displaying...

I run test.py, and got the following error > RuntimeError: cuda runtime error (46) : all CUDA-capable devices are busy or unavailable at /pytorch/torch/lib/THC/THCStream.cpp:40 could u tell me how to...

Do you maybe know where else i could find the data? http://cv.snu.ac.kr/research/VDSR/train_data.zip

作者您好!请问您给的Set5文件夹下那些以x2(3或者4)结尾的重建图像是从哪部分代码生成的?我用matlab制作了Set14的测试集,通过eval.py只能看到数据,而得不到重建图像,请问该怎么生成scale从2到4的重建图像呢?谢谢!