Skip to content
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

cfsr_arch.py的接口参数与test_CFSR_SRx4.yml中的network structure不一致 #10

Open
wdddddd opened this issue Nov 20, 2024 · 0 comments

Comments

@wdddddd
Copy link

wdddddd commented Nov 20, 2024

@ARCH_REGISTRY.register()
class CFSR(nn.Module):
def init(self, in_chans=3, embed_dim=96, depths=(6, 6, 6, 6), dw_size=3,
mlp_ratio=4., upscale=2, img_range=1., upsampler=''):

network structures

network_g:
type: CFSR
upscale: 4
in_chans: 3
dw_size: 9
small_kernel: 3
img_range: 1.
depths: [6, 6]
embed_dim: 48
mlp_ratio: 2
upsampler: 'pixelshuffledirect'

对比可看出,small_kernel这个参数不在CFSR类的参数中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant