[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-20 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503901791 ``` compile mxnet with OPENMP=0 export OMP_NUM_THREADS=1 export MXNET_ENGINE_TYPE=NaiveEngine ``` solve it!

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-19 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503820927 @ElaineBao yes, it works, but sometimes the number of threads increased, I'm retesting if it was an error caused by my

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-19 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503444586 @pengzhao-intel Here are my test results. - From 1 and 2, By recompiling mxnet with ```OPENMP=0```, the number of

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-19 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503418919 @pengzhao-intel I tried, and it's still multi-threads. By recompiling mxnet with OPENMP=0, the number of threads reduced

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-50340 I want to take part in the FRVT competition. Here are some requirements: ``` Implementations must run in

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503387579 @pengzhao-intel do you have some tips? many thanks. This