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

Grouped convolutions in Alexnet #41

Open
abhudev opened this issue Oct 15, 2018 · 1 comment
Open

Grouped convolutions in Alexnet #41

abhudev opened this issue Oct 15, 2018 · 1 comment
Labels

Comments

@abhudev
Copy link

abhudev commented Oct 15, 2018

Should we implement grouped convolutions in Alexnet baseline and attention model, or only use straightforward conv layers? If using groups, how many groups should we use?
Also, should we consider using separable filters or any such thing? Or only implement basic Alexnet architecture (+ attention)?

@raghavsi
Copy link
Collaborator

Basic Alexnet without grouping.

@abhudev abhudev closed this as completed Oct 16, 2018
@abhudev abhudev reopened this Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants