安装PaddlePaddle后进行验证阶段出现错误
Created by: qq345481843
系统版本:ubuntu 18 cuda版本:10.0 cudnn版本:7.4 显卡:Tesla v100 x3
安装完后,按照教程验证输入
import paddle.fluid paddle.fluid.install_check.run_check() 报错 Running Verify Paddle Program ... /home/jhwang/.local/lib/python3.6/site-packages/paddle/fluid/executor.py:782: UserWarning: The following exception is not an EOF exception. "The following exception is not an EOF exception.") Traceback (most recent call last): File "", line 1, in File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/install_check.py", line 124, in run_check test_simple_exe() File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/install_check.py", line 120, in test_simple_exe exe0.run(startup_prog) File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/executor.py", line 783, in run six.reraise(*sys.exc_info()) File "/home/cyye/.local/lib/python3.6/site-packages/six.py", line 703, in reraise raise value File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/executor.py", line 778, in run use_program_cache=use_program_cache) File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/executor.py", line 831, in _run_impl use_program_cache=use_program_cache) File "/home/cyye/.local/lib/python3.6/site-packages/paddle/fluid/executor.py", line 905, in _run_program fetch_var_name) https://github.com/PaddlePaddle/Paddle/issues/new
之后我输入export CUDA_VISIBLE_DEVICES=0指定GPU后,就验证成功了,但是之后我开始训练模型后又出现了上面的错误
希望能得到解决方案,谢谢。