python运行时错误:找不到fbgemm.dll
报错:
OSError: [WinError 126] 找不到指定的模块。 Error loading "D:\program\py\312\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
原因是Windows下缺失:libomp140.x86_64.dll 文件。
把libomp140.x86_64.dll找一份,复制到 C:\Windows\System32 目录下即可。
https://blog.csdn.net/zhangphil/category_7379416.htmlhttps://blog.csdn.net/zhangphil/category_7379416.html