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

关于OREPA_LargeConvBase的疑问 #15

Open
wsy-yjys opened this issue Jan 30, 2024 · 0 comments
Open

关于OREPA_LargeConvBase的疑问 #15

wsy-yjys opened this issue Jan 30, 2024 · 0 comments

Comments

@wsy-yjys
Copy link

class OREPA_LargeConvBase(nn.Module):
    def __init__(self, in_channels, out_channels, kernel_size, stride, padding,  dilation=1, groups=1, deploy=False, nonlinear=None):
        ……
        internal_channels = out_channels

代码中为什么将3x3conv之间channel设置成与输出一致,而不是输出的倍数,进一步增加参数量,提升模型性能?

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