SeaNet-PyTorch
SeaNet-PyTorch copied to clipboard
This repository is a PyTorch version of "Soft-edge Assisted Network for Single Image Super-Resolution". (IEEE TIP 2020)
测试报错。
作者您好,我在用您提供的代码测试时,报了这个错,请教您是什么原因造成的。
How to solve this error?? (pytorch0.4) G:\EDGE\seanet-pytorch-master\Test\code>python main.py --data_test MyImage --scale 4 --model SEAN --pre_train F:/Nancy/seanet-pytorch-master/Test/model/SEAN_x4.pt --test_only --chop --save "SEAN" --testpath ../LR/LRBI --testset Set5 usage: main.py [-h] [--debug] [--template TEMPLATE]...
把输出*255后,是灰色的杂乱梯度图像,也无法形成论文中的明显边缘二值化图像?不知道是什么原因?期待您的回复
作者您好,我想知道训练的时候怎么指定GPU的型号,每次我使用指令CUDA_VISIBLE_DEVICES=2,3这条指令的时候,似乎不管用,还是使用的默认的前两块GPU,请问您如何解决这个问题。