0

我正在使用 linux(ubuntu 16.04),我的笔记本电脑有 nvidia geforce 840m。我尝试按照他们网站上的步骤以及 CUDA 和 cuDNN 安装 tensorflow GPU。但不知何故,在 spyder IDE 上运行代码然后使用 nvidia-smi 检查 nvidia 状态时,它说 GPU 上没有运行任何进程。我无法解决这个问题。如果有人能够解决此问题,请提供帮助。

提前致谢!

我的 conda 中有这些环境:

$ conda info --envs
# conda environments:
#
tensorflow               /home/vaibhav/anaconda3/envs/tensorflow

root                  *  /home/vaibhav/anaconda3`

此外,当我使用 theanos 导入 keras 时,它会显示以下内容:

import keras
Using Theano backend.
WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10).  Please switch to the gpuarray backend. You can get more information about how to switch at this URL:
 https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29

Using gpu device 0: GeForce 840M (CNMeM is enabled with initial size: 75.0% of memory, cuDNN 5110)`

当使用 theanos 后端时,nvidia-smi 显示使用 nvidia gpu0 的 anaconda。因此我成功安装了所有先决条件

4

0 回答 0