XCW

Results 5 issues of XCW

![image](https://user-images.githubusercontent.com/57261802/118750127-63427300-b891-11eb-8d45-fa4803651016.png) Hello, when I use your code to reproduce, there are always errors as shown in the picture. Please help to solve them when you see them. Thank you

import torch import torch.nn as nn import torch.fft class GlobalFilter(nn.Module): def __init__(self, dim, h=14, w=8): super().__init__() self.complex_weight = nn.Parameter(torch.randn(h, w, dim, 2, dtype=torch.float32) * 0.02) def forward(self, x): B, H,...

hello, can you tell me where the result that have removed the reflaction

您好!对您提供的SAFMN_Realx2.pth在真实图像中的超分表现我们感觉效果很好,但是这个在Set5数据集上的评估PSNR就比较低, 2024-04-20 17:37:07,104 INFO: Loading SAFMN model from D:/pythonSoftware/codes/SAFMN/models_pretrain/SAFMN_L_Real_LSDIR_x2.pth, with param key: [params]. 2024-04-20 17:37:07,190 INFO: Model [SRModel] is created. 2024-04-20 17:37:07,191 INFO: Testing Set5... 2024-04-20 17:37:08,370 INFO: Validation Set5...

好像现在的粉丝接口使用不了,总是返回{'error': {'code': 10002, 'message': '10002:请求参数异常,请升级客户端后重试'}},可以提供一下其他接口么