information-extraction
information-extraction copied to clipboard
使用GPU训练报错 builtins.RuntimeError: cublas64_80.dll not found
我电脑上是cublas64_90.dll。paddle是不是还不支持cuda较新版本?
我在paddle平台下载了最新版本win10+python3.6+cuda9.0的版本。但是运行又报下面的错误: place = fluid.CUDAPlace(0) if use_cuda else fluid.CPUPlace()
paddle.fluid.core_avx.EnforceNotMet: cudaGetDeviceCount failed in paddle::platform::GetCUDADeviceCount: CUDA driver version is insufficient for CUDA runtime version at [E:\release_cuda97\paddle\paddle\fluid\platform\gpu_info.cc:97] PaddlePaddle Call Stacks: Windows not support stack backtrace yet.
你确定下编译用的CUDA版本和runtime的CUDA版本是否一致?另外baseline的paddle版本用的是Paddlepaddle v1.2.0