WARNING: OMP_NUM_THREADS set to 2, not 1.
Created by: DrRyanHuang
[06-28 11:42:33 MainThread @logger.py:224] Argv: D:/git/parl/xx.py
WARNING: OMP_NUM_THREADS set to 2, not 1.
The computation speed will not be optimized if you use data parallel.
It will fail if this PaddlePaddle binary is compiled with OpenBlas since OpenBlas does not support multi-threads.
PLEASE USE OMP_NUM_THREADS WISELY.
只执行了这一句:
from parl.utils import logger
要使用多线程,我是要用别的工具编译paddlepaddle吗?
或者如何使用OMP_NUM_THREADS
?