simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

您好,win10运行train.py出现了OMP: Error #15问题

Open kanyingfan opened this issue 5 years ago • 3 comments
trafficstars

(base) E:\simple-faster-rcnn-pytorch-master>python train.py train OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorr ect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to exe cute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/. 请问这里该怎么解决呢……

kanyingfan avatar Sep 15 '20 01:09 kanyingfan

即使添加了os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"也依然会报同样的错误

kanyingfan avatar Sep 15 '20 01:09 kanyingfan

同样的问题 请问解决了吗

a741419244 avatar Feb 05 '21 04:02 a741419244

同样的问题 请问解决了吗

没有,我不用fasterrcnn改用yolo了

kanyingfan avatar Feb 05 '21 04:02 kanyingfan