Search code examples
pythongluonmxnet

Limit number of CPUs using MXNET


How can I set the number of CPUs to use in MXNET Gluon to a certain number, say 12? I don't see the answer in the documentation anywhere and by default MXNET uses all the CPUs.


Solution

  • Unfortunately, it is impossible at the moment, but might be changed later.