【发布时间】:2020-03-15 22:20:08
【问题描述】:
我正在尝试在我的计算机上设置 Tensorflow。我试着按照他们网站上的教程来看看我是否做对了一切。我遵循了关于Classify images of Clothing 的第一个教程。但是当我按照说明进行操作时,会收到以下错误消息:
W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'nvcuda.dll'; dlerror: nvcuda.dll not found
E tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303)
I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: DESKTOP-AQ46N88
I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: DESKTOP-AQ46N88
I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
我已经尝试解决第一条错误消息。我发现我没有安装their website 上解释的所有 GPU 支持。但现在它仍然不起作用,我无法弄清楚问题出在哪里,因为我已经安装了所有的 GPU 支持。 谁能向我解释我做错了什么或者我应该安装什么?
【问题讨论】:
标签: python tensorflow