torch / optim

A numeric optimization package for Torch.
Other
197 stars 154 forks source link

Optim method runs on multi-core by default? #139

Open giahung24 opened 8 years ago

giahung24 commented 8 years ago

Hello, I have a neural network using 'nn' and training with 'optim' package. When training my model, all CPUs are taken and working 100%. I wonder if optim method automatically finds all available cpu and performs parallel processing? If yes, is there some option to configure the number of cpu for training?

Thanks