摘要:
1. SKNet输入要求x.shape=[2,3,256,256] 直接concat[input, V_chanel] shape=[2,4,256,256] 报错显示: 解决办法:conv(4,3,3,3)通过out_chanel=3强制转换为3通道 2.测试epoch=10,ssim=0.1, 阅读全文
posted @ 2023-05-09 20:33
helloWorldhelloWorld
阅读(20)
评论(0)
推荐(0)
摘要:
SKNet在lolv1数据集 epoch=200 : psnr=22.92 SSIM = 0.9033 /home/mmsys/anaconda3/envs/SFNet/bin/python3.8 /media/mmsys/6f1091c9-4ed8-4a10-a03d-2acef144d2e1/S 阅读全文
posted @ 2023-05-09 08:22
helloWorldhelloWorld
阅读(36)
评论(0)
推荐(0)