OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.解决方法

在尝试运行UNet网络预测程序时遇到OpenMP库冲突错误,具体表现为libiomp5md.dll已初始化。尝试通过设置环境变量`KMP_DUPLICATE_LIB_OK=TRUE`来解决,但问题依旧。进一步分析发现可能是DLL文件冲突,删除运行环境目录下的libiomp5md.dll文件后,问题成功解决。这个经验分享对于遇到类似问题的开发者具有参考价值。
摘要由CSDN通过智能技术生成

搭建简单的UNet网络,运行predict程序时,突然报错:

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 incorrect 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 execute, 
but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.

第一次遇见该错误,网上查找相关解决方案:

import os
os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE

添加代码,运行之后,仍然报错,仔细阅读错误信息:

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.

意思是libiomp5md.dll已经初始化,那么可能是环境中dll文件冲突,找到运行环境目录,尝试删除libiomp5md.dll文件

在这里插入图片描述
再次运行程序,问题完美解决!

希望本文对大家有帮助,上文若有不妥之处,欢迎指正

分享决定高度,学习拉开差距

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

鲁棒最小二乘支持向量机

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值