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

About whether use BatchNorm in network head #59

Closed
ujsyehao opened this issue Mar 2, 2020 · 2 comments
Closed

About whether use BatchNorm in network head #59

ujsyehao opened this issue Mar 2, 2020 · 2 comments

Comments

@ujsyehao
Copy link
Contributor

ujsyehao commented Mar 2, 2020

Hi, in your published ncnn model, its network head below:
02-2
it doesn't use Batchnorm after 3x3 conv.

but in onnx model, its network head below:
02-3
it uses Batchnorm after 3x3 conv.

So whether to use BN after 3x3 conv?

@ywlife
Copy link
Member

ywlife commented Mar 5, 2020

It may be that ncnn has optimized and merged Batchnorm.

@ujsyehao
Copy link
Contributor Author

ujsyehao commented Mar 9, 2020

Oh Oh

@ywlife ywlife closed this as completed Jun 23, 2020
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