1.3版本在Windows下训练报错
Created by: yeyupiaoling
环境
- Windows 10 专业版
- PaddlePaddle 1.3 CPU版
- Python 3.5
问题
在1.2版本的时候,是可以正常训练的,升级到1.3之后就不可以了。我的电脑是不支持AVX指令集的,是不是这个问题呢?
Traceback (most recent call last):
File "C:\Python35\lib\site-packages\paddle\fluid\framework.py", line 38, in <module>
from . import core
ImportError: DLL load failed: 动态链接库(DLL)初始化例程失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:/ubuntu/paddlepaddle/pycharm/PycharmProjects/LearnPaddle2/note1/test_paddle.py", line 3, in <module>
import paddle.fluid as fluid
File "C:\Python35\lib\site-packages\paddle\fluid\__init__.py", line 18, in <module>
from . import framework
File "C:\Python35\lib\site-packages\paddle\fluid\framework.py", line 47, in <module>
(executable_path, executable_path, cpt.get_exception_message(e)))
ImportError: NOTE: You may need to run "set PATH=C:\Python35;%PATH%"
if you encounters "DLL load failed" errors. If you have python
installed in other directory, replace "C:\Python35" with your own
directory. The original error is:
DLL load failed: 动态链接库(DLL)初始化例程失败。