标签:import edit 表示 技术 global tool 内容 .com bsp
??安装好系统之后首先在系统更新管理器中更新显卡驱动,如下图
点击Apply Changes
pip安装即可
sudo pip install <packbage>
sudo apt-get install nvidia-cuda-toolkit
??生成文件 sudo gedit ~/.theanorc(注意不要漏掉theano前面的一个点)并复制如下内容,然后保存,其中cuda一项的内容为cuda所安装的位置。
??[global]
??floatX=float32
??device=gpu
??[cuda]
??root=/usr/lib/nvidia-cuda-toolkit
??[nvcc]
??flags=-D_FORCE_INLINES
??至此theano的安装及配置已经完成,在python里输入import theano,显示使用的GPU设备表示GPU配置成功。
也可以采用Using the GPU中的测试程序对GPU进行测试。
转载:http://blog.csdn.net/jteng/article/details/52075871
标签:import edit 表示 技术 global tool 内容 .com bsp
原文地址:http://www.cnblogs.com/lqruui/p/6049494.html