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?
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