soumith / imagenet-multiGPU.torch

an imagenet example in torch.
BSD 2-Clause "Simplified" License
401 stars 158 forks source link

CPU version #20

Closed srp1970 closed 8 years ago

srp1970 commented 8 years ago

Do we have CPU backend for this imagenet for Torch?

soumith commented 8 years ago

@srp1970 we do not, but it's easy to modify to have one. However, considering that CPU will be 10x slower (or more) it is not really a practically useful backend.

srp1970 commented 8 years ago

I agree Soumith, but I am trying to assess GPU vs CPU performance. In fact I did modify the lua scripts to get the CPU version. It was simple enough, though I am not expert in lua. Thanks anyway.

ghost commented 8 years ago

@srp1970 can you share how you modified the scripts to get the CPU version? Thank you