deeppy icon indicating copy to clipboard operation
deeppy copied to clipboard

Runtime of convnet_cifar without CUDA

Open nresnick opened this issue 9 years ago • 1 comments

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?

nresnick avatar Apr 12 '16 02:04 nresnick

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. :)

andersbll avatar Apr 12 '16 08:04 andersbll