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

Number of kernels in alexnet_benmark #114

Open
deepali-c opened this issue Aug 31, 2016 · 1 comment
Open

Number of kernels in alexnet_benmark #114

deepali-c opened this issue Aug 31, 2016 · 1 comment

Comments

@deepali-c
Copy link

I notice that the number of kernels used in the convolutional layer of the alexnet_benchmark sample are different from the number specified in the Alexnet paper. So I am just curious to know the reason for doing so?

@ozabluda
Copy link
Contributor

ozabluda commented Sep 16, 2016

Because it's Alexnet from the "One weird trick" paper: https://arxiv.org/abs/1404.5997. Classic AlexNet 2-column topology was caused by him using 2 GPUs with 3GB RAM each (maximum at the time). As GPUs with more RAM appeared, it was replaced by simpler and better performing 1-column Alexnet. There is really no reason to benchmark 2-column classic Alexnet, except to preserve historic continuity, which often [accidentally] happens when people run Caffenet (since it's included with Caffe.

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