fast-neural-style icon indicating copy to clipboard operation
fast-neural-style copied to clipboard

speed up training with multiple cores - possible?

Open monkey-jsun opened this issue 7 years ago • 2 comments

I'm currently running a training session on my own server which does not have GPU. I pretty followed the README file exception with my own style image. It runs pretty slowly. So far only 40 iterations have completed for about 12 hours of running.

I notice that training seems to only use 1 CPU core while my server has tons of CPU cores. Is there a way to speed up the training with multiple cores?

monkey-jsun avatar Oct 11 '17 20:10 monkey-jsun

Check the BLAS installation that your torch7 install is using:

https://github.com/jcjohnson/neural-style/issues/88

jcjohnson avatar Oct 11 '17 20:10 jcjohnson

@jcjohnson possible to engage multiple GPU cores?

arunasank avatar Jan 30 '20 05:01 arunasank