xianyujie opened a new issue #15275: How to run mxnet(C++) in single-thread 
mode?
URL: https://github.com/apache/incubator-mxnet/issues/15275
 
 
   Hey, I want to run mxnet in single-thread mode, but I find my programs have 
many threads when using mxnet.
   
   ###Using mxnet
   ```
   ubuntu@ubuntu-MW50-SV0:~$ top -H -b -n1 | grep validate11 | wc -l
   33
   ```
   ###Without mxnet
   ```
   ubuntu@ubuntu-MW50-SV0:~$ top -H -b -n1 | grep validate11 | wc -l
   2
   ```
   So, when I compile mxnet, if there are some options to prevent multi-threads?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to