vineetm / ell-881-2018-deep-learning

Course Materials for ELL 881 2018: Fundamentals of Deep Learning
9 stars 7 forks source link

Grouped convolutions in Alexnet #41

Open abhudev opened 5 years ago

abhudev commented 5 years ago

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 commented 5 years ago

Basic Alexnet without grouping.