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

关于模型结构最后两层的BN层 #249

Open
bolun365 opened this issue Aug 30, 2021 · 1 comment
Open

关于模型结构最后两层的BN层 #249

bolun365 opened this issue Aug 30, 2021 · 1 comment

Comments

@bolun365
Copy link

    convRelu(5)
    cnn.add_module('pooling{0}'.format(3),
                   nn.MaxPool2d((2, 2), (2, 1), (0, 1)))  # 512x2x16
    convRelu(6, True)  # 512x1x16

发现代码的BN设置与原论文不同, 貌似这样效果确实更好些, 请问这样做的原因是?

@Zhang-O
Copy link

Zhang-O commented Oct 27, 2021

It is true. After I compared the code and the original paper , I found the difference lied in the location and numbers of bn layers.

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

2 participants