Python Tensorflow/Keras:未知:无法获取卷积算法

Python Tensorflow/Keras:未知:无法获取卷积算法,python,tensorflow,keras,Python,Tensorflow,Keras,我有以下硬件/软件: NVIDIA RTX2060 6GB Cuda 10 我想去跑步。在我的另一台电脑上,也有同样的软件。我得到这个错误: tensorflow.python.framework.errors_impl.UnknownError: 2 root error(s) found. (0) Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initial

我有以下硬件/软件:

  • NVIDIA RTX2060 6GB
  • Cuda 10
我想去跑步。在我的另一台电脑上,也有同样的软件。我得到这个错误:

tensorflow.python.framework.errors_impl.UnknownError: 2 root error(s) found.
  (0) Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
         [[{{node conv2d_1/convolution}}]]
         [[conv2d_19/Sigmoid/_1405]]
  (1) Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
         [[{{node conv2d_1/convolution}}]]

我的问题在哪里?

此错误通常是由于CUDA/cudnn的vesion不匹配而发生的。请按照提供的链接上的说明进行操作:。另外,如果默认python来自Anaconda,则应使用conda安装evrything。

此错误通常由于CUDA/cudnn的vesion不匹配而发生。请按照提供的链接上的说明进行操作:。另外,如果您的默认python来自Anaconda,您应该使用conda安装evrything。

您安装了cuda驱动程序吗?如果是这样,您是否正确设置了LD_LIBRARY_PATH env变量?我在Windows上使用了Keras。我没有设置LD_LIBRARY_路径。变量的内容是什么?它指示已安装cuda的位置。可能它找不到cuda.C:\Program Files\NVIDIA GPU Computing Toolkit\cuda\v10.0\lib\x64。。。这个路径正确吗?看看你安装了cuda驱动程序吗?如果是这样,您是否正确设置了LD_LIBRARY_PATH env变量?我在Windows上使用了Keras。我没有设置LD_LIBRARY_路径。变量的内容是什么?它指示已安装cuda的位置。可能它找不到cuda.C:\Program Files\NVIDIA GPU Computing Toolkit\cuda\v10.0\lib\x64。。。这条路对吗?看