You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: