-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would you like to share your pretrained weights of RFDN_L or RFDN for x2? #9
Comments
and x3. Thank you for your work and sharing. |
and x4. Thank you for your work and sharing. |
Hi, @leftdoor @scutlrr @ytao-wang |
@1187697147 I got about 37.99db on Set5 2x. |
Hi, I trained the RFDN_L with params 625,962. I set batch_size = 64, patch_size = 128 and lr = 5e-4(--decay 200-400-600-800) as the paper, and I got 38.03 on Set 5 x2. |
Hi, @ytao-wang |
Hi, you should set reduction = 4 in CCAlayer (#5 (comment)) |
Hi, @ytao-wang |
@1187697147 |
@ytao-wang |
@scutlrr |
@ytao-wang |
sorry, I got it wrong |
hello, Could you help me? /cry/.... Thank you a lot!!! |
@kk6398 |
Thank you for your reply sincerely. I have modified as you mentioned. However, to calculate parameters of the network only need one line code , could you provide the specific code? thanku thanku thanku! |
Hi,@kk6398 |
Thanks a lot. I have tried the code that you mentioned and I place it in the main.py of the EDSR: |
@kk6398 |
|
would you like to share your pretrained weights of RFDN for x2 and RFDN for x3? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
下面是RFDN-L的网络框架代码: `class RFDN(nn.Module):
注意设置nf=52,num_modules=6。通过torchstat包,我计算得到模型参数:625,962(upscale=2),632,997(upscale=3),642,846(upscale=4),需要将RFDB中的CCALayer替换成ESA。训练的设置可以看我之前的回复。 |
@liang-zhenhuan |
@Senwang98 大佬,这个RFDN怎么基于EDSR框架训练的,需要把这个仓库的文件拷贝到EDSR仓库吗?其次RFDN的环境配置是什么样的? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
@ytao-wang 大佬,这个RFDN怎么基于EDSR框架训练的,需要把这个仓库的文件拷贝到EDSR仓库吗?其次RFDN的环境配置是什么样的? |
No description provided.
The text was updated successfully, but these errors were encountered: