fast-neural-style
fast-neural-style copied to clipboard
speed up training with multiple cores - possible?
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?
Check the BLAS installation that your torch7 install is using:
https://github.com/jcjohnson/neural-style/issues/88
@jcjohnson possible to engage multiple GPU cores?