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

Covolution before entering the first dense block for imagenet dataset #46

Open
anthony123 opened this issue Apr 9, 2018 · 1 comment

Comments

@anthony123
Copy link

Hi, there

For the imagenet dataset, DenseNet use 7x7 Conv before entering the first dense block;
I also read the following paper condensenet , which use 3x3 conv before entering the first block.
I wonder if i can change the 7x7 conv to 3x3, and keep the pooling unchanged (since it makes densenet more parameter- efficient). Does it hurt DenseNet's performance on imagenet?

@gaohuang
Copy link
Contributor

Replacing the 7x7 conv layer with a couple of 3x3 conv layers may slightly improve the performance, if you keep the number of parameters roughly unchanged. That's why CondenseNet adopts that design choice.

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