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

Runtime of convnet_cifar without CUDA #23

Open
nresnick opened this issue Apr 12, 2016 · 1 comment
Open

Runtime of convnet_cifar without CUDA #23

nresnick opened this issue Apr 12, 2016 · 1 comment

Comments

@nresnick
Copy link

I could not for the life of me figure out how to install cudarray with cuda (was getting a no file/directory error on make for nvcc), so have decided to move on and try it without CUDA.

I have a project almost identical to your cifar example with a different set of test images. I've been running your example to study the output before changing to my data, and it's been running for around an hour. Do you know how long it takes roughly without CUDA?

@andersbll
Copy link
Owner

The CPU implementation of the convolutions is horribly slow and should not be used for training. I have never used them to train anything above MNIST-size data. :)

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