标签: python tensorflow
我已经多次重新安装 tensorflow-gpu。Cuda 和 Cudnn 已经安装并添加了路径,但 tensorflow 的可用 gpu 对我来说始终为 0。
答案 0 :(得分:0)
我再次重新安装了 tensorflow-gpu,但使用以下命令。
conda install tensorflow-gpu=2.3 tensorflow=2.3=mkl_py38h1fcfbd6_0
For more info