Replies: 6 comments
-
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
-
@xianyujie They are environmental variables which should be used at model runtime, not compilation stage. |
Beta Was this translation helpful? Give feedback.
-
@xianyujie : We would love to understand your use case a little better. Why would you want to set the OMP_NUM_THREADS to 1? Are you using multiple instances of MXNet on the same host running in parallel? Is this an inference use case? You could always set these vars in the start-up script right? @mxnet-label-bot add [Question] |
Beta Was this translation helpful? Give feedback.
-
@vdantu I want to take part in the FRVT competition. They ask that mxnet runs in single-thread mode.
By setting the following steps, the mxnet could run in single-thread mode.
How to make the value of MXNET_ENGINE_TYPE equal to NaiveEngine from the source code instead of using 'export'? I think it should be a switch_case or if_else statement to determine the value of type. Where is this code in the source code? |
Beta Was this translation helpful? Give feedback.
-
@xianyujie Do you find the code in the source code? thank you!!! |
Beta Was this translation helpful? Give feedback.
-
@xianyujie @vzhangmeng726 Try to force engine type to |
Beta Was this translation helpful? Give feedback.
-
Hi, @pengzhao-intel , I have some questions to ask you.
export OMP_NUM_THREADS=1
export MXNET_ENGINE_TYPE=NaiveEngine
many thanks...
Beta Was this translation helpful? Give feedback.
All reactions