问题描述:
使用Pycharm编程,导入paddlepaddle库出错。即:import paddle.fluid出错:DLL load failed: 找不到指定的模块
解决方法:
补上缺失的DLL的文件,DLL文件位数需对应。本人电脑为Windows7 64bit,所以对应DLL文件需找64位的补全。
参考:
http://ai.baidu.com/forum/topic/show/943038
https://blog.csdn.net/cskywit/article/details/81513066