TensorFlow-GPU不使用GPU:生成CUDA_ERROR_UNKNOWN

时间:2019-04-01 02:04:27

标签: tensorflow installation

我曾经在Tensorflow-gpu使用我的GPU的工作环境中工作过。 由于某种原因,我的环境不再起作用。我仍然可以训练我的模型,但是他们不使用我的GPU。相反,我的CPU增加了,在代码执行开始时出现了这些错误。

2019-03-31 20:15:34.646419: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
2019-03-31 20:15:34.682627: E tensorflow/stream_executor/cuda/cuda_driver.cc:300] failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error
2019-03-31 20:15:34.688672: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:163] retrieving CUDA diagnostic information for host: DESKTOP-TAP7OPK
2019-03-31 20:15:34.689069: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:170] hostname: DESKTOP-TAP7OPK

下面,我添加了与我的环境有关的信息。如果缺少信息,请告诉我您的需求。

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Fri_Sep__1_21:08:32_Central_Daylight_Time_2017
Cuda compilation tools, release 9.0, V9.0.176

#define CUDNN_MAJOR 7
#define CUDNN_MINOR 4
#define CUDNN_PATCHLEVEL 1
#define CUDNN_VERSION (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
  • Python 3.6.8
  • NVIDIA GeForce GTX 1050 Ti

设备状态:Windows无法验证此设备所需的驱动程序的数字签名。最近的硬件或软件更改可能安装了未正确签名或损坏的文件,或者可能是来自未知来源的恶意软件。 (代码52)

驱动程序版本:24.21.14.1131-一些驱动程序文件具有与之关联的未知详细信息。

  • 打包版本
  • absl-py 0.7.1
  • astor 0.7.1
  • certifi 2019.3.9
  • chardet 3.0.4
  • gast 0.2.2
  • grpcio 1.19.0
  • h5py 2.9.0
  • idna 2.8
  • Keras-Applications 1.0.7
  • Keras预处理1.0.9
  • Markdown 3.1
  • 模拟2.0.0
  • mysqlclient 1.4.2.post1
  • numpy 1.16.2
  • pbr 5.1.3
  • 点19.0.3
  • protobuf 3.7.0
  • python-dateutil 2.8.0
  • 请求2.21.0
  • setuptools 39.1.0
  • 六个1.12.0
  • 张量板1.12.2
  • tensorflow-estimator 1.13.0
  • tensorflow-gpu 1.12.0
  • termcolor 1.1.0
  • urllib3 1.24.1
  • Werkzeug 0.15.1
  • 车轮0.33.1

0 个答案:

没有答案