📜  RuntimeError:LoadLibraryA 中的错误 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:11.794000             🧑  作者: Mango

代码示例1
Try this workground: run the following code after import torch (should be fixed in 1.5):

import ctypes
ctypes.cdll.LoadLibrary('caffe2_nvrtc.dll')